Home
last modified time | relevance | path

Searched defs:super_block (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dfs.h1450 struct super_block { struct
1451 struct list_head s_list; /* Keep this first */
1452 dev_t s_dev; /* search index; _not_ kdev_t */
1453 unsigned char s_blocksize_bits;
1454 unsigned long s_blocksize;
1455 loff_t s_maxbytes; /* Max file size */
1456 struct file_system_type *s_type;
1457 const struct super_operations *s_op;
1458 const struct dquot_operations *dq_op;
1459 const struct quotactl_ops *s_qcop;
[all …]
/OK3568_Linux_fs/kernel/fs/
H A Dsuper.c513 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
1281 int (*fill_super)(struct super_block *, in get_tree_bdev()
1368 int (*fill_super)(struct super_block *, void *, int)) in mount_bdev()
1458 int (*fill_super)(struct super_block *, void *, int)) in mount_nodev()
[all …]
/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Dubifs.h288 struct super_block { struct
289 struct list_head s_list; /* Keep this first */
290 dev_t s_dev; /* search index; _not_ kdev_t */
291 unsigned char s_blocksize_bits;
292 unsigned long s_blocksize;
293 loff_t s_maxbytes; /* Max file size */
294 struct file_system_type *s_type;
295 const struct super_operations *s_op;
296 const struct dquot_operations *dq_op;
297 const struct quotactl_ops *s_qcop;
[all …]
H A Dsuper.c2383 int (*test)(struct super_block *,void *), in sget()
2384 int (*set)(struct super_block *,void *), in sget()
/OK3568_Linux_fs/kernel/drivers/mtd/
H A Dmtdsuper.c58 int (*fill_super)(struct super_block *, in mtd_get_sb()
99 int (*fill_super)(struct super_block *, in mtd_get_sb_by_nr()
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dmisc.c1049 static struct super_block *__cifs_get_super(void (*f)(struct super_block *, void *), in __cifs_get_super() argument
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dioctl.c4635 struct btrfs_super_block *super_block = fs_info->super_copy; in btrfs_ioctl_set_fslabel() local
4695 struct btrfs_super_block *super_block = fs_info->super_copy; in btrfs_ioctl_get_features() local
4778 struct btrfs_super_block *super_block = fs_info->super_copy; in btrfs_ioctl_set_features() local
/OK3568_Linux_fs/kernel/fs/fat/
H A Dinode.c1603 void (*setup)(struct super_block *)) in fat_fill_super()