Home
last modified time | relevance | path

Searched defs:sbp (Results 1 – 25 of 33) sorted by relevance

12

/linux/fs/ufs/
A Dswab.h27 fs64_to_cpu(struct super_block *sbp, __fs64 n) in fs64_to_cpu()
36 cpu_to_fs64(struct super_block *sbp, u64 n) in cpu_to_fs64()
45 fs32_to_cpu(struct super_block *sbp, __fs32 n) in fs32_to_cpu()
54 cpu_to_fs32(struct super_block *sbp, u32 n) in cpu_to_fs32()
63 fs32_add(struct super_block *sbp, __fs32 *n, int d) in fs32_add()
72 fs32_sub(struct super_block *sbp, __fs32 *n, int d) in fs32_sub()
81 fs16_to_cpu(struct super_block *sbp, __fs16 n) in fs16_to_cpu()
90 cpu_to_fs16(struct super_block *sbp, u16 n) in cpu_to_fs16()
99 fs16_add(struct super_block *sbp, __fs16 *n, int d) in fs16_add()
108 fs16_sub(struct super_block *sbp, __fs16 *n, int d) in fs16_sub()
A Dutil.h594 static inline __fs32 ufs_get_seconds(struct super_block *sbp) in ufs_get_seconds()
/linux/fs/xfs/libxfs/
A Dxfs_sb.c38 struct xfs_sb *sbp) in xfs_sb_good_version()
66 struct xfs_sb *sbp) in xfs_sb_version_to_features()
134 struct xfs_sb *sbp) in xfs_validate_sb_read()
183 struct xfs_sb *sbp) in xfs_validate_sb_write()
257 struct xfs_sb *sbp) in xfs_validate_sb_common()
444 xfs_sb_quota_from_disk(struct xfs_sb *sbp) in xfs_sb_quota_from_disk()
857 struct xfs_sb *sbp) in xfs_sb_mount_common()
1068 struct xfs_sb *sbp = &mp->m_sb; in xfs_fs_geometry() local
A Dxfs_format.h282 static inline bool xfs_sb_is_v5(struct xfs_sb *sbp) in xfs_sb_is_v5()
302 static inline void xfs_sb_version_addattr(struct xfs_sb *sbp) in xfs_sb_version_addattr()
307 static inline void xfs_sb_version_addquota(struct xfs_sb *sbp) in xfs_sb_version_addquota()
312 static inline void xfs_sb_version_addattr2(struct xfs_sb *sbp) in xfs_sb_version_addattr2()
346 struct xfs_sb *sbp, in xfs_sb_has_compat_feature()
364 struct xfs_sb *sbp, in xfs_sb_has_ro_compat_feature()
385 struct xfs_sb *sbp, in xfs_sb_has_incompat_feature()
395 struct xfs_sb *sbp, in xfs_sb_has_incompat_log_feature()
403 struct xfs_sb *sbp) in xfs_sb_remove_incompat_log_features()
410 struct xfs_sb *sbp, in xfs_sb_add_incompat_log_features()
[all …]
A Dxfs_ag.c112 struct xfs_sb *sbp = &mp->m_sb; in xfs_initialize_perag_data() local
/linux/fs/nilfs2/
A Dthe_nilfs.c101 struct nilfs_super_block **sbp = nilfs->ns_sbp; in nilfs_load_super_root() local
172 struct nilfs_super_block *sbp) in nilfs_store_log_cursor()
226 struct nilfs_super_block **sbp = nilfs->ns_sbp; in load_nilfs() local
376 struct nilfs_super_block *sbp) in nilfs_store_disk_layout()
426 static int nilfs_valid_sb(struct nilfs_super_block *sbp) in nilfs_valid_sb()
446 static int nilfs_sb2_bad_offset(struct nilfs_super_block *sbp, u64 offset) in nilfs_sb2_bad_offset()
490 struct nilfs_super_block **sbp = nilfs->ns_sbp; in nilfs_load_super_block() local
565 struct nilfs_super_block *sbp; in init_nilfs() local
A Dsuper.c90 struct nilfs_super_block **sbp; in nilfs_set_error() local
199 struct nilfs_super_block *sbp = nilfs->ns_sbp[0]; in nilfs_sync_super() local
249 struct nilfs_super_block **sbp = nilfs->ns_sbp; in nilfs_prepare_super() local
274 struct nilfs_super_block **sbp = nilfs->ns_sbp; in nilfs_commit_super() local
310 struct nilfs_super_block **sbp; in nilfs_cleanup_super() local
400 struct nilfs_super_block **sbp; in nilfs_resize_fs() local
486 struct nilfs_super_block **sbp; in nilfs_sync_fs() local
786 struct nilfs_super_block *sbp) in nilfs_set_default_options()
797 struct nilfs_super_block **sbp; in nilfs_setup_super() local
849 struct nilfs_super_block *sbp, in nilfs_store_magic_and_option()
[all …]
A Dsysfs.c833 struct nilfs_super_block **sbp = nilfs->ns_sbp; in nilfs_dev_revision_show() local
853 struct nilfs_super_block **sbp = nilfs->ns_sbp; in nilfs_dev_device_size_show() local
876 struct nilfs_super_block **sbp = nilfs->ns_sbp; in nilfs_dev_uuid_show() local
886 struct nilfs_super_block **sbp = nilfs->ns_sbp; in nilfs_dev_volume_name_show() local
/linux/fs/freevxfs/
A Dvxfs_inode.c164 vxfs_blkiget(struct super_block *sbp, u_long extent, ino_t ino) in vxfs_blkiget()
249 vxfs_stiget(struct super_block *sbp, ino_t ino) in vxfs_stiget()
278 vxfs_iget(struct super_block *sbp, ino_t ino) in vxfs_iget()
A Dvxfs_super.c68 vxfs_put_super(struct super_block *sbp) in vxfs_put_super()
148 static int vxfs_try_sb_magic(struct super_block *sbp, int silent, in vxfs_try_sb_magic()
207 static int vxfs_fill_super(struct super_block *sbp, void *dp, int silent) in vxfs_fill_super()
A Dvxfs_olt.c57 vxfs_oblock(struct super_block *sbp, daddr_t block, u_long bsize) in vxfs_oblock()
77 vxfs_read_olt(struct super_block *sbp, u_long bsize) in vxfs_read_olt()
A Dvxfs_lookup.c49 #define VXFS_BLOCK_PER_PAGE(sbp) ((PAGE_SIZE / (sbp)->s_blocksize)) argument
218 struct super_block *sbp = ip->i_sb; in vxfs_readdir() local
A Dvxfs_fshead.c108 vxfs_read_fshead(struct super_block *sbp) in vxfs_read_fshead()
A Dvxfs_inode.h53 #define VXFS_TYPED_PER_BLOCK(sbp) \ argument
/linux/fs/xfs/
A Dxfs_mount.c129 xfs_sb_t *sbp, in xfs_sb_validate_fsb_count()
153 struct xfs_sb *sbp = &mp->m_sb; in xfs_readsb() local
255 struct xfs_sb *sbp = &mp->m_sb; in xfs_check_new_dalign() local
336 struct xfs_sb *sbp = &mp->m_sb; in xfs_update_alignment() local
596 struct xfs_sb *sbp = &(mp->m_sb); in xfs_mountfs() local
A Dxfs_rtalloc.c921 xfs_sb_t *sbp; /* old superblock */ in xfs_growfs_rt() local
1248 struct xfs_sb *sbp; /* filesystem superblock copy in mount */ in xfs_rtmount_init() local
1296 xfs_sb_t *sbp; in xfs_rtmount_inodes() local
A Dxfs_super.c269 xfs_sb_t *sbp = &mp->m_sb; in xfs_set_inode_alloc() local
780 xfs_sb_t *sbp = &mp->m_sb; in xfs_fs_statfs() local
1703 struct xfs_sb *sbp = &mp->m_sb; in xfs_remount_rw() local
A Dxfs_attr_list.c57 struct xfs_attr_sf_sort *sbuf, *sbp; in xfs_attr_shortform_list() local
A Dxfs_ioctl.c1815 struct xfs_sb *sbp = &mp->m_sb; in xfs_ioc_getlabel() local
1838 struct xfs_sb *sbp = &mp->m_sb; in xfs_ioc_setlabel() local
A Dxfs_trans.c480 struct xfs_dsb *sbp; in xfs_trans_apply_sb_deltas() local
A Dxfs_bmap_util.c1626 struct xfs_bstat *sbp = &sxp->sx_stat; in xfs_swap_extents() local
/linux/fs/reiserfs/
A Dreiserfs.h121 #define sb_jp_journal_1st_block(sbp) \ argument
125 #define sb_jp_journal_dev(sbp) \ argument
127 #define set_sb_jp_journal_dev(sbp,v) \ argument
129 #define sb_jp_journal_size(sbp) \ argument
131 #define set_sb_jp_journal_size(sbp,v) \ argument
133 #define sb_jp_journal_trans_max(sbp) \ argument
137 #define sb_jp_journal_magic(sbp) \ argument
139 #define set_sb_jp_journal_magic(sbp,v) \ argument
141 #define sb_jp_journal_max_batch(sbp) \ argument
160 #define sb_hash_function_code(sbp) \ argument
[all …]
/linux/include/scsi/
A Dsg.h55 void __user *sbp; /* [i], [*o] points to sense_buffer memory */ member
84 compat_uptr_t sbp; /* [i], [*o] points to sense_buffer memory */ member
/linux/arch/mips/sibyte/common/
A Dsb_tbprof.c70 static struct sbprof_tb sbp; variable
/linux/security/smack/
A Dsmack_lsm.c859 struct superblock_smack *sbp = smack_superblock(dentry->d_sb); in smack_sb_statfs() local
1389 struct super_block *sbp = dentry->d_sb; in smack_inode_removexattr() local
1419 struct super_block *sbp; in smack_inode_getsecurity() local
3270 struct super_block *sbp; in smack_d_instantiate() local

Completed in 79 milliseconds

12