/linux-6.1.9/fs/ufs/ |
D | swab.h | 27 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()
|
D | util.h | 594 static inline __fs32 ufs_get_seconds(struct super_block *sbp) in ufs_get_seconds()
|
/linux-6.1.9/fs/xfs/libxfs/ |
D | xfs_sb.c | 39 struct xfs_sb *sbp) in xfs_sb_validate_v5_features() 79 struct xfs_sb *sbp) in xfs_sb_good_version() 111 struct xfs_sb *sbp) in xfs_sb_version_to_features() 184 struct xfs_sb *sbp) in xfs_validate_sb_read() 233 struct xfs_sb *sbp) in xfs_validate_sb_write() 307 struct xfs_sb *sbp) in xfs_validate_sb_common() 497 xfs_sb_quota_from_disk(struct xfs_sb *sbp) in xfs_sb_quota_from_disk() 910 struct xfs_sb *sbp) in xfs_sb_mount_common() 1126 struct xfs_sb *sbp = &mp->m_sb; in xfs_fs_geometry() local
|
D | xfs_format.h | 280 #define XFS_SB_VERSION_NUM(sbp) ((sbp)->sb_versionnum & XFS_SB_VERSION_NUMBITS) argument 282 static inline bool xfs_sb_is_v5(struct xfs_sb *sbp) in xfs_sb_is_v5() 291 static inline bool xfs_sb_has_mismatched_features2(struct xfs_sb *sbp) in xfs_sb_has_mismatched_features2() 296 static inline bool xfs_sb_version_hasmorebits(struct xfs_sb *sbp) in xfs_sb_version_hasmorebits() 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() 318 static inline void xfs_sb_version_addprojid32(struct xfs_sb *sbp) in xfs_sb_version_addprojid32() 346 struct xfs_sb *sbp, in xfs_sb_has_compat_feature() 364 struct xfs_sb *sbp, in xfs_sb_has_ro_compat_feature() [all …]
|
D | xfs_ag.c | 112 struct xfs_sb *sbp = &mp->m_sb; in xfs_initialize_perag_data() local
|
/linux-6.1.9/fs/nilfs2/ |
D | the_nilfs.c | 102 struct nilfs_super_block **sbp = nilfs->ns_sbp; in nilfs_load_super_root() local 173 struct nilfs_super_block *sbp) in nilfs_store_log_cursor() 210 struct nilfs_super_block *sbp, int *blocksize) in nilfs_get_blocksize() 255 struct nilfs_super_block **sbp = nilfs->ns_sbp; in load_nilfs() local 409 struct nilfs_super_block *sbp) in nilfs_store_disk_layout() 459 static int nilfs_valid_sb(struct nilfs_super_block *sbp) in nilfs_valid_sb() 492 static bool nilfs_sb2_bad_offset(struct nilfs_super_block *sbp, u64 offset) in nilfs_sb2_bad_offset() 545 struct nilfs_super_block **sbp = nilfs->ns_sbp; in nilfs_load_super_block() local 620 struct nilfs_super_block *sbp; in init_nilfs() local
|
D | super.c | 90 struct nilfs_super_block **sbp; in nilfs_set_error() local 200 struct nilfs_super_block *sbp = nilfs->ns_sbp[0]; in nilfs_sync_super() local 230 void nilfs_set_log_cursor(struct nilfs_super_block *sbp, in nilfs_set_log_cursor() 250 struct nilfs_super_block **sbp = nilfs->ns_sbp; in nilfs_prepare_super() local 275 struct nilfs_super_block **sbp = nilfs->ns_sbp; in nilfs_commit_super() local 311 struct nilfs_super_block **sbp; in nilfs_cleanup_super() local 401 struct nilfs_super_block **sbp; in nilfs_resize_fs() local 487 struct nilfs_super_block **sbp; in nilfs_sync_fs() local 787 struct nilfs_super_block *sbp) in nilfs_set_default_options() 798 struct nilfs_super_block **sbp; in nilfs_setup_super() local [all …]
|
D | sysfs.c | 839 struct nilfs_super_block **sbp = nilfs->ns_sbp; in nilfs_dev_revision_show() local 859 struct nilfs_super_block **sbp = nilfs->ns_sbp; in nilfs_dev_device_size_show() local 882 struct nilfs_super_block **sbp = nilfs->ns_sbp; in nilfs_dev_uuid_show() local 892 struct nilfs_super_block **sbp = nilfs->ns_sbp; in nilfs_dev_volume_name_show() local
|
/linux-6.1.9/fs/xfs/ |
D | xfs_mount.c | 130 xfs_sb_t *sbp, in xfs_sb_validate_fsb_count() 154 struct xfs_sb *sbp = &mp->m_sb; in xfs_readsb() local 256 struct xfs_sb *sbp = &mp->m_sb; in xfs_check_new_dalign() local 339 struct xfs_sb *sbp = &mp->m_sb; in xfs_update_alignment() local 622 struct xfs_sb *sbp = &(mp->m_sb); in xfs_mountfs() local
|
D | xfs_rtalloc.c | 924 xfs_sb_t *sbp; /* old superblock */ in xfs_growfs_rt() local 1251 struct xfs_sb *sbp; /* filesystem superblock copy in mount */ in xfs_rtmount_init() local 1337 xfs_sb_t *sbp; in xfs_rtmount_inodes() local
|
D | xfs_super.c | 272 xfs_sb_t *sbp = &mp->m_sb; in xfs_set_inode_alloc() local 800 xfs_sb_t *sbp = &mp->m_sb; in xfs_fs_statfs() local 1720 struct xfs_sb *sbp = &mp->m_sb; in xfs_remount_rw() local
|
D | xfs_attr_list.c | 58 struct xfs_attr_sf_sort *sbuf, *sbp; in xfs_attr_shortform_list() local
|
D | xfs_ioctl.c | 1745 struct xfs_sb *sbp = &mp->m_sb; in xfs_ioc_getlabel() local 1768 struct xfs_sb *sbp = &mp->m_sb; in xfs_ioc_setlabel() local
|
D | xfs_trans.c | 475 struct xfs_dsb *sbp; in xfs_trans_apply_sb_deltas() local
|
D | xfs_bmap_util.c | 1639 struct xfs_bstat *sbp = &sxp->sx_stat; in xfs_swap_extents() local
|
/linux-6.1.9/fs/freevxfs/ |
D | vxfs_inode.c | 140 vxfs_blkiget(struct super_block *sbp, u_long extent, ino_t ino) in vxfs_blkiget() 225 vxfs_stiget(struct super_block *sbp, ino_t ino) in vxfs_stiget() 254 vxfs_iget(struct super_block *sbp, ino_t ino) in vxfs_iget()
|
D | vxfs_super.c | 44 vxfs_put_super(struct super_block *sbp) in vxfs_put_super() 124 static int vxfs_try_sb_magic(struct super_block *sbp, int silent, in vxfs_try_sb_magic() 183 static int vxfs_fill_super(struct super_block *sbp, void *dp, int silent) in vxfs_fill_super()
|
D | vxfs_olt.c | 33 vxfs_oblock(struct super_block *sbp, daddr_t block, u_long bsize) in vxfs_oblock() 53 vxfs_read_olt(struct super_block *sbp, u_long bsize) in vxfs_read_olt()
|
D | vxfs_lookup.c | 25 #define VXFS_BLOCK_PER_PAGE(sbp) ((PAGE_SIZE / (sbp)->s_blocksize)) argument 194 struct super_block *sbp = ip->i_sb; in vxfs_readdir() local
|
D | vxfs_fshead.c | 84 vxfs_read_fshead(struct super_block *sbp) in vxfs_read_fshead()
|
D | vxfs_inode.h | 28 #define VXFS_TYPED_PER_BLOCK(sbp) \ argument
|
/linux-6.1.9/fs/reiserfs/ |
D | reiserfs.h | 114 #define sb_block_count(sbp) (le32_to_cpu((sbp)->s_v1.s_block_count)) argument 115 #define set_sb_block_count(sbp,v) ((sbp)->s_v1.s_block_count = cpu_to_le32(v)) argument 116 #define sb_free_blocks(sbp) (le32_to_cpu((sbp)->s_v1.s_free_blocks)) argument 117 #define set_sb_free_blocks(sbp,v) ((sbp)->s_v1.s_free_blocks = cpu_to_le32(v)) argument 118 #define sb_root_block(sbp) (le32_to_cpu((sbp)->s_v1.s_root_block)) argument 119 #define set_sb_root_block(sbp,v) ((sbp)->s_v1.s_root_block = cpu_to_le32(v)) argument 121 #define sb_jp_journal_1st_block(sbp) \ argument 123 #define set_sb_jp_journal_1st_block(sbp,v) \ argument 125 #define sb_jp_journal_dev(sbp) \ argument 127 #define set_sb_jp_journal_dev(sbp,v) \ argument [all …]
|
/linux-6.1.9/include/scsi/ |
D | sg.h | 51 void __user *sbp; /* [i], [*o] points to sense_buffer memory */ member 80 compat_uptr_t sbp; /* [i], [*o] points to sense_buffer memory */ member
|
/linux-6.1.9/arch/mips/sibyte/common/ |
D | sb_tbprof.c | 70 static struct sbprof_tb sbp; variable
|
/linux-6.1.9/security/smack/ |
D | smack_lsm.c | 851 struct superblock_smack *sbp = smack_superblock(dentry->d_sb); in smack_sb_statfs() local 1381 struct super_block *sbp = dentry->d_sb; in smack_inode_removexattr() local 1411 struct super_block *sbp; in smack_inode_getsecurity() local 3276 struct super_block *sbp; in smack_d_instantiate() local
|