| /kernel/linux/linux-6.6/include/linux/ |
| D | fs.h | 1190 struct super_block { struct 1191 struct list_head s_list; /* Keep this first */ 1192 dev_t s_dev; /* search index; _not_ kdev_t */ 1193 unsigned char s_blocksize_bits; 1194 unsigned long s_blocksize; 1195 loff_t s_maxbytes; /* Max file size */ 1196 struct file_system_type *s_type; 1197 const struct super_operations *s_op; 1198 const struct dquot_operations *dq_op; 1199 const struct quotactl_ops *s_qcop; [all …]
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | fs.h | 1425 struct super_block { struct 1426 struct list_head s_list; /* Keep this first */ 1427 dev_t s_dev; /* search index; _not_ kdev_t */ 1428 unsigned char s_blocksize_bits; 1429 unsigned long s_blocksize; 1430 loff_t s_maxbytes; /* Max file size */ 1431 struct file_system_type *s_type; 1432 const struct super_operations *s_op; 1433 const struct dquot_operations *dq_op; 1434 const struct quotactl_ops *s_qcop; [all …]
|
| /kernel/linux/linux-5.10/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 1290 int (*fill_super)(struct super_block *, in get_tree_bdev() 1377 int (*fill_super)(struct super_block *, void *, int)) in mount_bdev() 1467 int (*fill_super)(struct super_block *, void *, int)) in mount_nodev() [all …]
|
| /kernel/linux/linux-6.6/fs/ |
| D | super.c | 776 int (*test)(struct super_block *, struct fs_context *), in sget_fc() 777 int (*set)(struct super_block *, struct fs_context *)) in sget_fc() 850 int (*test)(struct super_block *,void *), in sget() 851 int (*set)(struct super_block *,void *), in sget() 924 static void __iterate_supers(void (*f)(struct super_block *)) in __iterate_supers() 955 void iterate_supers(void (*f)(struct super_block *, void *), void *arg) in iterate_supers() argument 991 void (*f)(struct super_block *, void *), void *arg) in iterate_supers_type() argument 1323 int (*test)(struct super_block *, struct fs_context *), in vfs_get_super() 1538 int (*fill_super)(struct super_block *, in get_tree_bdev() 1598 int (*fill_super)(struct super_block *, void *, int)) in mount_bdev() [all …]
|
| /kernel/linux/linux-6.6/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()
|
| /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 | 1053 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-6.6/fs/btrfs/ |
| D | ioctl.c | 4146 struct btrfs_super_block *super_block = fs_info->super_copy; in btrfs_ioctl_set_fslabel() local 4206 struct btrfs_super_block *super_block = fs_info->super_copy; in btrfs_ioctl_get_features() local 4289 struct btrfs_super_block *super_block = fs_info->super_copy; in btrfs_ioctl_set_features() local
|
| /kernel/linux/linux-6.6/fs/smb/client/ |
| D | misc.c | 1140 static struct super_block *__cifs_get_super(void (*f)(struct super_block *, void *), in __cifs_get_super() argument
|
| /kernel/linux/linux-6.6/fs/fat/ |
| D | inode.c | 1599 void (*setup)(struct super_block *)) in fat_fill_super()
|
| /kernel/linux/linux-5.10/fs/fat/ |
| D | inode.c | 1603 void (*setup)(struct super_block *)) in fat_fill_super()
|