Searched defs:super_block (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.15/include/linux/ |
D | fs.h | 1465 struct super_block { struct 1466 struct list_head s_list; /* Keep this first */ 1467 dev_t s_dev; /* search index; _not_ kdev_t */ 1468 unsigned char s_blocksize_bits; 1469 unsigned long s_blocksize; 1470 loff_t s_maxbytes; /* Max file size */ 1471 struct file_system_type *s_type; 1472 const struct super_operations *s_op; 1473 const struct dquot_operations *dq_op; 1474 const struct quotactl_ops *s_qcop; [all …]
|
/Linux-v5.15/fs/ |
D | super.c | 513 int (*test)(struct super_block *, struct fs_context *), in sget_fc() 514 int (*set)(struct super_block *, struct fs_context *)) in sget_fc() 578 int (*test)(struct super_block *,void *), in sget() 579 int (*set)(struct super_block *,void *), in sget() 652 static void __iterate_supers(void (*f)(struct super_block *)) in __iterate_supers() 682 void iterate_supers(void (*f)(struct super_block *, void *), void *arg) in iterate_supers() argument 718 void (*f)(struct super_block *, void *), void *arg) in iterate_supers_type() argument 1229 int (*fill_super)(struct super_block *, in get_tree_bdev() 1316 int (*fill_super)(struct super_block *, void *, int)) in mount_bdev() 1406 int (*fill_super)(struct super_block *, void *, int)) in mount_nodev() [all …]
|
/Linux-v5.15/drivers/mtd/ |
D | mtdsuper.c | 58 int (*fill_super)(struct super_block *, in mtd_get_sb() 99 int (*fill_super)(struct super_block *, in mtd_get_sb_by_nr()
|
/Linux-v5.15/fs/btrfs/ |
D | ioctl.c | 4653 struct btrfs_super_block *super_block = fs_info->super_copy; in btrfs_ioctl_set_fslabel() local 4713 struct btrfs_super_block *super_block = fs_info->super_copy; in btrfs_ioctl_get_features() local 4796 struct btrfs_super_block *super_block = fs_info->super_copy; in btrfs_ioctl_set_features() local
|
/Linux-v5.15/fs/cifs/ |
D | misc.c | 1207 static struct super_block *__cifs_get_super(void (*f)(struct super_block *, void *), in __cifs_get_super() argument
|
/Linux-v5.15/fs/fat/ |
D | inode.c | 1604 void (*setup)(struct super_block *)) in fat_fill_super()
|