Searched defs:super_block (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | fs.h | 1313 struct super_block { struct 1324 unsigned long s_flags; 1326 unsigned long s_magic; 1329 int s_count; 1330 atomic_t s_active; 1366 u32 s_time_gran; 1371 u32 s_fsnotify_mask; 1404 const char *s_subtype; 1417 errseq_t s_wb_err; 1437 struct rcu_head rcu; [all …]
|
| /linux-6.15/fs/ |
| H A D | super.c | 731 int (*test)(struct super_block *, struct fs_context *), in sget_fc() 732 int (*set)(struct super_block *, struct fs_context *)) in sget_fc() 816 int (*test)(struct super_block *,void *), in sget() 817 int (*set)(struct super_block *,void *), in sget() 890 static void __iterate_supers(void (*f)(struct super_block *)) in __iterate_supers() 920 void iterate_supers(void (*f)(struct super_block *, void *), void *arg) in iterate_supers() argument 958 void (*f)(struct super_block *, void *), void *arg) in iterate_supers_type() argument 1268 int (*test)(struct super_block *, struct fs_context *), in vfs_get_super() 1656 int (*fill_super)(struct super_block *, in get_tree_bdev() 1670 int (*fill_super)(struct super_block *, void *, int)) in mount_bdev() [all …]
|
| /linux-6.15/drivers/mtd/ |
| H A D | mtdsuper.c | 27 int (*fill_super)(struct super_block *, in mtd_get_sb() 77 int (*fill_super)(struct super_block *, in mtd_get_sb_by_nr()
|
| /linux-6.15/drivers/md/dm-vdo/ |
| H A D | vdo.c | 649 static void uninitialize_super_block(struct vdo_super_block *super_block) in uninitialize_super_block() 721 static int initialize_super_block(struct vdo *vdo, struct vdo_super_block *super_block) in initialize_super_block() 744 struct vdo_super_block *super_block = in finish_reading_super_block() local 918 struct vdo_super_block *super_block = in handle_save_error() local 951 struct vdo_super_block *super_block = &vdo->super_block; in vdo_save_components() local
|
| H A D | vdo.h | 190 struct vdo_super_block super_block; member
|
| /linux-6.15/fs/smb/client/ |
| H A D | misc.c | 1126 static struct super_block *__cifs_get_super(void (*f)(struct super_block *, void *), in __cifs_get_super() argument
|
| /linux-6.15/fs/btrfs/ |
| H A D | ioctl.c | 4177 struct btrfs_super_block *super_block = fs_info->super_copy; in btrfs_ioctl_set_fslabel() local 4237 struct btrfs_super_block *super_block = fs_info->super_copy; in btrfs_ioctl_get_features() local 4320 struct btrfs_super_block *super_block = fs_info->super_copy; in btrfs_ioctl_set_features() local
|
| /linux-6.15/fs/fat/ |
| H A D | inode.c | 1533 void (*setup)(struct super_block *)) in fat_fill_super()
|