Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
Dfs.h1313 struct super_block { struct
1314 struct list_head s_list; /* Keep this first */
1315 dev_t s_dev; /* search index; _not_ kdev_t */
1316 unsigned char s_blocksize_bits;
1317 unsigned long s_blocksize;
1318 loff_t s_maxbytes; /* Max file size */
1319 struct file_system_type *s_type;
1320 const struct super_operations *s_op;
1321 const struct dquot_operations *dq_op;
1322 const struct quotactl_ops *s_qcop;
[all …]
/linux-6.15/fs/
Dsuper.c731 int (*test)(struct super_block *, struct fs_context *), in sget_fc()
732 int (*set)(struct super_block *, struct fs_context *)) in sget_fc()
816 int (*test)(struct super_block *,void *), in sget()
817 int (*set)(struct super_block *,void *), in sget()
890 static void __iterate_supers(void (*f)(struct super_block *)) in __iterate_supers()
920 void iterate_supers(void (*f)(struct super_block *, void *), void *arg) in iterate_supers() argument
958 void (*f)(struct super_block *, void *), void *arg) in iterate_supers_type() argument
1268 int (*test)(struct super_block *, struct fs_context *), in vfs_get_super()
1656 int (*fill_super)(struct super_block *, in get_tree_bdev()
1670 int (*fill_super)(struct super_block *, void *, int)) in mount_bdev()
[all …]
/linux-6.15/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.15/drivers/md/dm-vdo/
Dvdo.c649 static void uninitialize_super_block(struct vdo_super_block *super_block) in uninitialize_super_block()
721 static int initialize_super_block(struct vdo *vdo, struct vdo_super_block *super_block) in initialize_super_block()
744 struct vdo_super_block *super_block = in finish_reading_super_block() local
918 struct vdo_super_block *super_block = in handle_save_error() local
951 struct vdo_super_block *super_block = &vdo->super_block; in vdo_save_components() local
Dvdo.h190 struct vdo_super_block super_block; member
/linux-6.15/fs/smb/client/
Dmisc.c1126 static struct super_block *__cifs_get_super(void (*f)(struct super_block *, void *), in __cifs_get_super() argument
/linux-6.15/fs/btrfs/
Dioctl.c4177 struct btrfs_super_block *super_block = fs_info->super_copy; in btrfs_ioctl_set_fslabel() local
4237 struct btrfs_super_block *super_block = fs_info->super_copy; in btrfs_ioctl_get_features() local
4320 struct btrfs_super_block *super_block = fs_info->super_copy; in btrfs_ioctl_set_features() local
/linux-6.15/fs/fat/
Dinode.c1533 void (*setup)(struct super_block *)) in fat_fill_super()