Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dfs.h1457 struct super_block { struct
1458 struct list_head s_list; /* Keep this first */
1459 dev_t s_dev; /* search index; _not_ kdev_t */
1460 unsigned char s_blocksize_bits;
1461 unsigned long s_blocksize;
1462 loff_t s_maxbytes; /* Max file size */
1463 struct file_system_type *s_type;
1464 const struct super_operations *s_op;
1465 const struct dquot_operations *dq_op;
1466 const struct quotactl_ops *s_qcop;
[all …]
/linux-6.1.9/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-6.1.9/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-6.1.9/fs/cifs/
Dmisc.c1213 static struct super_block *__cifs_get_super(void (*f)(struct super_block *, void *), in __cifs_get_super() argument
/linux-6.1.9/fs/btrfs/
Dioctl.c4994 struct btrfs_super_block *super_block = fs_info->super_copy; in btrfs_ioctl_set_fslabel() local
5054 struct btrfs_super_block *super_block = fs_info->super_copy; in btrfs_ioctl_get_features() local
5137 struct btrfs_super_block *super_block = fs_info->super_copy; in btrfs_ioctl_set_features() local
/linux-6.1.9/fs/fat/
Dinode.c1605 void (*setup)(struct super_block *)) in fat_fill_super()