Home
last modified time | relevance | path

Searched defs:sbp (Results 1 – 17 of 17) 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.h298 #define XFS_SB_VERSION_NUM(sbp) ((sbp)->sb_versionnum & XFS_SB_VERSION_NUMBITS) argument
300 static inline int xfs_sb_good_version(xfs_sb_t *sbp) in xfs_sb_good_version()
333 static inline int xfs_sb_has_mismatched_features2(xfs_sb_t *sbp) in xfs_sb_has_mismatched_features2()
361 static inline int xfs_sb_version_hasattr(xfs_sb_t *sbp) in xfs_sb_version_hasattr()
369 static inline void xfs_sb_version_addattr(xfs_sb_t *sbp) in xfs_sb_version_addattr()
379 static inline int xfs_sb_version_hasnlink(xfs_sb_t *sbp) in xfs_sb_version_hasnlink()
386 static inline void xfs_sb_version_addnlink(xfs_sb_t *sbp) in xfs_sb_version_addnlink()
394 static inline int xfs_sb_version_hasquota(xfs_sb_t *sbp) in xfs_sb_version_hasquota()
400 static inline void xfs_sb_version_addquota(xfs_sb_t *sbp) in xfs_sb_version_addquota()
409 static inline int xfs_sb_version_hasalign(xfs_sb_t *sbp) in xfs_sb_version_hasalign()
[all …]
Dxfs_mount.c149 xfs_sb_t *sbp, in xfs_sb_validate_fsb_count()
171 xfs_sb_t *sbp, in xfs_mount_validate_sb()
303 xfs_sb_t *sbp = &mp->m_sb; in xfs_initialize_perag() local
567 xfs_mount_common(xfs_mount_t *mp, xfs_sb_t *sbp) in xfs_mount_common()
637 xfs_sb_t *sbp = &mp->m_sb; in xfs_initialize_perag_data() local
686 xfs_sb_t *sbp = &(mp->m_sb); in xfs_update_alignment() local
760 xfs_sb_t *sbp = &(mp->m_sb); in xfs_set_maxicount() local
787 xfs_sb_t *sbp = &(mp->m_sb); in xfs_set_rw_sizes() local
904 xfs_sb_t *sbp = &(mp->m_sb); in xfs_mountfs() local
1368 xfs_buf_t *sbp; in xfs_unmountfs_writesb() local
Dxfs_dfrag.c118 xfs_bstat_t *sbp = &sxp->sx_stat; in xfs_swap_extents() local
Dxfs_rtalloc.c1872 xfs_sb_t *sbp; /* old superblock */ in xfs_growfs_rt() local
2223 xfs_sb_t *sbp; /* filesystem superblock copy in mount */ in xfs_rtmount_init() local
2272 xfs_sb_t *sbp; in xfs_rtmount_inodes() local
Dxfs_trans.c552 xfs_dsb_t *sbp; in xfs_trans_apply_sb_deltas() local
Dxfs_log_recover.c3782 xfs_sb_t *sbp; in xlog_do_recover() local
3964 xfs_sb_t *sbp; in xlog_recover_check_summary() local
Dxfs_attr_leaf.c570 xfs_attr_sf_sort_t *sbuf, *sbp; in xfs_attr_shortform_list() 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()
292 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.c79 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.c49 #define VXFS_BLOCK_PER_PAGE(sbp) ((PAGE_CACHE_SIZE / (sbp)->s_blocksize)) argument
244 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/xfs/linux-2.6/
Dxfs_super.c669 xfs_buf_t *sbp = xfs_getsb(mp, 0); in xfs_barrier_test() local
1152 xfs_sb_t *sbp = &mp->m_sb; in xfs_fs_statfs() local
/fs/
Dcompat_ioctl.c676 compat_uptr_t sbp; /* [i], [*o] points to sense_buffer memory */ member
762 unsigned char __user *sbp; in sg_ioctl_trans() local