Searched defs:super_block (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/include/linux/ |
D | fs.h | 1253 struct super_block { struct 1254 struct list_head s_list; /* Keep this first */ 1255 dev_t s_dev; /* search index; _not_ kdev_t */ 1256 unsigned char s_blocksize_bits; 1257 unsigned long s_blocksize; 1258 loff_t s_maxbytes; /* Max file size */ 1259 struct file_system_type *s_type; 1260 const struct super_operations *s_op; 1261 const struct dquot_operations *dq_op; 1262 const struct quotactl_ops *s_qcop; [all …]
|
/linux-6.12.1/fs/ |
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() 890 static void __iterate_supers(void (*f)(struct super_block *)) in __iterate_supers() 920 void iterate_supers(void (*f)(struct super_block *, void *), void *arg) in iterate_supers() argument 958 void (*f)(struct super_block *, void *), void *arg) in iterate_supers_type() argument 1268 int (*test)(struct super_block *, struct fs_context *), in vfs_get_super() 1656 int (*fill_super)(struct super_block *, in get_tree_bdev() 1670 int (*fill_super)(struct super_block *, void *, int)) in mount_bdev() [all …]
|
/linux-6.12.1/drivers/mtd/ |
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-6.12.1/drivers/md/dm-vdo/ |
D | vdo.c | 658 static void uninitialize_super_block(struct vdo_super_block *super_block) in uninitialize_super_block() 730 static int initialize_super_block(struct vdo *vdo, struct vdo_super_block *super_block) in initialize_super_block() 753 struct vdo_super_block *super_block = in finish_reading_super_block() local 927 struct vdo_super_block *super_block = in handle_save_error() local 960 struct vdo_super_block *super_block = &vdo->super_block; in vdo_save_components() local
|
D | vdo.h | 190 struct vdo_super_block super_block; member
|
/linux-6.12.1/fs/btrfs/ |
D | ioctl.c | 4265 struct btrfs_super_block *super_block = fs_info->super_copy; in btrfs_ioctl_set_fslabel() local 4325 struct btrfs_super_block *super_block = fs_info->super_copy; in btrfs_ioctl_get_features() local 4408 struct btrfs_super_block *super_block = fs_info->super_copy; in btrfs_ioctl_set_features() local
|
/linux-6.12.1/fs/smb/client/ |
D | misc.c | 1123 static struct super_block *__cifs_get_super(void (*f)(struct super_block *, void *), in __cifs_get_super() argument
|
/linux-6.12.1/fs/fat/ |
D | inode.c | 1533 void (*setup)(struct super_block *)) in fat_fill_super()
|