| /Linux-v5.4/drivers/staging/exfat/ | 
| D | exfat_cache.c | 18 static struct buf_cache_t *FAT_cache_find(struct super_block *sb, sector_t sec)  in FAT_cache_find()70 static struct buf_cache_t *FAT_cache_get(struct super_block *sb, sector_t sec)  in FAT_cache_get()
 81 static void FAT_cache_insert_hash(struct super_block *sb,  in FAT_cache_insert_hash()
 106 static void buf_cache_insert_hash(struct super_block *sb,  in buf_cache_insert_hash()
 131 void buf_init(struct super_block *sb)  in buf_init()
 192 void buf_shutdown(struct super_block *sb)  in buf_shutdown()
 196 static int __FAT_read(struct super_block *sb, u32 loc, u32 *content)  in __FAT_read()
 314 int FAT_read(struct super_block *sb, u32 loc, u32 *content)  in FAT_read()
 325 static s32 __FAT_write(struct super_block *sb, u32 loc, u32 content)  in __FAT_write()
 433 int FAT_write(struct super_block *sb, u32 loc, u32 content)  in FAT_write()
 [all …]
 
 | 
| D | exfat_core.c | 14 static void __set_sb_dirty(struct super_block *sb)  in __set_sb_dirty()91 void fs_set_vol_flags(struct super_block *sb, u32 new_flag)  in fs_set_vol_flags()
 123 void fs_error(struct super_block *sb)  in fs_error()
 139 s32 clear_cluster(struct super_block *sb, u32 clu)  in clear_cluster()
 170 s32 fat_alloc_cluster(struct super_block *sb, s32 num_alloc,  in fat_alloc_cluster()
 224 s32 exfat_alloc_cluster(struct super_block *sb, s32 num_alloc,  in exfat_alloc_cluster()
 303 void fat_free_cluster(struct super_block *sb, struct chain_t *p_chain,  in fat_free_cluster()
 344 void exfat_free_cluster(struct super_block *sb, struct chain_t *p_chain,  in exfat_free_cluster()
 403 u32 find_last_cluster(struct super_block *sb, struct chain_t *p_chain)  in find_last_cluster()
 424 s32 count_num_clusters(struct super_block *sb, struct chain_t *p_chain)  in count_num_clusters()
 [all …]
 
 | 
| D | exfat_super.c | 144 static void __lock_super(struct super_block *sb)  in __lock_super()151 static void __unlock_super(struct super_block *sb)  in __unlock_super()
 158 static int __is_sb_dirty(struct super_block *sb)  in __is_sb_dirty()
 165 static void __set_sb_clean(struct super_block *sb)  in __set_sb_clean()
 225 	struct super_block *sb = dentry->d_sb;  in exfat_d_hashi()  local
 289 static inline void fs_sync(struct super_block *sb, bool do_sync)  in fs_sync()
 346 static int ffsMountVol(struct super_block *sb)  in ffsMountVol()
 450 static int ffsUmountVol(struct super_block *sb)  in ffsUmountVol()
 492 static int ffsGetVolInfo(struct super_block *sb, struct vol_info_t *info)  in ffsGetVolInfo()
 522 static int ffsSyncVol(struct super_block *sb, bool do_sync)  in ffsSyncVol()
 [all …]
 
 | 
| /Linux-v5.4/fs/ | 
| D | super.c | 64 	struct super_block *sb;  in super_cache_scan()  local121 	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()
 634 void drop_super(struct super_block *sb)  in drop_super()
 642 void drop_super_exclusive(struct super_block *sb)  in drop_super_exclusive()
 651 	struct super_block *sb, *p = NULL;  in __iterate_supers()  local
 681 	struct super_block *sb, *p = NULL;  in iterate_supers()  local
 717 	struct super_block *sb, *p = NULL;  in iterate_supers_type()  local
 [all …]
 
 | 
| /Linux-v5.4/include/linux/ | 
| D | quotaops.h | 17 static inline struct quota_info *sb_dqopt(struct super_block *sb)  in sb_dqopt()35 #define quota_error(sb, fmt, args...) \  argument
 75 static inline int dquot_suspend(struct super_block *sb, int type)  in dquot_suspend()
 111 static inline struct mem_dqinfo *sb_dqinfo(struct super_block *sb, int type)  in sb_dqinfo()
 120 static inline bool sb_has_quota_usage_enabled(struct super_block *sb, int type)  in sb_has_quota_usage_enabled()
 126 static inline bool sb_has_quota_limits_enabled(struct super_block *sb, int type)  in sb_has_quota_limits_enabled()
 132 static inline bool sb_has_quota_suspended(struct super_block *sb, int type)  in sb_has_quota_suspended()
 138 static inline unsigned sb_any_quota_suspended(struct super_block *sb)  in sb_any_quota_suspended()
 144 static inline bool sb_has_quota_loaded(struct super_block *sb, int type)  in sb_has_quota_loaded()
 150 static inline unsigned sb_any_quota_loaded(struct super_block *sb)  in sb_any_quota_loaded()
 [all …]
 
 | 
| D | sbitmap.h | 101 	struct sbitmap sb;  member162 static inline void sbitmap_free(struct sbitmap *sb)  in sbitmap_free()
 228 #define SB_NR_TO_INDEX(sb, bitnr) ((bitnr) >> (sb)->shift)  argument
 229 #define SB_NR_TO_BIT(sb, bitnr) ((bitnr) & ((1U << (sb)->shift) - 1U))  argument
 243 static inline void __sbitmap_for_each_set(struct sbitmap *sb,  in __sbitmap_for_each_set()
 295 static inline void sbitmap_for_each_set(struct sbitmap *sb, sb_for_each_fn fn,  in sbitmap_for_each_set()
 301 static inline unsigned long *__sbitmap_word(struct sbitmap *sb,  in __sbitmap_word()
 309 static inline void sbitmap_set_bit(struct sbitmap *sb, unsigned int bitnr)  in sbitmap_set_bit()
 314 static inline void sbitmap_clear_bit(struct sbitmap *sb, unsigned int bitnr)  in sbitmap_clear_bit()
 325 static inline void sbitmap_deferred_clear_bit(struct sbitmap *sb, unsigned int bitnr)  in sbitmap_deferred_clear_bit()
 [all …]
 
 | 
| /Linux-v5.4/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()
 
 | 
| D | debug.c | 29 befs_error(const struct super_block *sb, const char *fmt, ...)  in befs_error()42 befs_warning(const struct super_block *sb, const char *fmt, ...)  in befs_warning()
 55 befs_debug(const struct super_block *sb, const char *fmt, ...)  in befs_debug()
 72 befs_dump_inode(const struct super_block *sb, befs_inode *inode)  in befs_dump_inode()
 156 befs_dump_super_block(const struct super_block *sb, befs_super_block *sup)  in befs_dump_super_block()
 226 befs_dump_index_entry(const struct super_block *sb,  in befs_dump_index_entry()
 248 befs_dump_index_node(const struct super_block *sb, befs_btree_nodehead *node)  in befs_dump_index_node()
 
 | 
| /Linux-v5.4/fs/ext4/ | 
| D | super.c | 127 #define IS_EXT2_SB(sb) ((sb)->s_bdev->bd_holder == &ext2_fs_type)  argument129 #define IS_EXT2_SB(sb) (0)  argument
 142 #define IS_EXT3_SB(sb) ((sb)->s_bdev->bd_holder == &ext3_fs_type)  argument
 151 ext4_sb_bread(struct super_block *sb, sector_t block, int op_flags)  in ext4_sb_bread()
 167 static int ext4_verify_csum_type(struct super_block *sb,  in ext4_verify_csum_type()
 176 static __le32 ext4_superblock_csum(struct super_block *sb,  in ext4_superblock_csum()
 188 static int ext4_superblock_csum_verify(struct super_block *sb,  in ext4_superblock_csum_verify()
 197 void ext4_superblock_csum_set(struct super_block *sb)  in ext4_superblock_csum_set()
 227 ext4_fsblk_t ext4_block_bitmap(struct super_block *sb,  in ext4_block_bitmap()
 235 ext4_fsblk_t ext4_inode_bitmap(struct super_block *sb,  in ext4_inode_bitmap()
 [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()
 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()
 302 static ext4_fsblk_t ext4_valid_block_bitmap(struct super_block *sb,  in ext4_valid_block_bitmap()
 357 static int ext4_validate_block_bitmap(struct super_block *sb,  in ext4_validate_block_bitmap()
 [all …]
 
 | 
| D | mmp.c | 11 static __le32 ext4_mmp_csum(struct super_block *sb, struct mmp_struct *mmp)  in ext4_mmp_csum()22 static int ext4_mmp_csum_verify(struct super_block *sb, struct mmp_struct *mmp)  in ext4_mmp_csum_verify()
 30 static void ext4_mmp_csum_set(struct super_block *sb, struct mmp_struct *mmp)  in ext4_mmp_csum_set()
 42 static int write_mmp_block(struct super_block *sb, struct buffer_head *bh)  in write_mmp_block()
 68 static int read_mmp_block(struct super_block *sb, struct buffer_head **bh,  in read_mmp_block()
 118 void __dump_mmp_msg(struct super_block *sb, struct mmp_struct *mmp,  in __dump_mmp_msg()
 134 	struct super_block *sb = ((struct mmpd_data *) data)->sb;  in kmmpd()  local
 272 int ext4_multi_mount_protect(struct super_block *sb,  in ext4_multi_mount_protect()
 
 | 
| D | ext4_jbd2.h | 33 #define EXT4_SINGLEDATA_TRANS_BLOCKS(sb)				\  argument48 #define EXT4_DATA_TRANS_BLOCKS(sb)	(EXT4_SINGLEDATA_TRANS_BLOCKS(sb) + \  argument
 57 #define EXT4_META_TRANS_BLOCKS(sb)	(EXT4_XATTR_TRANS_BLOCKS + \  argument
 89 #define EXT4_QUOTA_TRANS_BLOCKS(sb) ((test_opt(sb, QUOTA) ||\  argument
 93 #define EXT4_QUOTA_INIT_BLOCKS(sb) ((test_opt(sb, QUOTA) ||\  argument
 98 #define EXT4_QUOTA_DEL_BLOCKS(sb) ((test_opt(sb, QUOTA) ||\  argument
 103 #define EXT4_QUOTA_TRANS_BLOCKS(sb) 0  argument
 104 #define EXT4_QUOTA_INIT_BLOCKS(sb) 0  argument
 105 #define EXT4_QUOTA_DEL_BLOCKS(sb) 0  argument
 107 #define EXT4_MAXQUOTAS_TRANS_BLOCKS(sb) (EXT4_MAXQUOTAS*EXT4_QUOTA_TRANS_BLOCKS(sb))  argument
 [all …]
 
 | 
| /Linux-v5.4/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()
 
 | 
| /Linux-v5.4/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 …]
 
 | 
| /Linux-v5.4/fs/quota/ | 
| D | quota.c | 23 static int check_quotactl_permission(struct super_block *sb, int type, int cmd,  in check_quotactl_permission()50 static void quota_sync_one(struct super_block *sb, void *arg)  in quota_sync_one()
 84 static int quota_quotaon(struct super_block *sb, int type, qid_t id,  in quota_quotaon()
 96 static int quota_quotaoff(struct super_block *sb, int type)  in quota_quotaoff()
 105 static int quota_getfmt(struct super_block *sb, int type, void __user *addr)  in quota_getfmt()
 117 static int quota_getinfo(struct super_block *sb, int type, void __user *addr)  in quota_getinfo()
 145 static int quota_setinfo(struct super_block *sb, int type, void __user *addr)  in quota_setinfo()
 199 static int quota_getquota(struct super_block *sb, int type, qid_t id,  in quota_getquota()
 225 static int quota_getnextquota(struct super_block *sb, int type, qid_t id,  in quota_getnextquota()
 275 static int quota_setquota(struct super_block *sb, int type, qid_t id,  in quota_setquota()
 [all …]
 
 | 
| /Linux-v5.4/fs/reiserfs/ | 
| D | journal.c | 115 static void init_journal_hash(struct super_block *sb)  in init_journal_hash()137 static struct reiserfs_bitmap_node *allocate_bitmap_node(struct super_block  in allocate_bitmap_node()
 157 static struct reiserfs_bitmap_node *get_bitmap_node(struct super_block *sb)  in get_bitmap_node()
 180 static inline void free_bitmap_node(struct super_block *sb,  in free_bitmap_node()
 194 static void allocate_bitmap_nodes(struct super_block *sb)  in allocate_bitmap_nodes()
 211 static int set_bit_in_list_bitmap(struct super_block *sb,  in set_bit_in_list_bitmap()
 225 static void cleanup_bitmap_list(struct super_block *sb,  in cleanup_bitmap_list()
 243 static int free_list_bitmaps(struct super_block *sb,  in free_list_bitmaps()
 258 static int free_bitmap_nodes(struct super_block *sb)  in free_bitmap_nodes()
 280 int reiserfs_allocate_list_bitmaps(struct super_block *sb,  in reiserfs_allocate_list_bitmaps()
 [all …]
 
 | 
| /Linux-v5.4/fs/erofs/ | 
| D | super.c | 19 void _erofs_err(struct super_block *sb, const char *function,  in _erofs_err()34 void _erofs_info(struct super_block *sb, const char *function,  in _erofs_info()
 56 static struct inode *erofs_alloc_inode(struct super_block *sb)  in erofs_alloc_inode()
 81 static bool check_layout_compatibility(struct super_block *sb,  in check_layout_compatibility()
 98 static int erofs_read_superblock(struct super_block *sb)  in erofs_read_superblock()
 164 static int erofs_build_cache_strategy(struct super_block *sb,  in erofs_build_cache_strategy()
 190 static int erofs_build_cache_strategy(struct super_block *sb,  in erofs_build_cache_strategy()
 231 static int erofs_parse_options(struct super_block *sb, char *options)  in erofs_parse_options()
 331 static int erofs_init_managed_cache(struct super_block *sb)  in erofs_init_managed_cache()
 349 static int erofs_init_managed_cache(struct super_block *sb) { return 0; }  in erofs_init_managed_cache()
 [all …]
 
 | 
| /Linux-v5.4/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 …]
 
 | 
| /Linux-v5.4/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 …]
 
 | 
| /Linux-v5.4/fs/kernfs/ | 
| D | mount.c | 75 static struct inode *kernfs_fh_get_inode(struct super_block *sb,  in kernfs_fh_get_inode()101 static struct dentry *kernfs_fh_to_dentry(struct super_block *sb, struct fid *fid,  in kernfs_fh_to_dentry()
 108 static struct dentry *kernfs_fh_to_parent(struct super_block *sb, struct fid *fid,  in kernfs_fh_to_parent()
 135 struct kernfs_root *kernfs_root_from_sb(struct super_block *sb)  in kernfs_root_from_sb()
 173 				  struct super_block *sb)  in kernfs_node_dentry()
 213 static int kernfs_fill_super(struct super_block *sb, struct kernfs_fs_context *kfc)  in kernfs_fill_super()
 254 static int kernfs_test_super(struct super_block *sb, struct fs_context *fc)  in kernfs_test_super()
 262 static int kernfs_set_super(struct super_block *sb, struct fs_context *fc)  in kernfs_set_super()
 276 const void *kernfs_super_ns(struct super_block *sb)  in kernfs_super_ns()
 295 	struct super_block *sb;  in kernfs_get_tree()  local
 [all …]
 
 | 
| /Linux-v5.4/fs/nilfs2/ | 
| D | super.c | 65 void __nilfs_msg(struct super_block *sb, const char *level, const char *fmt,  in __nilfs_msg()81 static void nilfs_set_error(struct super_block *sb)  in nilfs_set_error()
 113 void __nilfs_error(struct super_block *sb, const char *function,  in __nilfs_error()
 144 struct inode *nilfs_alloc_inode(struct super_block *sb)  in nilfs_alloc_inode()
 166 static int nilfs_sync_super(struct super_block *sb, int flag)  in nilfs_sync_super()
 240 struct nilfs_super_block **nilfs_prepare_super(struct super_block *sb,  in nilfs_prepare_super()
 266 int nilfs_commit_super(struct super_block *sb, int flag)  in nilfs_commit_super()
 302 int nilfs_cleanup_super(struct super_block *sb)  in nilfs_cleanup_super()
 332 static int nilfs_move_2nd_super(struct super_block *sb, loff_t sb2off)  in nilfs_move_2nd_super()
 392 int nilfs_resize_fs(struct super_block *sb, __u64 newsize)  in nilfs_resize_fs()
 [all …]
 
 | 
| /Linux-v5.4/fs/romfs/ | 
| D | storage.c | 18 #define ROMFS_MTD_READ(sb, ...) mtd_read((sb)->s_mtd, ##__VA_ARGS__)  argument23 static int romfs_mtd_read(struct super_block *sb, unsigned long pos,  in romfs_mtd_read()
 36 static ssize_t romfs_mtd_strnlen(struct super_block *sb,  in romfs_mtd_strnlen()
 66 static int romfs_mtd_strcmp(struct super_block *sb, unsigned long pos,  in romfs_mtd_strcmp()
 103 static int romfs_blk_read(struct super_block *sb, unsigned long pos,  in romfs_blk_read()
 130 static ssize_t romfs_blk_strnlen(struct super_block *sb,  in romfs_blk_strnlen()
 163 static int romfs_blk_strcmp(struct super_block *sb, unsigned long pos,  in romfs_blk_strcmp()
 214 int romfs_dev_read(struct super_block *sb, unsigned long pos,  in romfs_dev_read()
 239 ssize_t romfs_dev_strnlen(struct super_block *sb,  in romfs_dev_strnlen()
 267 int romfs_dev_strcmp(struct super_block *sb, unsigned long pos,  in romfs_dev_strcmp()
 
 | 
| /Linux-v5.4/fs/udf/ | 
| D | super.c | 101 struct logicalVolIntegrityDescImpUse *udf_sb_lvidiu(struct super_block *sb)  in udf_sb_lvidiu()141 static struct inode *udf_alloc_inode(struct super_block *sb)  in udf_alloc_inode()
 252 static int udf_sb_alloc_partition_maps(struct super_block *sb, u32 count)  in udf_sb_alloc_partition_maps()
 302 static void udf_sb_free_partitions(struct super_block *sb)  in udf_sb_free_partitions()
 317 	struct super_block *sb = root->d_sb;  in udf_show_options()  local
 603 static int udf_remount_fs(struct super_block *sb, int *flags, char *options)  in udf_remount_fs()
 700 static int udf_check_vsd(struct super_block *sb)  in udf_check_vsd()
 767 static int udf_verify_domain_identifier(struct super_block *sb,  in udf_verify_domain_identifier()
 799 static int udf_load_fileset(struct super_block *sb, struct fileSetDesc *fset,  in udf_load_fileset()
 816 static int udf_find_fileset(struct super_block *sb,  in udf_find_fileset()
 [all …]
 
 | 
| /Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/subdev/secboot/ | 
| D | base.c | 105 nvkm_secboot_reset(struct nvkm_secboot *sb, unsigned long falcon_mask)  in nvkm_secboot_reset()120 nvkm_secboot_is_managed(struct nvkm_secboot *sb, enum nvkm_secboot_falcon fid)  in nvkm_secboot_is_managed()
 131 	struct nvkm_secboot *sb = nvkm_secboot(subdev);  in nvkm_secboot_oneinit()  local
 166 	struct nvkm_secboot *sb = nvkm_secboot(subdev);  in nvkm_secboot_fini()  local
 178 	struct nvkm_secboot *sb = nvkm_secboot(subdev);  in nvkm_secboot_dtor()  local
 197 		  struct nvkm_secboot *sb)  in nvkm_secboot_ctor()
 
 | 
| /Linux-v5.4/fs/xfs/ | 
| D | xfs_quotaops.c | 56 	struct super_block	*sb,  in xfs_fs_get_quota_state()108 	struct super_block	*sb,  in xfs_fs_set_info()
 160 	struct super_block	*sb,  in xfs_quota_enable()
 175 	struct super_block	*sb,  in xfs_quota_disable()
 192 	struct super_block	*sb,  in xfs_fs_rm_xquota()
 216 	struct super_block	*sb,  in xfs_fs_get_dqblk()
 235 	struct super_block	*sb,  in xfs_fs_get_nextdqblk()
 261 	struct super_block	*sb,  in xfs_fs_set_dqblk()
 
 |