Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dfs.h1286 struct super_block { struct
1287 struct list_head s_list; /* Keep this first */
1288 dev_t s_dev; /* search index; _not_ kdev_t */
1289 unsigned char s_blocksize_bits;
1290 unsigned long s_blocksize;
1291 loff_t s_maxbytes; /* Max file size */
1292 struct file_system_type *s_type;
1293 const struct super_operations *s_op;
1294 const struct dquot_operations *dq_op;
1295 const struct quotactl_ops *s_qcop;
[all …]
/linux-4.4.14/drivers/mtd/
Dmtdsuper.c62 int (*fill_super)(struct super_block *, void *, int)) in mount_mtd_aux()
105 int (*fill_super)(struct super_block *, void *, int)) in mount_mtd_nr()
123 int (*fill_super)(struct super_block *, void *, int)) in mount_mtd()
/linux-4.4.14/fs/
Dsuper.c454 int (*test)(struct super_block *,void *), in sget()
455 int (*set)(struct super_block *,void *), in sget()
522 void iterate_supers(void (*f)(struct super_block *, void *), void *arg) in iterate_supers() argument
558 void (*f)(struct super_block *, void *), void *arg) in iterate_supers_type() argument
922 void *data, int (*fill_super)(struct super_block *, void *, int)) in mount_ns()
967 int (*fill_super)(struct super_block *, void *, int)) in mount_bdev()
1059 int (*fill_super)(struct super_block *, void *, int)) in mount_nodev()
1084 int (*fill_super)(struct super_block *, void *, int)) in mount_single()
/linux-4.4.14/fs/btrfs/
Dioctl.c5323 struct btrfs_super_block *super_block = root->fs_info->super_copy; in btrfs_ioctl_set_fslabel() local
5383 struct btrfs_super_block *super_block = root->fs_info->super_copy; in btrfs_ioctl_get_features() local
5464 struct btrfs_super_block *super_block = root->fs_info->super_copy; in btrfs_ioctl_set_features() local
/linux-4.4.14/fs/fat/
Dinode.c1487 void (*setup)(struct super_block *)) in fat_fill_super()