Home
last modified time | relevance | path

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

/fs/ufs/
Dswab.h26 fs64_to_cpu(struct super_block *sbp, __fs64 n) in fs64_to_cpu()
35 cpu_to_fs64(struct super_block *sbp, u64 n) in cpu_to_fs64()
44 fs32_to_cpu(struct super_block *sbp, __fs32 n) in fs32_to_cpu()
53 cpu_to_fs32(struct super_block *sbp, u32 n) in cpu_to_fs32()
62 fs32_add(struct super_block *sbp, __fs32 *n, int d) in fs32_add()
71 fs32_sub(struct super_block *sbp, __fs32 *n, int d) in fs32_sub()
80 fs16_to_cpu(struct super_block *sbp, __fs16 n) in fs16_to_cpu()
89 cpu_to_fs16(struct super_block *sbp, u16 n) in cpu_to_fs16()
98 fs16_add(struct super_block *sbp, __fs16 *n, int d) in fs16_add()
107 fs16_sub(struct super_block *sbp, __fs16 *n, int d) in fs16_sub()
/fs/xfs/
Dxfs_sb.h341 #define XFS_SB_VERSION_NUM(sbp) ((sbp)->sb_versionnum & XFS_SB_VERSION_NUMBITS) argument
343 static inline int xfs_sb_good_version(xfs_sb_t *sbp) in xfs_sb_good_version()
378 static inline int xfs_sb_has_mismatched_features2(xfs_sb_t *sbp) in xfs_sb_has_mismatched_features2()
406 static inline int xfs_sb_version_hasattr(xfs_sb_t *sbp) in xfs_sb_version_hasattr()
414 static inline void xfs_sb_version_addattr(xfs_sb_t *sbp) in xfs_sb_version_addattr()
424 static inline int xfs_sb_version_hasnlink(xfs_sb_t *sbp) in xfs_sb_version_hasnlink()
431 static inline void xfs_sb_version_addnlink(xfs_sb_t *sbp) in xfs_sb_version_addnlink()
439 static inline int xfs_sb_version_hasquota(xfs_sb_t *sbp) in xfs_sb_version_hasquota()
445 static inline void xfs_sb_version_addquota(xfs_sb_t *sbp) in xfs_sb_version_addquota()
454 static inline int xfs_sb_version_hasalign(xfs_sb_t *sbp) in xfs_sb_version_hasalign()
[all …]
Dxfs_mount.c294 xfs_sb_t *sbp, in xfs_sb_validate_fsb_count()
316 xfs_sb_t *sbp, in xfs_mount_validate_sb()
491 xfs_sb_t *sbp = &mp->m_sb; in xfs_initialize_perag() local
802 struct xfs_sb *sbp = &mp->m_sb; in xfs_readsb() local
883 xfs_mount_common(xfs_mount_t *mp, xfs_sb_t *sbp) in xfs_mount_common()
931 xfs_sb_t *sbp = &mp->m_sb; in xfs_initialize_perag_data() local
981 xfs_sb_t *sbp = &(mp->m_sb); in xfs_update_alignment() local
1058 xfs_sb_t *sbp = &(mp->m_sb); in xfs_set_maxicount() local
1085 xfs_sb_t *sbp = &(mp->m_sb); in xfs_set_rw_sizes() local
1271 xfs_sb_t *sbp = &(mp->m_sb); in xfs_mountfs() local
Dxfs_dfrag.c214 xfs_bstat_t *sbp = &sxp->sx_stat; in xfs_swap_extents() local
Dxfs_rtalloc.c1856 xfs_sb_t *sbp; /* old superblock */ in xfs_growfs_rt() local
2200 xfs_sb_t *sbp; /* filesystem superblock copy in mount */ in xfs_rtmount_init() local
2248 xfs_sb_t *sbp; in xfs_rtmount_inodes() local
Dxfs_super.c621 xfs_sb_t *sbp = &mp->m_sb; in xfs_set_inode32() local
1103 xfs_sb_t *sbp = &mp->m_sb; in xfs_fs_statfs() local
Dxfs_trans.c1037 xfs_dsb_t *sbp; in xfs_trans_apply_sb_deltas() local
Dxfs_attr_leaf.c784 xfs_attr_sf_sort_t *sbuf, *sbp; in xfs_attr_shortform_list() local
Dxfs_log_recover.c3968 xfs_sb_t *sbp; in xlog_do_recover() local
/fs/nilfs2/
Dthe_nilfs.c111 struct nilfs_super_block **sbp = nilfs->ns_sbp; in nilfs_load_super_root() local
182 struct nilfs_super_block *sbp) in nilfs_store_log_cursor()
233 struct nilfs_super_block **sbp = nilfs->ns_sbp; in load_nilfs() local
386 struct nilfs_super_block *sbp) in nilfs_store_disk_layout()
424 static int nilfs_valid_sb(struct nilfs_super_block *sbp) in nilfs_valid_sb()
444 static int nilfs_sb2_bad_offset(struct nilfs_super_block *sbp, u64 offset) in nilfs_sb2_bad_offset()
488 struct nilfs_super_block **sbp = nilfs->ns_sbp; in nilfs_load_super_block() local
563 struct nilfs_super_block *sbp; in init_nilfs() local
Dsuper.c81 struct nilfs_super_block **sbp; in nilfs_set_error() local
218 struct nilfs_super_block *sbp = nilfs->ns_sbp[0]; in nilfs_sync_super() local
248 void nilfs_set_log_cursor(struct nilfs_super_block *sbp, in nilfs_set_log_cursor()
268 struct nilfs_super_block **sbp = nilfs->ns_sbp; in nilfs_prepare_super() local
294 struct nilfs_super_block **sbp = nilfs->ns_sbp; in nilfs_commit_super() local
327 struct nilfs_super_block **sbp; in nilfs_cleanup_super() local
414 struct nilfs_super_block **sbp; in nilfs_resize_fs() local
500 struct nilfs_super_block **sbp; in nilfs_sync_fs() local
778 struct nilfs_super_block *sbp) in nilfs_set_default_options()
789 struct nilfs_super_block **sbp; in nilfs_setup_super() local
[all …]
Dsegment.c2268 struct nilfs_super_block **sbp; in nilfs_segctor_construct() local
/fs/freevxfs/
Dvxfs_inode.c88 vxfs_blkiget(struct super_block *sbp, u_long extent, ino_t ino) in vxfs_blkiget()
174 vxfs_stiget(struct super_block *sbp, ino_t ino) in vxfs_stiget()
258 vxfs_get_fake_inode(struct super_block *sbp, struct vxfs_inode_info *vip) in vxfs_get_fake_inode()
293 vxfs_iget(struct super_block *sbp, ino_t ino) in vxfs_iget()
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()
Dvxfs_super.c78 vxfs_put_super(struct super_block *sbp) in vxfs_put_super()
148 static int vxfs_fill_super(struct super_block *sbp, void *dp, int silent) in vxfs_fill_super()
Dvxfs_lookup.c48 #define VXFS_BLOCK_PER_PAGE(sbp) ((PAGE_CACHE_SIZE / (sbp)->s_blocksize)) argument
241 struct super_block *sbp = ip->i_sb; in vxfs_readdir() local
Dvxfs_fshead.c107 vxfs_read_fshead(struct super_block *sbp) in vxfs_read_fshead()
Dvxfs_inode.h52 #define VXFS_TYPED_PER_BLOCK(sbp) \ argument
Dvxfs.h260 #define VXFS_SBI(sbp) \ argument
/fs/reiserfs/
Dreiserfs.h88 #define sb_block_count(sbp) (le32_to_cpu((sbp)->s_v1.s_block_count)) argument
89 #define set_sb_block_count(sbp,v) ((sbp)->s_v1.s_block_count = cpu_to_le32(v)) argument
90 #define sb_free_blocks(sbp) (le32_to_cpu((sbp)->s_v1.s_free_blocks)) argument
91 #define set_sb_free_blocks(sbp,v) ((sbp)->s_v1.s_free_blocks = cpu_to_le32(v)) argument
92 #define sb_root_block(sbp) (le32_to_cpu((sbp)->s_v1.s_root_block)) argument
93 #define set_sb_root_block(sbp,v) ((sbp)->s_v1.s_root_block = cpu_to_le32(v)) argument
95 #define sb_jp_journal_1st_block(sbp) \ argument
97 #define set_sb_jp_journal_1st_block(sbp,v) \ argument
99 #define sb_jp_journal_dev(sbp) \ argument
101 #define set_sb_jp_journal_dev(sbp,v) \ argument
[all …]
/fs/
Dcompat_ioctl.c238 compat_uptr_t sbp; /* [i], [*o] points to sense_buffer memory */ member
329 unsigned char __user *sbp; in sg_ioctl_trans() local