Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dfs.h1424 struct super_block { struct
1425 struct list_head s_list; /* Keep this first */
1426 dev_t s_dev; /* search index; _not_ kdev_t */
1427 unsigned char s_blocksize_bits;
1428 unsigned long s_blocksize;
1429 loff_t s_maxbytes; /* Max file size */
1430 struct file_system_type *s_type;
1431 const struct super_operations *s_op;
1432 const struct dquot_operations *dq_op;
1433 const struct quotactl_ops *s_qcop;
[all …]
/Linux-v5.4/fs/
Dsuper.c510 int (*test)(struct super_block *, struct fs_context *), in sget_fc()
511 int (*set)(struct super_block *, struct fs_context *)) in sget_fc()
575 int (*test)(struct super_block *,void *), in sget()
576 int (*set)(struct super_block *,void *), in sget()
649 static void __iterate_supers(void (*f)(struct super_block *)) in __iterate_supers()
679 void iterate_supers(void (*f)(struct super_block *, void *), void *arg) in iterate_supers() argument
715 void (*f)(struct super_block *, void *), void *arg) in iterate_supers_type() argument
1276 int (*fill_super)(struct super_block *, in get_tree_bdev()
1363 int (*fill_super)(struct super_block *, void *, int)) in mount_bdev()
1453 int (*fill_super)(struct super_block *, void *, int)) in mount_nodev()
[all …]
/Linux-v5.4/drivers/mtd/
Dmtdsuper.c58 int (*fill_super)(struct super_block *, in mtd_get_sb()
99 int (*fill_super)(struct super_block *, in mtd_get_sb_by_nr()
/Linux-v5.4/fs/btrfs/
Dioctl.c5187 struct btrfs_super_block *super_block = fs_info->super_copy; in btrfs_ioctl_set_fslabel() local
5248 struct btrfs_super_block *super_block = fs_info->super_copy; in btrfs_ioctl_get_features() local
5331 struct btrfs_super_block *super_block = fs_info->super_copy; in btrfs_ioctl_set_features() local
/Linux-v5.4/fs/fat/
Dinode.c1601 void (*setup)(struct super_block *)) in fat_fill_super()