| /kernel/linux/linux-6.6/fs/ |
| D | super.c | 53 static inline void __super_lock(struct super_block *sb, bool excl) in __super_lock() 61 static inline void super_unlock(struct super_block *sb, bool excl) in super_unlock() 69 static inline void __super_lock_excl(struct super_block *sb) in __super_lock_excl() 74 static inline void super_unlock_excl(struct super_block *sb) in super_unlock_excl() 79 static inline void super_unlock_shared(struct super_block *sb) in super_unlock_shared() 84 static inline bool wait_born(struct super_block *sb) in wait_born() 111 static __must_check bool super_lock(struct super_block *sb, bool excl) in super_lock() 144 static inline bool super_lock_shared(struct super_block *sb) in super_lock_shared() 150 static inline bool super_lock_excl(struct super_block *sb) in super_lock_excl() 157 static void super_wake(struct super_block *sb, unsigned int flag) in super_wake() [all …]
|
| /kernel/linux/linux-5.10/fs/ |
| D | super.c | 64 struct super_block *sb; in super_cache_scan() local 121 struct super_block *sb; in super_cache_count() local 310 static void put_super(struct super_block *sb) in put_super() 416 bool trylock_super(struct super_block *sb) in trylock_super() 442 void generic_shutdown_super(struct super_block *sb) in generic_shutdown_super() 637 void drop_super(struct super_block *sb) in drop_super() 645 void drop_super_exclusive(struct super_block *sb) in drop_super_exclusive() 654 struct super_block *sb, *p = NULL; in __iterate_supers() local 684 struct super_block *sb, *p = NULL; in iterate_supers() local 720 struct super_block *sb, *p = NULL; in iterate_supers_type() local [all …]
|
| /kernel/linux/linux-6.6/fs/befs/ |
| D | endian.h | 16 fs64_to_cpu(const struct super_block *sb, fs64 n) in fs64_to_cpu() 25 cpu_to_fs64(const struct super_block *sb, u64 n) in cpu_to_fs64() 34 fs32_to_cpu(const struct super_block *sb, fs32 n) in fs32_to_cpu() 43 cpu_to_fs32(const struct super_block *sb, u32 n) in cpu_to_fs32() 52 fs16_to_cpu(const struct super_block *sb, fs16 n) in fs16_to_cpu() 61 cpu_to_fs16(const struct super_block *sb, u16 n) in cpu_to_fs16() 72 fsrun_to_cpu(const struct super_block *sb, befs_disk_block_run n) in fsrun_to_cpu() 89 cpu_to_fsrun(const struct super_block *sb, befs_block_run n) in cpu_to_fsrun() 106 fsds_to_cpu(const struct super_block *sb, const befs_disk_data_stream *n) in fsds_to_cpu()
|
| /kernel/linux/linux-5.10/fs/befs/ |
| D | endian.h | 16 fs64_to_cpu(const struct super_block *sb, fs64 n) in fs64_to_cpu() 25 cpu_to_fs64(const struct super_block *sb, u64 n) in cpu_to_fs64() 34 fs32_to_cpu(const struct super_block *sb, fs32 n) in fs32_to_cpu() 43 cpu_to_fs32(const struct super_block *sb, u32 n) in cpu_to_fs32() 52 fs16_to_cpu(const struct super_block *sb, fs16 n) in fs16_to_cpu() 61 cpu_to_fs16(const struct super_block *sb, u16 n) in cpu_to_fs16() 72 fsrun_to_cpu(const struct super_block *sb, befs_disk_block_run n) in fsrun_to_cpu() 89 cpu_to_fsrun(const struct super_block *sb, befs_block_run n) in cpu_to_fsrun() 106 fsds_to_cpu(const struct super_block *sb, const befs_disk_data_stream *n) in fsds_to_cpu()
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | quotaops.h | 17 static inline struct quota_info *sb_dqopt(struct super_block *sb) in sb_dqopt() 33 #define quota_error(sb, fmt, args...) \ argument 83 static inline int dquot_suspend(struct super_block *sb, int type) in dquot_suspend() 122 static inline struct mem_dqinfo *sb_dqinfo(struct super_block *sb, int type) in sb_dqinfo() 131 static inline bool sb_has_quota_usage_enabled(struct super_block *sb, int type) in sb_has_quota_usage_enabled() 137 static inline bool sb_has_quota_limits_enabled(struct super_block *sb, int type) in sb_has_quota_limits_enabled() 143 static inline bool sb_has_quota_suspended(struct super_block *sb, int type) in sb_has_quota_suspended() 149 static inline unsigned sb_any_quota_suspended(struct super_block *sb) in sb_any_quota_suspended() 155 static inline bool sb_has_quota_loaded(struct super_block *sb, int type) in sb_has_quota_loaded() 161 static inline unsigned sb_any_quota_loaded(struct super_block *sb) in sb_any_quota_loaded() [all …]
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | quotaops.h | 17 static inline struct quota_info *sb_dqopt(struct super_block *sb) in sb_dqopt() 32 #define quota_error(sb, fmt, args...) \ argument 82 static inline int dquot_suspend(struct super_block *sb, int type) in dquot_suspend() 120 static inline struct mem_dqinfo *sb_dqinfo(struct super_block *sb, int type) in sb_dqinfo() 129 static inline bool sb_has_quota_usage_enabled(struct super_block *sb, int type) in sb_has_quota_usage_enabled() 135 static inline bool sb_has_quota_limits_enabled(struct super_block *sb, int type) in sb_has_quota_limits_enabled() 141 static inline bool sb_has_quota_suspended(struct super_block *sb, int type) in sb_has_quota_suspended() 147 static inline unsigned sb_any_quota_suspended(struct super_block *sb) in sb_any_quota_suspended() 153 static inline bool sb_has_quota_loaded(struct super_block *sb, int type) in sb_has_quota_loaded() 159 static inline unsigned sb_any_quota_loaded(struct super_block *sb) in sb_any_quota_loaded() [all …]
|
| /kernel/linux/linux-5.10/fs/ext4/ |
| D | balloc.c | 35 ext4_group_t ext4_get_group_number(struct super_block *sb, in ext4_get_group_number() 53 void ext4_get_group_no_and_offset(struct super_block *sb, ext4_fsblk_t blocknr, in ext4_get_group_no_and_offset() 73 static inline int ext4_block_in_group(struct super_block *sb, in ext4_block_in_group() 86 static unsigned ext4_num_overhead_clusters(struct super_block *sb, in ext4_num_overhead_clusters() 159 static unsigned int num_clusters_in_group(struct super_block *sb, in num_clusters_in_group() 179 static int ext4_init_block_bitmap(struct super_block *sb, in ext4_init_block_bitmap() 238 unsigned ext4_free_clusters_after_init(struct super_block *sb, in ext4_free_clusters_after_init() 264 struct ext4_group_desc * ext4_get_group_desc(struct super_block *sb, in ext4_get_group_desc() 306 static ext4_fsblk_t ext4_valid_block_bitmap_padding(struct super_block *sb, in ext4_valid_block_bitmap_padding() 322 struct ext4_group_info *ext4_get_group_info(struct super_block *sb, in ext4_get_group_info() [all …]
|
| D | super.c | 128 #define IS_EXT2_SB(sb) ((sb)->s_bdev->bd_holder == &ext2_fs_type) argument 130 #define IS_EXT2_SB(sb) (0) argument 143 #define IS_EXT3_SB(sb) ((sb)->s_bdev->bd_holder == &ext3_fs_type) argument 206 static struct buffer_head *__ext4_sb_bread_gfp(struct super_block *sb, in __ext4_sb_bread_gfp() 227 struct buffer_head *ext4_sb_bread(struct super_block *sb, sector_t block, in ext4_sb_bread() 233 struct buffer_head *ext4_sb_bread_unmovable(struct super_block *sb, in ext4_sb_bread_unmovable() 239 void ext4_sb_breadahead_unmovable(struct super_block *sb, sector_t block) in ext4_sb_breadahead_unmovable() 250 static int ext4_verify_csum_type(struct super_block *sb, in ext4_verify_csum_type() 259 static __le32 ext4_superblock_csum(struct super_block *sb, in ext4_superblock_csum() 271 static int ext4_superblock_csum_verify(struct super_block *sb, in ext4_superblock_csum_verify() [all …]
|
| /kernel/linux/linux-6.6/fs/ext4/ |
| D | super.c | 144 #define IS_EXT2_SB(sb) ((sb)->s_type == &ext2_fs_type) argument 146 #define IS_EXT2_SB(sb) (0) argument 160 #define IS_EXT3_SB(sb) ((sb)->s_type == &ext3_fs_type) argument 223 static struct buffer_head *__ext4_sb_bread_gfp(struct super_block *sb, in __ext4_sb_bread_gfp() 244 struct buffer_head *ext4_sb_bread(struct super_block *sb, sector_t block, in ext4_sb_bread() 250 struct buffer_head *ext4_sb_bread_unmovable(struct super_block *sb, in ext4_sb_bread_unmovable() 256 void ext4_sb_breadahead_unmovable(struct super_block *sb, sector_t block) in ext4_sb_breadahead_unmovable() 267 static int ext4_verify_csum_type(struct super_block *sb, in ext4_verify_csum_type() 276 __le32 ext4_superblock_csum(struct super_block *sb, in ext4_superblock_csum() 288 static int ext4_superblock_csum_verify(struct super_block *sb, in ext4_superblock_csum_verify() [all …]
|
| D | balloc.c | 35 ext4_group_t ext4_get_group_number(struct super_block *sb, in ext4_get_group_number() 53 void ext4_get_group_no_and_offset(struct super_block *sb, ext4_fsblk_t blocknr, in ext4_get_group_no_and_offset() 73 static inline int ext4_block_in_group(struct super_block *sb, in ext4_block_in_group() 87 static unsigned ext4_num_overhead_clusters(struct super_block *sb, in ext4_num_overhead_clusters() 163 static unsigned int num_clusters_in_group(struct super_block *sb, in num_clusters_in_group() 183 static int ext4_init_block_bitmap(struct super_block *sb, in ext4_init_block_bitmap() 240 unsigned ext4_free_clusters_after_init(struct super_block *sb, in ext4_free_clusters_after_init() 266 struct ext4_group_desc * ext4_get_group_desc(struct super_block *sb, in ext4_get_group_desc() 308 static ext4_fsblk_t ext4_valid_block_bitmap_padding(struct super_block *sb, in ext4_valid_block_bitmap_padding() 324 struct ext4_group_info *ext4_get_group_info(struct super_block *sb, in ext4_get_group_info() [all …]
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
| D | dr_ste_v0.c | 737 struct mlx5dr_ste_build *sb, in dr_ste_v0_build_eth_l2_src_dst_tag() 781 dr_ste_v0_build_eth_l2_src_dst_init(struct mlx5dr_ste_build *sb, in dr_ste_v0_build_eth_l2_src_dst_init() 793 struct mlx5dr_ste_build *sb, in dr_ste_v0_build_eth_l3_ipv6_dst_tag() 807 dr_ste_v0_build_eth_l3_ipv6_dst_init(struct mlx5dr_ste_build *sb, in dr_ste_v0_build_eth_l3_ipv6_dst_init() 819 struct mlx5dr_ste_build *sb, in dr_ste_v0_build_eth_l3_ipv6_src_tag() 833 dr_ste_v0_build_eth_l3_ipv6_src_init(struct mlx5dr_ste_build *sb, in dr_ste_v0_build_eth_l3_ipv6_src_init() 845 struct mlx5dr_ste_build *sb, in dr_ste_v0_build_eth_l3_ipv4_5_tuple_tag() 870 dr_ste_v0_build_eth_l3_ipv4_5_tuple_init(struct mlx5dr_ste_build *sb, in dr_ste_v0_build_eth_l3_ipv4_5_tuple_init() 1006 struct mlx5dr_ste_build *sb, in dr_ste_v0_build_eth_l2_src_tag() 1018 dr_ste_v0_build_eth_l2_src_init(struct mlx5dr_ste_build *sb, in dr_ste_v0_build_eth_l2_src_init() [all …]
|
| D | dr_ste_v1.c | 1127 struct mlx5dr_ste_build *sb, in dr_ste_v1_build_eth_l2_src_dst_tag() 1162 void dr_ste_v1_build_eth_l2_src_dst_init(struct mlx5dr_ste_build *sb, in dr_ste_v1_build_eth_l2_src_dst_init() 1173 struct mlx5dr_ste_build *sb, in dr_ste_v1_build_eth_l3_ipv6_dst_tag() 1186 void dr_ste_v1_build_eth_l3_ipv6_dst_init(struct mlx5dr_ste_build *sb, in dr_ste_v1_build_eth_l3_ipv6_dst_init() 1197 struct mlx5dr_ste_build *sb, in dr_ste_v1_build_eth_l3_ipv6_src_tag() 1210 void dr_ste_v1_build_eth_l3_ipv6_src_init(struct mlx5dr_ste_build *sb, in dr_ste_v1_build_eth_l3_ipv6_src_init() 1221 struct mlx5dr_ste_build *sb, in dr_ste_v1_build_eth_l3_ipv4_5_tuple_tag() 1245 void dr_ste_v1_build_eth_l3_ipv4_5_tuple_init(struct mlx5dr_ste_build *sb, in dr_ste_v1_build_eth_l3_ipv4_5_tuple_init() 1375 struct mlx5dr_ste_build *sb, in dr_ste_v1_build_eth_l2_src_tag() 1386 void dr_ste_v1_build_eth_l2_src_init(struct mlx5dr_ste_build *sb, in dr_ste_v1_build_eth_l2_src_init() [all …]
|
| /kernel/linux/linux-5.10/tools/perf/util/ |
| D | strbuf.c | 20 int strbuf_init(struct strbuf *sb, ssize_t hint) in strbuf_init() 29 void strbuf_release(struct strbuf *sb) in strbuf_release() 37 char *strbuf_detach(struct strbuf *sb, size_t *sz) in strbuf_detach() 46 int strbuf_grow(struct strbuf *sb, size_t extra) in strbuf_grow() 73 int strbuf_addch(struct strbuf *sb, int c) in strbuf_addch() 84 int strbuf_add(struct strbuf *sb, const void *data, size_t len) in strbuf_add() 94 static int strbuf_addv(struct strbuf *sb, const char *fmt, va_list ap) in strbuf_addv() 128 int strbuf_addf(struct strbuf *sb, const char *fmt, ...) in strbuf_addf() 139 ssize_t strbuf_read(struct strbuf *sb, int fd, ssize_t hint) in strbuf_read()
|
| /kernel/linux/linux-6.6/tools/perf/util/ |
| D | strbuf.c | 20 int strbuf_init(struct strbuf *sb, ssize_t hint) in strbuf_init() 29 void strbuf_release(struct strbuf *sb) in strbuf_release() 37 char *strbuf_detach(struct strbuf *sb, size_t *sz) in strbuf_detach() 46 int strbuf_grow(struct strbuf *sb, size_t extra) in strbuf_grow() 73 int strbuf_addch(struct strbuf *sb, int c) in strbuf_addch() 84 int strbuf_add(struct strbuf *sb, const void *data, size_t len) in strbuf_add() 94 static int strbuf_addv(struct strbuf *sb, const char *fmt, va_list ap) in strbuf_addv() 128 int strbuf_addf(struct strbuf *sb, const char *fmt, ...) in strbuf_addf() 139 ssize_t strbuf_read(struct strbuf *sb, int fd, ssize_t hint) in strbuf_read()
|
| /kernel/linux/linux-5.10/fs/ext2/ |
| D | super.c | 49 void ext2_error(struct super_block *sb, const char *function, in ext2_error() 84 void ext2_msg(struct super_block *sb, const char *prefix, in ext2_msg() 103 void ext2_update_dynamic_rev(struct super_block *sb) in ext2_update_dynamic_rev() 131 static void ext2_quota_off_umount(struct super_block *sb) in ext2_quota_off_umount() 139 static inline void ext2_quota_off_umount(struct super_block *sb) in ext2_quota_off_umount() 144 static void ext2_put_super (struct super_block * sb) in ext2_put_super() 180 static struct inode *ext2_alloc_inode(struct super_block *sb) in ext2_alloc_inode() 241 struct super_block *sb = root->d_sb; in ext2_show_options() local 365 static struct inode *ext2_nfs_get_inode(struct super_block *sb, in ext2_nfs_get_inode() 391 static struct dentry *ext2_fh_to_dentry(struct super_block *sb, struct fid *fid, in ext2_fh_to_dentry() [all …]
|
| /kernel/linux/linux-6.6/fs/ext2/ |
| D | super.c | 49 void ext2_error(struct super_block *sb, const char *function, in ext2_error() 84 void ext2_msg(struct super_block *sb, const char *prefix, in ext2_msg() 103 void ext2_update_dynamic_rev(struct super_block *sb) in ext2_update_dynamic_rev() 131 static void ext2_quota_off_umount(struct super_block *sb) in ext2_quota_off_umount() 139 static inline void ext2_quota_off_umount(struct super_block *sb) in ext2_quota_off_umount() 144 static void ext2_put_super (struct super_block * sb) in ext2_put_super() 180 static struct inode *ext2_alloc_inode(struct super_block *sb) in ext2_alloc_inode() 238 struct super_block *sb = root->d_sb; in ext2_show_options() local 359 static struct inode *ext2_nfs_get_inode(struct super_block *sb, in ext2_nfs_get_inode() 385 static struct dentry *ext2_fh_to_dentry(struct super_block *sb, struct fid *fid, in ext2_fh_to_dentry() [all …]
|
| /kernel/linux/linux-5.10/fs/quota/ |
| D | quota.c | 24 static int check_quotactl_permission(struct super_block *sb, int type, int cmd, in check_quotactl_permission() 51 static void quota_sync_one(struct super_block *sb, void *arg) in quota_sync_one() 83 static int quota_quotaon(struct super_block *sb, int type, qid_t id, in quota_quotaon() 95 static int quota_quotaoff(struct super_block *sb, int type) in quota_quotaoff() 104 static int quota_getfmt(struct super_block *sb, int type, void __user *addr) in quota_getfmt() 116 static int quota_getinfo(struct super_block *sb, int type, void __user *addr) in quota_getinfo() 144 static int quota_setinfo(struct super_block *sb, int type, void __user *addr) in quota_setinfo() 198 static int quota_getquota(struct super_block *sb, int type, qid_t id, in quota_getquota() 234 static int quota_getnextquota(struct super_block *sb, int type, qid_t id, in quota_getnextquota() 284 static int quota_setquota(struct super_block *sb, int type, qid_t id, in quota_setquota() [all …]
|
| /kernel/linux/linux-5.10/fs/reiserfs/ |
| D | journal.c | 113 static void init_journal_hash(struct super_block *sb) in init_journal_hash() 135 static struct reiserfs_bitmap_node *allocate_bitmap_node(struct super_block in allocate_bitmap_node() 155 static struct reiserfs_bitmap_node *get_bitmap_node(struct super_block *sb) in get_bitmap_node() 178 static inline void free_bitmap_node(struct super_block *sb, in free_bitmap_node() 192 static void allocate_bitmap_nodes(struct super_block *sb) in allocate_bitmap_nodes() 209 static int set_bit_in_list_bitmap(struct super_block *sb, in set_bit_in_list_bitmap() 223 static void cleanup_bitmap_list(struct super_block *sb, in cleanup_bitmap_list() 241 static int free_list_bitmaps(struct super_block *sb, in free_list_bitmaps() 256 static int free_bitmap_nodes(struct super_block *sb) in free_bitmap_nodes() 278 int reiserfs_allocate_list_bitmaps(struct super_block *sb, in reiserfs_allocate_list_bitmaps() [all …]
|
| /kernel/linux/linux-6.6/fs/reiserfs/ |
| D | journal.c | 113 static void init_journal_hash(struct super_block *sb) in init_journal_hash() 135 static struct reiserfs_bitmap_node *allocate_bitmap_node(struct super_block in allocate_bitmap_node() 155 static struct reiserfs_bitmap_node *get_bitmap_node(struct super_block *sb) in get_bitmap_node() 178 static inline void free_bitmap_node(struct super_block *sb, in free_bitmap_node() 192 static void allocate_bitmap_nodes(struct super_block *sb) in allocate_bitmap_nodes() 209 static int set_bit_in_list_bitmap(struct super_block *sb, in set_bit_in_list_bitmap() 223 static void cleanup_bitmap_list(struct super_block *sb, in cleanup_bitmap_list() 241 static int free_list_bitmaps(struct super_block *sb, in free_list_bitmaps() 256 static int free_bitmap_nodes(struct super_block *sb) in free_bitmap_nodes() 278 int reiserfs_allocate_list_bitmaps(struct super_block *sb, in reiserfs_allocate_list_bitmaps() [all …]
|
| /kernel/linux/linux-6.6/fs/exfat/ |
| D | super.c | 34 static void exfat_put_super(struct super_block *sb) in exfat_put_super() 47 static int exfat_sync_fs(struct super_block *sb, int wait) in exfat_sync_fs() 66 struct super_block *sb = dentry->d_sb; in exfat_statfs() local 90 static int exfat_set_vol_flags(struct super_block *sb, unsigned short new_flags) in exfat_set_vol_flags() 120 int exfat_set_volume_dirty(struct super_block *sb) in exfat_set_volume_dirty() 127 int exfat_clear_volume_dirty(struct super_block *sb) in exfat_clear_volume_dirty() 136 struct super_block *sb = root->d_sb; in exfat_show_options() local 171 static struct inode *exfat_alloc_inode(struct super_block *sb) in exfat_alloc_inode() 320 static void exfat_hash_init(struct super_block *sb) in exfat_hash_init() 332 struct super_block *sb = inode->i_sb; in exfat_read_root() local [all …]
|
| /kernel/linux/linux-6.6/fs/nilfs2/ |
| D | super.c | 66 void __nilfs_msg(struct super_block *sb, const char *fmt, ...) in __nilfs_msg() 88 static void nilfs_set_error(struct super_block *sb) in nilfs_set_error() 120 void __nilfs_error(struct super_block *sb, const char *function, in __nilfs_error() 151 struct inode *nilfs_alloc_inode(struct super_block *sb) in nilfs_alloc_inode() 174 static int nilfs_sync_super(struct super_block *sb, int flag) in nilfs_sync_super() 247 struct nilfs_super_block **nilfs_prepare_super(struct super_block *sb, in nilfs_prepare_super() 273 int nilfs_commit_super(struct super_block *sb, int flag) in nilfs_commit_super() 309 int nilfs_cleanup_super(struct super_block *sb) in nilfs_cleanup_super() 339 static int nilfs_move_2nd_super(struct super_block *sb, loff_t sb2off) in nilfs_move_2nd_super() 420 int nilfs_resize_fs(struct super_block *sb, __u64 newsize) in nilfs_resize_fs() [all …]
|
| /kernel/linux/linux-6.6/fs/ufs/ |
| D | super.c | 99 static struct inode *ufs_nfs_get_inode(struct super_block *sb, u64 ino, u32 generation) in ufs_nfs_get_inode() 117 static struct dentry *ufs_fh_to_dentry(struct super_block *sb, struct fid *fid, in ufs_fh_to_dentry() 123 static struct dentry *ufs_fh_to_parent(struct super_block *sb, struct fid *fid, in ufs_fh_to_parent() 149 static void ufs_print_super_stuff(struct super_block *sb, in ufs_print_super_stuff() 228 static void ufs_print_cylinder_stuff(struct super_block *sb, in ufs_print_cylinder_stuff() 265 # define ufs_print_super_stuff(sb, usb1, usb2, usb3) /**/ argument 266 # define ufs_print_cylinder_stuff(sb, cg) /**/ argument 271 void ufs_error (struct super_block * sb, const char * function, in ufs_error() 305 void ufs_panic (struct super_block * sb, const char * function, in ufs_panic() 330 void ufs_warning (struct super_block * sb, const char * function, in ufs_warning() [all …]
|
| /kernel/linux/linux-5.10/fs/ufs/ |
| D | super.c | 99 static struct inode *ufs_nfs_get_inode(struct super_block *sb, u64 ino, u32 generation) in ufs_nfs_get_inode() 117 static struct dentry *ufs_fh_to_dentry(struct super_block *sb, struct fid *fid, in ufs_fh_to_dentry() 123 static struct dentry *ufs_fh_to_parent(struct super_block *sb, struct fid *fid, in ufs_fh_to_parent() 150 static void ufs_print_super_stuff(struct super_block *sb, in ufs_print_super_stuff() 229 static void ufs_print_cylinder_stuff(struct super_block *sb, in ufs_print_cylinder_stuff() 266 # define ufs_print_super_stuff(sb, usb1, usb2, usb3) /**/ argument 267 # define ufs_print_cylinder_stuff(sb, cg) /**/ argument 272 void ufs_error (struct super_block * sb, const char * function, in ufs_error() 306 void ufs_panic (struct super_block * sb, const char * function, in ufs_panic() 331 void ufs_warning (struct super_block * sb, const char * function, in ufs_warning() [all …]
|
| /kernel/linux/linux-6.6/fs/erofs/ |
| D | super.c | 23 void _erofs_err(struct super_block *sb, const char *func, const char *fmt, ...) in _erofs_err() 37 void _erofs_info(struct super_block *sb, const char *func, const char *fmt, ...) in _erofs_info() 51 static int erofs_superblock_csum_verify(struct super_block *sb, void *sbdata) in erofs_superblock_csum_verify() 85 static struct inode *erofs_alloc_inode(struct super_block *sb) in erofs_alloc_inode() 108 static bool check_layout_compatibility(struct super_block *sb, in check_layout_compatibility() 125 void *erofs_read_metadata(struct super_block *sb, struct erofs_buf *buf, in erofs_read_metadata() 160 static int z_erofs_parse_cfgs(struct super_block *sb, in z_erofs_parse_cfgs() 171 static int erofs_init_device(struct erofs_buf *buf, struct super_block *sb, in erofs_init_device() 217 static int erofs_scan_devices(struct super_block *sb, in erofs_scan_devices() 279 static int erofs_read_superblock(struct super_block *sb) in erofs_read_superblock() [all …]
|
| /kernel/linux/linux-5.10/fs/ocfs2/ |
| D | quota_local.c | 29 static inline unsigned int ol_quota_entries_per_block(struct super_block *sb) in ol_quota_entries_per_block() 36 static inline unsigned int ol_chunk_blocks(struct super_block *sb) in ol_chunk_blocks() 44 static unsigned int ol_chunk_entries(struct super_block *sb) in ol_chunk_entries() 50 static unsigned int ol_quota_chunk_block(struct super_block *sb, int c) in ol_quota_chunk_block() 56 static unsigned int ol_dqblk_block(struct super_block *sb, int c, int off) in ol_dqblk_block() 63 static unsigned int ol_dqblk_block_off(struct super_block *sb, int c, int off) in ol_dqblk_block_off() 71 static loff_t ol_dqblk_off(struct super_block *sb, int c, int off) in ol_dqblk_off() 77 static inline unsigned int ol_dqblk_block_offset(struct super_block *sb, loff_t off) in ol_dqblk_block_offset() 83 static int ol_dqblk_chunk_off(struct super_block *sb, int c, loff_t off) in ol_dqblk_chunk_off() 97 struct super_block *sb = inode->i_sb; in ocfs2_modify_bh() local [all …]
|