Home
last modified time | relevance | path

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

/Linux-v4.19/fs/
Dsuper.c487 int (*test)(struct super_block *,void *), in sget_userns()
488 int (*set)(struct super_block *,void *), in sget_userns()
552 int (*test)(struct super_block *,void *), in sget()
553 int (*set)(struct super_block *,void *), in sget()
590 static void __iterate_supers(void (*f)(struct super_block *)) in __iterate_supers()
620 void iterate_supers(void (*f)(struct super_block *, void *), void *arg) in iterate_supers() argument
656 void (*f)(struct super_block *, void *), void *arg) in iterate_supers_type() argument
1058 int (*fill_super)(struct super_block *, void *, int)) in mount_ns()
1106 int (*fill_super)(struct super_block *, void *, int)) in mount_bdev()
1196 int (*fill_super)(struct super_block *, void *, int)) in mount_nodev()
[all …]
/Linux-v4.19/include/linux/
Dfs.h1360 struct super_block { struct
1361 struct list_head s_list; /* Keep this first */
1362 dev_t s_dev; /* search index; _not_ kdev_t */
1363 unsigned char s_blocksize_bits;
1364 unsigned long s_blocksize;
1365 loff_t s_maxbytes; /* Max file size */
1366 struct file_system_type *s_type;
1367 const struct super_operations *s_op;
1368 const struct dquot_operations *dq_op;
1369 const struct quotactl_ops *s_qcop;
[all …]
/Linux-v4.19/drivers/mtd/
Dmtdsuper.c66 int (*fill_super)(struct super_block *, void *, int)) in mount_mtd_aux()
109 int (*fill_super)(struct super_block *, void *, int)) in mount_mtd_nr()
127 int (*fill_super)(struct super_block *, void *, int)) in mount_mtd()
/Linux-v4.19/fs/btrfs/
Dioctl.c5594 struct btrfs_super_block *super_block = fs_info->super_copy; in btrfs_ioctl_set_fslabel() local
5655 struct btrfs_super_block *super_block = fs_info->super_copy; in btrfs_ioctl_get_features() local
5738 struct btrfs_super_block *super_block = fs_info->super_copy; in btrfs_ioctl_set_features() local
/Linux-v4.19/fs/fat/
Dinode.c1601 void (*setup)(struct super_block *)) in fat_fill_super()