/linux-3.3/fs/ufs/ |
D | swab.h | 26 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()
|
/linux-3.3/include/linux/ |
D | reiserfs_fs_sb.h | 21 #define sb_block_count(sbp) (le32_to_cpu((sbp)->s_v1.s_block_count)) argument 22 #define set_sb_block_count(sbp,v) ((sbp)->s_v1.s_block_count = cpu_to_le32(v)) argument 23 #define sb_free_blocks(sbp) (le32_to_cpu((sbp)->s_v1.s_free_blocks)) argument 24 #define set_sb_free_blocks(sbp,v) ((sbp)->s_v1.s_free_blocks = cpu_to_le32(v)) argument 25 #define sb_root_block(sbp) (le32_to_cpu((sbp)->s_v1.s_root_block)) argument 26 #define set_sb_root_block(sbp,v) ((sbp)->s_v1.s_root_block = cpu_to_le32(v)) argument 28 #define sb_jp_journal_1st_block(sbp) \ argument 30 #define set_sb_jp_journal_1st_block(sbp,v) \ argument 32 #define sb_jp_journal_dev(sbp) \ argument 34 #define set_sb_jp_journal_dev(sbp,v) \ argument [all …]
|
/linux-3.3/fs/xfs/ |
D | xfs_sb.h | 300 #define XFS_SB_VERSION_NUM(sbp) ((sbp)->sb_versionnum & XFS_SB_VERSION_NUMBITS) argument 302 static inline int xfs_sb_good_version(xfs_sb_t *sbp) in xfs_sb_good_version() 335 static inline int xfs_sb_has_mismatched_features2(xfs_sb_t *sbp) in xfs_sb_has_mismatched_features2() 363 static inline int xfs_sb_version_hasattr(xfs_sb_t *sbp) in xfs_sb_version_hasattr() 371 static inline void xfs_sb_version_addattr(xfs_sb_t *sbp) in xfs_sb_version_addattr() 381 static inline int xfs_sb_version_hasnlink(xfs_sb_t *sbp) in xfs_sb_version_hasnlink() 388 static inline void xfs_sb_version_addnlink(xfs_sb_t *sbp) in xfs_sb_version_addnlink() 396 static inline int xfs_sb_version_hasquota(xfs_sb_t *sbp) in xfs_sb_version_hasquota() 402 static inline void xfs_sb_version_addquota(xfs_sb_t *sbp) in xfs_sb_version_addquota() 411 static inline int xfs_sb_version_hasalign(xfs_sb_t *sbp) in xfs_sb_version_hasalign() [all …]
|
D | xfs_mount.c | 283 xfs_sb_t *sbp, in xfs_sb_validate_fsb_count() 305 xfs_sb_t *sbp, in xfs_mount_validate_sb() 448 xfs_sb_t *sbp = &mp->m_sb; in xfs_initialize_perag() local 746 xfs_mount_common(xfs_mount_t *mp, xfs_sb_t *sbp) in xfs_mount_common() 794 xfs_sb_t *sbp = &mp->m_sb; in xfs_initialize_perag_data() local 844 xfs_sb_t *sbp = &(mp->m_sb); in xfs_update_alignment() local 921 xfs_sb_t *sbp = &(mp->m_sb); in xfs_set_maxicount() local 948 xfs_sb_t *sbp = &(mp->m_sb); in xfs_set_rw_sizes() local 1134 xfs_sb_t *sbp = &(mp->m_sb); in xfs_mountfs() local 1592 xfs_buf_t *sbp; in xfs_unmountfs_writesb() local
|
D | xfs_dfrag.c | 216 xfs_bstat_t *sbp = &sxp->sx_stat; in xfs_swap_extents() local
|
D | xfs_rtalloc.c | 1856 xfs_sb_t *sbp; /* old superblock */ in xfs_growfs_rt() local 2197 xfs_sb_t *sbp; /* filesystem superblock copy in mount */ in xfs_rtmount_init() local 2243 xfs_sb_t *sbp; in xfs_rtmount_inodes() local
|
D | xfs_trans.c | 906 xfs_dsb_t *sbp; in xfs_trans_apply_sb_deltas() local
|
D | xfs_super.c | 1027 xfs_sb_t *sbp = &mp->m_sb; in xfs_fs_statfs() local
|
D | xfs_attr_leaf.c | 582 xfs_attr_sf_sort_t *sbuf, *sbp; in xfs_attr_shortform_list() local
|
D | xfs_log_recover.c | 3647 xfs_sb_t *sbp; in xlog_do_recover() local
|
/linux-3.3/fs/nilfs2/ |
D | the_nilfs.c | 110 struct nilfs_super_block **sbp = nilfs->ns_sbp; in nilfs_load_super_root() local 181 struct nilfs_super_block *sbp) in nilfs_store_log_cursor() 232 struct nilfs_super_block **sbp = nilfs->ns_sbp; in load_nilfs() local 385 struct nilfs_super_block *sbp) in nilfs_store_disk_layout() 423 static int nilfs_valid_sb(struct nilfs_super_block *sbp) in nilfs_valid_sb() 443 static int nilfs_sb2_bad_offset(struct nilfs_super_block *sbp, u64 offset) in nilfs_sb2_bad_offset() 487 struct nilfs_super_block **sbp = nilfs->ns_sbp; in nilfs_load_super_block() local 562 struct nilfs_super_block *sbp; in init_nilfs() local
|
D | super.c | 81 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 785 struct nilfs_super_block *sbp) in nilfs_set_default_options() 796 struct nilfs_super_block **sbp; in nilfs_setup_super() local [all …]
|
D | segment.c | 2265 struct nilfs_super_block **sbp; in nilfs_segctor_construct() local
|
/linux-3.3/fs/freevxfs/ |
D | vxfs_inode.c | 88 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()
|
D | vxfs_olt.c | 57 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()
|
D | vxfs_super.c | 79 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()
|
D | vxfs_fshead.c | 107 vxfs_read_fshead(struct super_block *sbp) in vxfs_read_fshead()
|
D | vxfs_lookup.c | 48 #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
|
D | vxfs_inode.h | 52 #define VXFS_TYPED_PER_BLOCK(sbp) \ argument
|
D | vxfs.h | 260 #define VXFS_SBI(sbp) \ argument
|
/linux-3.3/arch/mips/sibyte/common/ |
D | sb_tbprof.c | 82 static struct sbprof_tb sbp; variable
|
/linux-3.3/security/smack/ |
D | smack_lsm.c | 384 struct superblock_smack *sbp = dentry->d_sb->s_security; in smack_sb_statfs() local 409 struct superblock_smack *sbp = path->dentry->d_sb->s_security; in smack_sb_mount() local 428 struct superblock_smack *sbp; in smack_sb_umount() local 955 struct super_block *sbp; in smack_inode_getsecurity() local 2542 struct super_block *sbp; in smack_d_instantiate() local
|
/linux-3.3/include/scsi/ |
D | sg.h | 97 void __user *sbp; /* [i], [*o] points to sense_buffer memory */ member
|
/linux-3.3/fs/ |
D | compat_ioctl.c | 237 compat_uptr_t sbp; /* [i], [*o] points to sense_buffer memory */ member 328 unsigned char __user *sbp; in sg_ioctl_trans() local
|
/linux-3.3/arch/powerpc/platforms/iseries/ |
D | pci.c | 86 const u32 *sbp = of_get_property(node, "linux,subbus", NULL); in iseries_ds_addr() local
|