Home
last modified time | relevance | path

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

/linux-6.8/include/linux/
Dfs.h1198 struct super_block { struct
1199 struct list_head s_list; /* Keep this first */
1200 dev_t s_dev; /* search index; _not_ kdev_t */
1201 unsigned char s_blocksize_bits;
1202 unsigned long s_blocksize;
1203 loff_t s_maxbytes; /* Max file size */
1204 struct file_system_type *s_type;
1205 const struct super_operations *s_op;
1206 const struct dquot_operations *dq_op;
1207 const struct quotactl_ops *s_qcop;
[all …]
/linux-6.8/fs/
Dsuper.c730 int (*test)(struct super_block *, struct fs_context *), in sget_fc()
731 int (*set)(struct super_block *, struct fs_context *)) in sget_fc()
804 int (*test)(struct super_block *,void *), in sget()
805 int (*set)(struct super_block *,void *), in sget()
878 static void __iterate_supers(void (*f)(struct super_block *)) in __iterate_supers()
908 void iterate_supers(void (*f)(struct super_block *, void *), void *arg) in iterate_supers() argument
946 void (*f)(struct super_block *, void *), void *arg) in iterate_supers_type() argument
1256 int (*test)(struct super_block *, struct fs_context *), in vfs_get_super()
1583 int (*fill_super)(struct super_block *, in get_tree_bdev()
1635 int (*fill_super)(struct super_block *, void *, int)) in mount_bdev()
[all …]
/linux-6.8/drivers/mtd/
Dmtdsuper.c27 int (*fill_super)(struct super_block *, in mtd_get_sb()
77 int (*fill_super)(struct super_block *, in mtd_get_sb_by_nr()
/linux-6.8/fs/btrfs/
Dioctl.c4151 struct btrfs_super_block *super_block = fs_info->super_copy; in btrfs_ioctl_set_fslabel() local
4211 struct btrfs_super_block *super_block = fs_info->super_copy; in btrfs_ioctl_get_features() local
4294 struct btrfs_super_block *super_block = fs_info->super_copy; in btrfs_ioctl_set_features() local
/linux-6.8/fs/smb/client/
Dmisc.c1141 static struct super_block *__cifs_get_super(void (*f)(struct super_block *, void *), in __cifs_get_super() argument
/linux-6.8/fs/fat/
Dinode.c1608 void (*setup)(struct super_block *)) in fat_fill_super()