Searched defs:super_block (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/mtd/ |
D | mtdsuper.c | 62 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.1.27/include/linux/ |
D | fs.h | 1277 struct super_block { struct 1278 struct list_head s_list; /* Keep this first */ 1279 dev_t s_dev; /* search index; _not_ kdev_t */ 1280 unsigned char s_blocksize_bits; 1281 unsigned long s_blocksize; 1282 loff_t s_maxbytes; /* Max file size */ 1283 struct file_system_type *s_type; 1284 const struct super_operations *s_op; 1285 const struct dquot_operations *dq_op; 1286 const struct quotactl_ops *s_qcop; [all …]
|
/linux-4.1.27/fs/ |
D | super.c | 438 int (*test)(struct super_block *,void *), in sget() 439 int (*set)(struct super_block *,void *), in sget() 506 void iterate_supers(void (*f)(struct super_block *, void *), void *arg) in iterate_supers() argument 542 void (*f)(struct super_block *, void *), void *arg) in iterate_supers_type() argument 906 void *data, int (*fill_super)(struct super_block *, void *, int)) in mount_ns() 951 int (*fill_super)(struct super_block *, void *, int)) in mount_bdev() 1043 int (*fill_super)(struct super_block *, void *, int)) in mount_nodev() 1068 int (*fill_super)(struct super_block *, void *, int)) in mount_single()
|
/linux-4.1.27/fs/btrfs/ |
D | ioctl.c | 5158 struct btrfs_super_block *super_block = root->fs_info->super_copy; in btrfs_ioctl_set_fslabel() local 5218 struct btrfs_super_block *super_block = root->fs_info->super_copy; in btrfs_ioctl_get_features() local 5299 struct btrfs_super_block *super_block = root->fs_info->super_copy; in btrfs_ioctl_set_features() local
|
/linux-4.1.27/fs/fat/ |
D | inode.c | 1486 void (*setup)(struct super_block *)) in fat_fill_super()
|