/kernel/linux/linux-5.10/fs/freevxfs/ |
H A D | vxfs_fshead.c | 108 vxfs_read_fshead(struct super_block *sbp) in vxfs_read_fshead() argument
|
H A D | vxfs_olt.c | 57 vxfs_oblock(struct super_block *sbp, daddr_t block, u_long bsize) in vxfs_oblock() argument 77 vxfs_read_olt(struct super_block *sbp, u_long bsize) in vxfs_read_olt() argument [all...] |
H A D | vxfs_inode.c | 164 vxfs_blkiget(struct super_block *sbp, u_long extent, ino_t ino) in vxfs_blkiget() argument 249 vxfs_stiget(struct super_block *sbp, ino_t ino) vxfs_stiget() argument 278 vxfs_iget(struct super_block *sbp, ino_t ino) vxfs_iget() argument [all...] |
H A D | vxfs_super.c | 68 vxfs_put_super(struct super_block *sbp) in vxfs_put_super() argument 148 static int vxfs_try_sb_magic(struct super_block *sbp, int silent, in vxfs_try_sb_magic() argument 207 static int vxfs_fill_super(struct super_block *sbp, voi argument [all...] |
H A D | vxfs_lookup.c | 218 struct super_block *sbp = ip->i_sb; in vxfs_readdir() local
|
/kernel/linux/linux-5.10/fs/ufs/ |
H A D | swab.h | 27 fs64_to_cpu(struct super_block *sbp, __fs64 n) in fs64_to_cpu() argument 36 cpu_to_fs64(struct super_block *sbp, u64 n) in cpu_to_fs64() argument 45 fs32_to_cpu(struct super_block *sbp, __fs32 n) in fs32_to_cpu() argument 54 cpu_to_fs32(struct super_block *sbp, u32 n) in cpu_to_fs32() argument 63 fs32_add(struct super_block *sbp, __fs32 *n, int d) in fs32_add() argument 72 fs32_sub(struct super_block *sbp, __fs32 *n, int d) fs32_sub() argument 81 fs16_to_cpu(struct super_block *sbp, __fs16 n) fs16_to_cpu() argument 90 cpu_to_fs16(struct super_block *sbp, u16 n) cpu_to_fs16() argument 99 fs16_add(struct super_block *sbp, __fs16 *n, int d) fs16_add() argument 108 fs16_sub(struct super_block *sbp, __fs16 *n, int d) fs16_sub() argument [all...] |
H A D | util.h | 594 static inline __fs32 ufs_get_seconds(struct super_block *sbp) in ufs_get_seconds() argument
|
/kernel/linux/linux-6.6/fs/ufs/ |
H A D | swab.h | 27 fs64_to_cpu(struct super_block *sbp, __fs64 n) in fs64_to_cpu() argument 36 cpu_to_fs64(struct super_block *sbp, u64 n) in cpu_to_fs64() argument 45 fs32_to_cpu(struct super_block *sbp, __fs32 n) in fs32_to_cpu() argument 54 cpu_to_fs32(struct super_block *sbp, u32 n) in cpu_to_fs32() argument 63 fs32_add(struct super_block *sbp, __fs32 *n, int d) in fs32_add() argument 72 fs32_sub(struct super_block *sbp, __fs32 *n, int d) fs32_sub() argument 81 fs16_to_cpu(struct super_block *sbp, __fs16 n) fs16_to_cpu() argument 90 cpu_to_fs16(struct super_block *sbp, u16 n) cpu_to_fs16() argument 99 fs16_add(struct super_block *sbp, __fs16 *n, int d) fs16_add() argument 108 fs16_sub(struct super_block *sbp, __fs16 *n, int d) fs16_sub() argument [all...] |
/kernel/linux/linux-6.6/fs/freevxfs/ |
H A D | vxfs_fshead.c | 84 vxfs_read_fshead(struct super_block *sbp) in vxfs_read_fshead() argument
|
H A D | vxfs_olt.c | 33 vxfs_oblock(struct super_block *sbp, daddr_t block, u_long bsize) in vxfs_oblock() argument 53 vxfs_read_olt(struct super_block *sbp, u_long bsize) in vxfs_read_olt() argument [all...] |
H A D | vxfs_inode.c | 139 vxfs_blkiget(struct super_block *sbp, u_long extent, ino_t ino) in vxfs_blkiget() argument 224 vxfs_stiget(struct super_block *sbp, ino_t ino) vxfs_stiget() argument 253 vxfs_iget(struct super_block *sbp, ino_t ino) vxfs_iget() argument [all...] |
H A D | vxfs_super.c | 44 vxfs_put_super(struct super_block *sbp) in vxfs_put_super() argument 124 static int vxfs_try_sb_magic(struct super_block *sbp, int silent, in vxfs_try_sb_magic() argument 183 static int vxfs_fill_super(struct super_block *sbp, voi argument [all...] |
H A D | vxfs_lookup.c | 194 struct super_block *sbp = ip->i_sb; in vxfs_readdir() local
|
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_trans.c | 462 xfs_dsb_t *sbp; in xfs_trans_apply_sb_deltas() local [all...] |
H A D | xfs_attr_list.c | 57 struct xfs_attr_sf_sort *sbuf, *sbp; in xfs_attr_shortform_list() local [all...] |
H A D | xfs_mount.c | 273 struct xfs_sb *sbp = &mp->m_sb; in xfs_readsb() local 159 xfs_sb_validate_fsb_count( xfs_sb_t *sbp, uint64_t nblocks) xfs_sb_validate_fsb_count() argument 374 struct xfs_sb *sbp = &mp->m_sb; xfs_check_new_dalign() local 455 struct xfs_sb *sbp = &mp->m_sb; xfs_update_alignment() local 688 struct xfs_sb *sbp = &(mp->m_sb); xfs_mountfs() local [all...] |
H A D | xfs_rtalloc.c | 916 xfs_sb_t *sbp; /* old superblock */ in xfs_growfs_rt() local 1216 struct xfs_sb *sbp; /* filesystem superblock copy in mount */ xfs_rtmount_init() local 1264 xfs_sb_t *sbp; xfs_rtmount_inodes() local [all...] |
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_sb.c | 96 xfs_validate_sb_read( struct xfs_mount *mp, struct xfs_sb *sbp) xfs_validate_sb_read() argument 144 xfs_validate_sb_write( struct xfs_mount *mp, struct xfs_buf *bp, struct xfs_sb *sbp) xfs_validate_sb_write() argument 218 xfs_validate_sb_common( struct xfs_mount *mp, struct xfs_buf *bp, struct xfs_sb *sbp) xfs_validate_sb_common() argument 431 xfs_sb_quota_from_disk(struct xfs_sb *sbp) xfs_sb_quota_from_disk() argument 835 xfs_sb_mount_common( struct xfs_mount *mp, struct xfs_sb *sbp) xfs_sb_mount_common() argument 889 xfs_sb_t *sbp = &mp->m_sb; xfs_initialize_perag_data() local 1114 xfs_fs_geometry( struct xfs_sb *sbp, struct xfs_fsop_geom *geo, int struct_version) xfs_fs_geometry() argument [all...] |
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_sb.c | 38 xfs_sb_validate_v5_features( struct xfs_sb *sbp) xfs_sb_validate_v5_features() argument 79 xfs_sb_good_version( struct xfs_sb *sbp) xfs_sb_good_version() argument 111 xfs_sb_version_to_features( struct xfs_sb *sbp) xfs_sb_version_to_features() argument 183 xfs_validate_sb_read( struct xfs_mount *mp, struct xfs_sb *sbp) xfs_validate_sb_read() argument 231 xfs_validate_sb_write( struct xfs_mount *mp, struct xfs_buf *bp, struct xfs_sb *sbp) xfs_validate_sb_write() argument 306 xfs_validate_sb_common( struct xfs_mount *mp, struct xfs_buf *bp, struct xfs_sb *sbp) xfs_validate_sb_common() argument 553 xfs_sb_quota_from_disk(struct xfs_sb *sbp) xfs_sb_quota_from_disk() argument 964 xfs_sb_mount_common( struct xfs_mount *mp, struct xfs_sb *sbp) xfs_sb_mount_common() argument 1185 struct xfs_sb *sbp = &mp->m_sb; xfs_fs_geometry() local [all...] |
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_attr_list.c | 58 struct xfs_attr_sf_sort *sbuf, *sbp; in xfs_attr_shortform_list() local [all...] |
H A D | xfs_mount.c | 155 struct xfs_sb *sbp = &mp->m_sb; in xfs_readsb() local 130 xfs_sb_validate_fsb_count( xfs_sb_t *sbp, uint64_t nblocks) xfs_sb_validate_fsb_count() argument 257 struct xfs_sb *sbp = &mp->m_sb; xfs_check_new_dalign() local 340 struct xfs_sb *sbp = &mp->m_sb; xfs_update_alignment() local 637 struct xfs_sb *sbp = &(mp->m_sb); xfs_mountfs() local [all...] |
/kernel/linux/linux-5.10/arch/mips/sibyte/common/ |
H A D | sb_tbprof.c | 70 static struct sbprof_tb sbp; variable [all...] |
/kernel/linux/linux-6.6/arch/mips/sibyte/common/ |
H A D | sb_tbprof.c | 70 static struct sbprof_tb sbp; variable [all...] |
/kernel/linux/linux-5.10/fs/nilfs2/ |
H A D | the_nilfs.c | 101 struct nilfs_super_block **sbp = nilfs->ns_sbp; in nilfs_load_super_root() local 171 nilfs_store_log_cursor(struct the_nilfs *nilfs, struct nilfs_super_block *sbp) nilfs_store_log_cursor() argument 208 nilfs_get_blocksize(struct super_block *sb, struct nilfs_super_block *sbp, int *blocksize) nilfs_get_blocksize() argument 254 struct nilfs_super_block **sbp = nilfs->ns_sbp; load_nilfs() local 426 nilfs_store_disk_layout(struct the_nilfs *nilfs, struct nilfs_super_block *sbp) nilfs_store_disk_layout() argument 507 nilfs_valid_sb(struct nilfs_super_block *sbp) nilfs_valid_sb() argument 540 nilfs_sb2_bad_offset(struct nilfs_super_block *sbp, u64 offset) nilfs_sb2_bad_offset() argument 593 struct nilfs_super_block **sbp = nilfs->ns_sbp; nilfs_load_super_block() local 674 struct nilfs_super_block *sbp; init_nilfs() local [all...] |
/kernel/linux/linux-6.6/fs/nilfs2/ |
H A D | the_nilfs.c | 101 struct nilfs_super_block **sbp = nilfs->ns_sbp; in nilfs_load_super_root() local 171 nilfs_store_log_cursor(struct the_nilfs *nilfs, struct nilfs_super_block *sbp) nilfs_store_log_cursor() argument 208 nilfs_get_blocksize(struct super_block *sb, struct nilfs_super_block *sbp, int *blocksize) nilfs_get_blocksize() argument 254 struct nilfs_super_block **sbp = nilfs->ns_sbp; load_nilfs() local 426 nilfs_store_disk_layout(struct the_nilfs *nilfs, struct nilfs_super_block *sbp) nilfs_store_disk_layout() argument 506 nilfs_valid_sb(struct nilfs_super_block *sbp) nilfs_valid_sb() argument 539 nilfs_sb2_bad_offset(struct nilfs_super_block *sbp, u64 offset) nilfs_sb2_bad_offset() argument 592 struct nilfs_super_block **sbp = nilfs->ns_sbp; nilfs_load_super_block() local 673 struct nilfs_super_block *sbp; init_nilfs() local [all...] |