Home
last modified time | relevance | path

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

123

/kernel/linux/linux-6.6/fs/ufs/
Dswab.h27 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()
/kernel/linux/linux-5.10/fs/ufs/
Dswab.h27 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()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
Dxfs_sb.c39 struct xfs_sb *sbp) in xfs_sb_validate_v5_features()
80 struct xfs_sb *sbp) in xfs_sb_good_version()
112 struct xfs_sb *sbp) in xfs_sb_version_to_features()
185 struct xfs_sb *sbp) in xfs_validate_sb_read()
234 struct xfs_sb *sbp) in xfs_validate_sb_write()
309 struct xfs_sb *sbp) in xfs_validate_sb_common()
553 xfs_sb_quota_from_disk(struct xfs_sb *sbp) in xfs_sb_quota_from_disk()
966 struct xfs_sb *sbp) in xfs_sb_mount_common()
1185 struct xfs_sb *sbp = &mp->m_sb; in xfs_fs_geometry() local
Dxfs_format.h280 #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 …]
/kernel/linux/linux-6.6/fs/nilfs2/
Dthe_nilfs.c101 struct nilfs_super_block **sbp = nilfs->ns_sbp; in nilfs_load_super_root() local
172 struct nilfs_super_block *sbp) in nilfs_store_log_cursor()
209 struct nilfs_super_block *sbp, int *blocksize) in nilfs_get_blocksize()
254 struct nilfs_super_block **sbp = nilfs->ns_sbp; in load_nilfs() local
427 struct nilfs_super_block *sbp) in nilfs_store_disk_layout()
506 static int nilfs_valid_sb(struct nilfs_super_block *sbp) in nilfs_valid_sb()
539 static bool nilfs_sb2_bad_offset(struct nilfs_super_block *sbp, u64 offset) in nilfs_sb2_bad_offset()
592 struct nilfs_super_block **sbp = nilfs->ns_sbp; in nilfs_load_super_block() local
673 struct nilfs_super_block *sbp; in init_nilfs() local
Dsuper.c91 struct nilfs_super_block **sbp; in nilfs_set_error() local
201 struct nilfs_super_block *sbp = nilfs->ns_sbp[0]; in nilfs_sync_super() local
231 void nilfs_set_log_cursor(struct nilfs_super_block *sbp, in nilfs_set_log_cursor()
251 struct nilfs_super_block **sbp = nilfs->ns_sbp; in nilfs_prepare_super() local
276 struct nilfs_super_block **sbp = nilfs->ns_sbp; in nilfs_commit_super() local
312 struct nilfs_super_block **sbp; in nilfs_cleanup_super() local
423 struct nilfs_super_block **sbp; in nilfs_resize_fs() local
519 struct nilfs_super_block **sbp; in nilfs_sync_fs() local
819 struct nilfs_super_block *sbp) in nilfs_set_default_options()
830 struct nilfs_super_block **sbp; in nilfs_setup_super() local
[all …]
/kernel/linux/linux-5.10/fs/nilfs2/
Dthe_nilfs.c101 struct nilfs_super_block **sbp = nilfs->ns_sbp; in nilfs_load_super_root() local
172 struct nilfs_super_block *sbp) in nilfs_store_log_cursor()
209 struct nilfs_super_block *sbp, int *blocksize) in nilfs_get_blocksize()
254 struct nilfs_super_block **sbp = nilfs->ns_sbp; in load_nilfs() local
427 struct nilfs_super_block *sbp) in nilfs_store_disk_layout()
507 static int nilfs_valid_sb(struct nilfs_super_block *sbp) in nilfs_valid_sb()
540 static bool nilfs_sb2_bad_offset(struct nilfs_super_block *sbp, u64 offset) in nilfs_sb2_bad_offset()
593 struct nilfs_super_block **sbp = nilfs->ns_sbp; in nilfs_load_super_block() local
674 struct nilfs_super_block *sbp; in init_nilfs() local
Dsuper.c90 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
422 struct nilfs_super_block **sbp; in nilfs_resize_fs() local
518 struct nilfs_super_block **sbp; in nilfs_sync_fs() local
818 struct nilfs_super_block *sbp) in nilfs_set_default_options()
829 struct nilfs_super_block **sbp; in nilfs_setup_super() local
[all …]
/kernel/linux/linux-5.10/fs/xfs/libxfs/
Dxfs_sb.c98 struct xfs_sb *sbp) in xfs_validate_sb_read()
147 struct xfs_sb *sbp) in xfs_validate_sb_write()
221 struct xfs_sb *sbp) in xfs_validate_sb_common()
431 xfs_sb_quota_from_disk(struct xfs_sb *sbp) in xfs_sb_quota_from_disk()
837 struct xfs_sb *sbp) in xfs_sb_mount_common()
889 xfs_sb_t *sbp = &mp->m_sb; in xfs_initialize_perag_data() local
1115 struct xfs_sb *sbp, in xfs_fs_geometry()
Dxfs_format.h281 #define XFS_SB_VERSION_NUM(sbp) ((sbp)->sb_versionnum & XFS_SB_VERSION_NUMBITS) argument
286 static inline bool xfs_sb_good_v4_features(struct xfs_sb *sbp) in xfs_sb_good_v4_features()
302 static inline bool xfs_sb_good_version(struct xfs_sb *sbp) in xfs_sb_good_version()
311 static inline bool xfs_sb_version_hasrealtime(struct xfs_sb *sbp) in xfs_sb_version_hasrealtime()
320 static inline bool xfs_sb_has_mismatched_features2(struct xfs_sb *sbp) in xfs_sb_has_mismatched_features2()
325 static inline bool xfs_sb_version_hasattr(struct xfs_sb *sbp) in xfs_sb_version_hasattr()
330 static inline void xfs_sb_version_addattr(struct xfs_sb *sbp) in xfs_sb_version_addattr()
335 static inline bool xfs_sb_version_hasquota(struct xfs_sb *sbp) in xfs_sb_version_hasquota()
340 static inline void xfs_sb_version_addquota(struct xfs_sb *sbp) in xfs_sb_version_addquota()
345 static inline bool xfs_sb_version_hasalign(struct xfs_sb *sbp) in xfs_sb_version_hasalign()
[all …]
/kernel/linux/linux-6.6/fs/freevxfs/
Dvxfs_inode.c139 vxfs_blkiget(struct super_block *sbp, u_long extent, ino_t ino) in vxfs_blkiget()
224 vxfs_stiget(struct super_block *sbp, ino_t ino) in vxfs_stiget()
253 vxfs_iget(struct super_block *sbp, ino_t ino) in vxfs_iget()
Dvxfs_super.c44 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()
Dvxfs_olt.c33 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()
Dvxfs_lookup.c25 #define VXFS_BLOCK_PER_PAGE(sbp) ((PAGE_SIZE / (sbp)->s_blocksize)) argument
194 struct super_block *sbp = ip->i_sb; in vxfs_readdir() local
Dvxfs_fshead.c84 vxfs_read_fshead(struct super_block *sbp) in vxfs_read_fshead()
/kernel/linux/linux-5.10/fs/freevxfs/
Dvxfs_inode.c164 vxfs_blkiget(struct super_block *sbp, u_long extent, ino_t ino) in vxfs_blkiget()
249 vxfs_stiget(struct super_block *sbp, ino_t ino) in vxfs_stiget()
278 vxfs_iget(struct super_block *sbp, ino_t ino) in vxfs_iget()
Dvxfs_super.c68 vxfs_put_super(struct super_block *sbp) in vxfs_put_super()
148 static int vxfs_try_sb_magic(struct super_block *sbp, int silent, in vxfs_try_sb_magic()
207 static int vxfs_fill_super(struct super_block *sbp, void *dp, int silent) in vxfs_fill_super()
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_lookup.c49 #define VXFS_BLOCK_PER_PAGE(sbp) ((PAGE_SIZE / (sbp)->s_blocksize)) argument
218 struct super_block *sbp = ip->i_sb; in vxfs_readdir() local
Dvxfs_fshead.c108 vxfs_read_fshead(struct super_block *sbp) in vxfs_read_fshead()
/kernel/linux/linux-5.10/fs/xfs/
Dxfs_mount.c160 xfs_sb_t *sbp, in xfs_sb_validate_fsb_count()
273 struct xfs_sb *sbp = &mp->m_sb; in xfs_readsb() local
374 struct xfs_sb *sbp = &mp->m_sb; in xfs_check_new_dalign() local
455 struct xfs_sb *sbp = &mp->m_sb; in xfs_update_alignment() local
688 struct xfs_sb *sbp = &(mp->m_sb); in xfs_mountfs() local
Dxfs_rtalloc.c916 xfs_sb_t *sbp; /* old superblock */ in xfs_growfs_rt() local
1216 struct xfs_sb *sbp; /* filesystem superblock copy in mount */ in xfs_rtmount_init() local
1264 xfs_sb_t *sbp; in xfs_rtmount_inodes() local
/kernel/linux/linux-6.6/fs/xfs/
Dxfs_mount.c131 xfs_sb_t *sbp, in xfs_sb_validate_fsb_count()
155 struct xfs_sb *sbp = &mp->m_sb; in xfs_readsb() local
257 struct xfs_sb *sbp = &mp->m_sb; in xfs_check_new_dalign() local
340 struct xfs_sb *sbp = &mp->m_sb; in xfs_update_alignment() local
637 struct xfs_sb *sbp = &(mp->m_sb); in xfs_mountfs() local
/kernel/linux/linux-6.6/fs/reiserfs/
Dreiserfs.h114 #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 …]
/kernel/linux/linux-5.10/fs/reiserfs/
Dreiserfs.h116 #define sb_block_count(sbp) (le32_to_cpu((sbp)->s_v1.s_block_count)) argument
117 #define set_sb_block_count(sbp,v) ((sbp)->s_v1.s_block_count = cpu_to_le32(v)) argument
118 #define sb_free_blocks(sbp) (le32_to_cpu((sbp)->s_v1.s_free_blocks)) argument
119 #define set_sb_free_blocks(sbp,v) ((sbp)->s_v1.s_free_blocks = cpu_to_le32(v)) argument
120 #define sb_root_block(sbp) (le32_to_cpu((sbp)->s_v1.s_root_block)) argument
121 #define set_sb_root_block(sbp,v) ((sbp)->s_v1.s_root_block = cpu_to_le32(v)) argument
123 #define sb_jp_journal_1st_block(sbp) \ argument
125 #define set_sb_jp_journal_1st_block(sbp,v) \ argument
127 #define sb_jp_journal_dev(sbp) \ argument
129 #define set_sb_jp_journal_dev(sbp,v) \ argument
[all …]

123