Searched defs:super_block (Results 1 – 8 of 8) sorted by relevance
/linux/include/linux/ |
H A D | fs.h | 1327 struct super_block { struct 1328 struct list_head s_list; /* Keep this first */ 1329 dev_t s_dev; /* search index; _not_ kdev_t */ 1330 unsigned char s_blocksize_bits; 1331 unsigned long s_blocksize; 1332 loff_t s_maxbytes; /* Max file size */ 1333 struct file_system_type *s_type; 1334 const struct super_operations *s_op; 1335 const struct dquot_operations *dq_op; 1336 const struct quotactl_ops *s_qcop; [all …]
|
/linux/fs/ |
H A D | super.c | 732 int (*test)(struct super_block *, struct fs_context *), in sget_fc() 733 int (*set)(struct super_block *, struct fs_context *)) in sget_fc() 817 int (*test)(struct super_block *,void *), in sget() 818 int (*set)(struct super_block *,void *), in sget() 905 static void __iterate_supers(void (*f)(struct super_block *, void *), void *arg, in __iterate_supers() argument 937 void iterate_supers(void (*f)(struct super_block *, void *), void *arg) in iterate_supers() argument 952 void (*f)(struct super_block *, void *), void *arg) in iterate_supers_type() argument 1313 int (*test)(struct super_block *, struct fs_context *), in vfs_get_super() 1712 int (*fill_super)(struct super_block *, in get_tree_bdev() 1726 int (*fill_super)(struct super_block *, void *, int)) in mount_bdev() [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/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 | 1140 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()
|