Searched defs:super_block (Results 1 – 8 of 8) sorted by relevance
| /linux/include/linux/ |
| H A D | fs.h | 1445 struct super_block { struct 1446 struct list_head s_list; /* Keep this first */ 1447 dev_t s_dev; /* search index; _not_ kdev_t */ 1448 unsigned char s_blocksize_bits; 1449 unsigned long s_blocksize; 1450 loff_t s_maxbytes; /* Max file size */ 1451 struct file_system_type *s_type; 1452 const struct super_operations *s_op; 1453 const struct dquot_operations *dq_op; 1454 const struct quotactl_ops *s_qcop; [all …]
|
| /linux/drivers/mtd/ |
| H A D | mtdsuper.c | 27 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 D | super.c | 731 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() 904 static void __iterate_supers(void (*f)(struct super_block *, void *), void *arg, in __iterate_supers() argument 936 void iterate_supers(void (*f)(struct super_block *, void *), void *arg) in iterate_supers() argument 951 void (*f)(struct super_block *, void *), void *arg) in iterate_supers_type() argument 1312 int (*test)(struct super_block *, struct fs_context *), in vfs_get_super() 1711 int (*fill_super)(struct super_block *, in get_tree_bdev()
|
| /linux/drivers/md/dm-vdo/ |
| H A D | vdo.c | 649 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
|
| H A D | vdo.h | 190 struct vdo_super_block super_block; member
|
| /linux/fs/smb/client/ |
| H A D | misc.c | 1151 static struct super_block *__cifs_get_super(void (*f)(struct super_block *, void *), in __cifs_get_super() argument
|
| /linux/fs/btrfs/ |
| H A D | ioctl.c | 4152 struct btrfs_super_block *super_block = fs_info->super_copy; in btrfs_ioctl_set_fslabel() local 4212 struct btrfs_super_block *super_block = fs_info->super_copy; in btrfs_ioctl_get_features() local 4295 struct btrfs_super_block *super_block = fs_info->super_copy; in btrfs_ioctl_set_features() local
|
| /linux/fs/fat/ |
| H A D | inode.c | 1535 void (*setup)(struct super_block *)) in fat_fill_super()
|