Home
last modified time | relevance | path

Searched defs:super_block (Results 1 – 4 of 4) sorted by relevance

/fs/
Dsuper.c523 int (*test)(struct super_block *, struct fs_context *), in sget_fc()
524 int (*set)(struct super_block *, struct fs_context *)) in sget_fc()
588 int (*test)(struct super_block *,void *), in sget()
589 int (*set)(struct super_block *,void *), in sget()
662 static void __iterate_supers(void (*f)(struct super_block *)) in __iterate_supers()
692 void iterate_supers(void (*f)(struct super_block *, void *), void *arg) in iterate_supers() argument
728 void (*f)(struct super_block *, void *), void *arg) in iterate_supers_type() argument
1248 int (*fill_super)(struct super_block *, in get_tree_bdev()
1335 int (*fill_super)(struct super_block *, void *, int)) in mount_bdev()
1425 int (*fill_super)(struct super_block *, void *, int)) in mount_nodev()
[all …]
/fs/btrfs/
Dioctl.c4675 struct btrfs_super_block *super_block = fs_info->super_copy; in btrfs_ioctl_set_fslabel() local
4735 struct btrfs_super_block *super_block = fs_info->super_copy; in btrfs_ioctl_get_features() local
4818 struct btrfs_super_block *super_block = fs_info->super_copy; in btrfs_ioctl_set_features() local
/fs/cifs/
Dmisc.c1221 static struct super_block *__cifs_get_super(void (*f)(struct super_block *, void *), in __cifs_get_super() argument
/fs/fat/
Dinode.c1604 void (*setup)(struct super_block *)) in fat_fill_super()