| /kernel/linux/linux-5.10/include/linux/ |
| D | fs.h | 1417 struct super_block { struct 1418 struct list_head s_list; /* Keep this first */ 1419 dev_t s_dev; /* search index; _not_ kdev_t */ 1420 unsigned char s_blocksize_bits; 1421 unsigned long s_blocksize; 1422 loff_t s_maxbytes; /* Max file size */ 1423 struct file_system_type *s_type; 1424 const struct super_operations *s_op; 1425 const struct dquot_operations *dq_op; 1426 const struct quotactl_ops *s_qcop; [all …]
|
| /kernel/linux/linux-4.19/fs/ |
| D | super.c | 487 int (*test)(struct super_block *,void *), in sget_userns() 488 int (*set)(struct super_block *,void *), in sget_userns() 552 int (*test)(struct super_block *,void *), in sget() 553 int (*set)(struct super_block *,void *), in sget() 590 static void __iterate_supers(void (*f)(struct super_block *)) in __iterate_supers() 620 void iterate_supers(void (*f)(struct super_block *, void *), void *arg) in iterate_supers() argument 656 void (*f)(struct super_block *, void *), void *arg) in iterate_supers_type() argument 1058 int (*fill_super)(struct super_block *, void *, int)) in mount_ns() 1106 int (*fill_super)(struct super_block *, void *, int)) in mount_bdev() 1196 int (*fill_super)(struct super_block *, void *, int)) in mount_nodev() [all …]
|
| /kernel/linux/linux-4.19/include/linux/ |
| D | fs.h | 1370 struct super_block { struct 1371 struct list_head s_list; /* Keep this first */ 1372 dev_t s_dev; /* search index; _not_ kdev_t */ 1373 unsigned char s_blocksize_bits; 1374 unsigned long s_blocksize; 1375 loff_t s_maxbytes; /* Max file size */ 1376 struct file_system_type *s_type; 1377 const struct super_operations *s_op; 1378 const struct dquot_operations *dq_op; 1379 const struct quotactl_ops *s_qcop; [all …]
|
| /kernel/linux/linux-5.10/fs/ |
| D | super.c | 512 int (*test)(struct super_block *, struct fs_context *), in sget_fc() 513 int (*set)(struct super_block *, struct fs_context *)) in sget_fc() 577 int (*test)(struct super_block *,void *), in sget() 578 int (*set)(struct super_block *,void *), in sget() 651 static void __iterate_supers(void (*f)(struct super_block *)) in __iterate_supers() 681 void iterate_supers(void (*f)(struct super_block *, void *), void *arg) in iterate_supers() argument 717 void (*f)(struct super_block *, void *), void *arg) in iterate_supers_type() argument 1280 int (*fill_super)(struct super_block *, in get_tree_bdev() 1367 int (*fill_super)(struct super_block *, void *, int)) in mount_bdev() 1457 int (*fill_super)(struct super_block *, void *, int)) in mount_nodev() [all …]
|
| /kernel/linux/linux-4.19/drivers/mtd/ |
| D | mtdsuper.c | 66 int (*fill_super)(struct super_block *, void *, int)) in mount_mtd_aux() 109 int (*fill_super)(struct super_block *, void *, int)) in mount_mtd_nr() 127 int (*fill_super)(struct super_block *, void *, int)) in mount_mtd()
|
| /kernel/linux/linux-5.10/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()
|
| /kernel/linux/linux-5.10/fs/cifs/ |
| D | misc.c | 1049 static struct super_block *__cifs_get_super(void (*f)(struct super_block *, void *), in __cifs_get_super() argument
|
| /kernel/linux/linux-5.10/fs/btrfs/ |
| D | ioctl.c | 4654 struct btrfs_super_block *super_block = fs_info->super_copy; in btrfs_ioctl_set_fslabel() local 4714 struct btrfs_super_block *super_block = fs_info->super_copy; in btrfs_ioctl_get_features() local 4797 struct btrfs_super_block *super_block = fs_info->super_copy; in btrfs_ioctl_set_features() local
|
| /kernel/linux/linux-4.19/fs/btrfs/ |
| D | ioctl.c | 5636 struct btrfs_super_block *super_block = fs_info->super_copy; in btrfs_ioctl_set_fslabel() local 5697 struct btrfs_super_block *super_block = fs_info->super_copy; in btrfs_ioctl_get_features() local 5780 struct btrfs_super_block *super_block = fs_info->super_copy; in btrfs_ioctl_set_features() local
|
| /kernel/linux/linux-5.10/fs/fat/ |
| D | inode.c | 1603 void (*setup)(struct super_block *)) in fat_fill_super()
|
| /kernel/linux/linux-4.19/fs/fat/ |
| D | inode.c | 1604 void (*setup)(struct super_block *)) in fat_fill_super()
|