Home
last modified time | relevance | path

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

/linux/include/linux/fs/
H A Dsuper_types.h132 struct super_block { struct
133 struct list_head s_list; /* Keep this first */
134 dev_t s_dev; /* search index; _not_ kdev_t */
135 unsigned char s_blocksize_bits;
136 unsigned long s_blocksize;
137 loff_t s_maxbytes; /* Max file size */
138 struct file_system_type *s_type;
139 const struct super_operations *s_op;
140 const struct dquot_operations *dq_op;
141 const struct quotactl_ops *s_qcop;
[all …]
H A Dsuper.h129 struct super_block *, in DEFINE_GUARD()
/linux/drivers/mtd/
H A 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/fs/
H A Dsuper.c735 int (*test)(struct super_block *, struct fs_context *), in sget_fc()
736 int (*set)(struct super_block *, struct fs_context *)) in sget_fc()
820 int (*test)(struct super_block *,void *), in sget()
821 int (*set)(struct super_block *,void *), in sget()
908 static void __iterate_supers(void (*f)(struct super_block *, void *), void *arg, in __iterate_supers() argument
940 void iterate_supers(void (*f)(struct super_block *, void *), void *arg) in iterate_supers() argument
955 void (*f)(struct super_block *, void *), void *arg) in iterate_supers_type() argument
1315 int (*test)(struct super_block *, struct fs_context *), in vfs_get_super()
1714 int (*fill_super)(struct super_block *, in get_tree_bdev()
/linux/fs/smb/client/
H A Dmisc.c856 static struct super_block *__cifs_get_super(void (*f)(struct super_block *, void *), in __cifs_get_super() argument
/linux/fs/btrfs/
H A Dioctl.c4049 struct btrfs_super_block *super_block = fs_info->super_copy; in btrfs_ioctl_set_fslabel() local
4109 struct btrfs_super_block *super_block = fs_info->super_copy; in btrfs_ioctl_get_features() local
4189 struct btrfs_super_block *super_block = fs_info->super_copy; in btrfs_ioctl_set_features() local
/linux/drivers/media/platform/qcom/iris/
H A Diris_hfi_gen2_command.c589 u32 super_block = inst->fw_caps[SUPER_BLOCK].value; in iris_hfi_gen2_set_super_block() local