Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dfs.h1451 struct super_block { struct
1452 struct list_head s_list; /* Keep this first */
1453 dev_t s_dev; /* search index; _not_ kdev_t */
1454 unsigned char s_blocksize_bits;
1455 unsigned long s_blocksize;
1456 loff_t s_maxbytes; /* Max file size */
1457 struct file_system_type *s_type;
1458 const struct super_operations *s_op;
1459 const struct dquot_operations *dq_op;
1460 const struct quotactl_ops *s_qcop;
[all …]
/Linux-v6.1/fs/
Dsuper.c542 int (*test)(struct super_block *, struct fs_context *), in sget_fc()
543 int (*set)(struct super_block *, struct fs_context *)) in sget_fc()
607 int (*test)(struct super_block *,void *), in sget()
608 int (*set)(struct super_block *,void *), in sget()
681 static void __iterate_supers(void (*f)(struct super_block *)) in __iterate_supers()
711 void iterate_supers(void (*f)(struct super_block *, void *), void *arg) in iterate_supers() argument
747 void (*f)(struct super_block *, void *), void *arg) in iterate_supers_type() argument
1258 int (*fill_super)(struct super_block *, in get_tree_bdev()
1347 int (*fill_super)(struct super_block *, void *, int)) in mount_bdev()
1439 int (*fill_super)(struct super_block *, void *, int)) in mount_nodev()
[all …]
/Linux-v6.1/drivers/mtd/
Dmtdsuper.c59 int (*fill_super)(struct super_block *, in mtd_get_sb()
100 int (*fill_super)(struct super_block *, in mtd_get_sb_by_nr()
/Linux-v6.1/fs/cifs/
Dmisc.c1213 static struct super_block *__cifs_get_super(void (*f)(struct super_block *, void *), in __cifs_get_super() argument
/Linux-v6.1/fs/btrfs/
Dioctl.c4997 struct btrfs_super_block *super_block = fs_info->super_copy; in btrfs_ioctl_set_fslabel() local
5057 struct btrfs_super_block *super_block = fs_info->super_copy; in btrfs_ioctl_get_features() local
5140 struct btrfs_super_block *super_block = fs_info->super_copy; in btrfs_ioctl_set_features() local
/Linux-v6.1/fs/fat/
Dinode.c1605 void (*setup)(struct super_block *)) in fat_fill_super()