Searched defs:super_block (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/md/dm-vdo/ |
| H A D | vdo.c | 277 static int initialize_super_block(struct vdo *vdo, struct vdo_super_block *super_block) in initialize_super_block() 727 static void uninitialize_super_block(struct vdo_super_block *super_block) in uninitialize_super_block() 808 struct vdo_super_block *super_block = in finish_reading_super_block() local 1052 struct vdo_super_block *super_block = in handle_super_block_save_error() local 1076 struct vdo_super_block *super_block = &vdo->super_block; in vdo_save_super_block() local 1095 struct vdo_super_block *super_block = &vdo->super_block; in vdo_save_components() local
|
| /linux/fs/ |
| H A D | super.c | 858 int (*test)(struct super_block *, struct fs_context *), in sget_fc() 859 int (*set)(struct super_block *, struct fs_context *)) in sget_fc() 973 static void __iterate_supers(void (*f)(struct super_block *, void *), void *arg, in __iterate_supers() argument 1009 void iterate_supers(void (*f)(struct super_block *, void *), void *arg) in iterate_supers() argument 1024 void (*f)(struct super_block *, void *), void *arg) in iterate_supers_type() argument 1393 int (*test)(struct super_block *, struct fs_context *), in vfs_get_super() 1907 int (*fill_super)(struct super_block *, in get_tree_bdev()
|
| /linux/fs/smb/client/ |
| H A D | misc.c | 899 static struct super_block *__cifs_get_super(void (*f)(struct super_block *, void *), in __cifs_get_super() argument
|
| /linux/fs/btrfs/ |
| H A D | ioctl.c | 4092 struct btrfs_super_block *super_block = fs_info->super_copy; in btrfs_ioctl_set_fslabel() local 4152 struct btrfs_super_block *super_block = fs_info->super_copy; in btrfs_ioctl_get_features() local 4232 struct btrfs_super_block *super_block = fs_info->super_copy; in btrfs_ioctl_set_features() local
|