Searched defs:super_block (Results 1 – 3 of 3) sorted by relevance
/fs/ |
D | super.c | 464 int (*test)(struct super_block *,void *), in sget() 465 int (*set)(struct super_block *,void *), in sget() 536 void iterate_supers(void (*f)(struct super_block *, void *), void *arg) in iterate_supers() argument 572 void (*f)(struct super_block *, void *), void *arg) in iterate_supers_type() argument 951 void *data, int (*fill_super)(struct super_block *, void *, int)) in mount_ns() 996 int (*fill_super)(struct super_block *, void *, int)) in mount_bdev() 1088 int (*fill_super)(struct super_block *, void *, int)) in mount_nodev() 1113 int (*fill_super)(struct super_block *, void *, int)) in mount_single()
|
/fs/btrfs/ |
D | ioctl.c | 5382 struct btrfs_super_block *super_block = root->fs_info->super_copy; in btrfs_ioctl_set_fslabel() local 5442 struct btrfs_super_block *super_block = root->fs_info->super_copy; in btrfs_ioctl_get_features() local 5523 struct btrfs_super_block *super_block = root->fs_info->super_copy; in btrfs_ioctl_set_features() local
|
/fs/fat/ |
D | inode.c | 1507 void (*setup)(struct super_block *)) in fat_fill_super()
|