Searched refs:fill_super (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.4/drivers/mtd/ |
D | mtdsuper.c | 58 int (*fill_super)(struct super_block *, in mtd_get_sb() 79 ret = fill_super(sb, fc); in mtd_get_sb() 99 int (*fill_super)(struct super_block *, in mtd_get_sb_by_nr() 110 return mtd_get_sb(fc, mtd, fill_super); in mtd_get_sb_by_nr() 119 int (*fill_super)(struct super_block *sb, in get_tree_mtd() 150 return mtd_get_sb(fc, mtd, fill_super); in get_tree_mtd() 163 return mtd_get_sb_by_nr(fc, mtdnr, fill_super); in get_tree_mtd() 185 return mtd_get_sb_by_nr(fc, mtdnr, fill_super); in get_tree_mtd()
|
/Linux-v5.4/include/linux/ |
D | fs_context.h | 149 int (*fill_super)(struct super_block *sb, 153 int (*fill_super)(struct super_block *sb, 156 int (*fill_super)(struct super_block *sb, 159 int (*fill_super)(struct super_block *sb, 162 int (*fill_super)(struct super_block *sb, 167 int (*fill_super)(struct super_block *sb,
|
D | fs.h | 2243 int (*fill_super)(struct super_block *, void *, int)); 2247 int (*fill_super)(struct super_block *, void *, int)) in mount_bdev() 2254 int (*fill_super)(struct super_block *, void *, int)); 2257 int (*fill_super)(struct super_block *, void *, int));
|
/Linux-v5.4/fs/ |
D | super.c | 1162 int (*fill_super)(struct super_block *sb, in vfs_get_super() 1189 err = fill_super(sb, fc); in vfs_get_super() 1216 int (*fill_super)(struct super_block *sb, in get_tree_nodev() 1219 return vfs_get_super(fc, vfs_get_independent_super, fill_super); in get_tree_nodev() 1224 int (*fill_super)(struct super_block *sb, in get_tree_single() 1227 return vfs_get_super(fc, vfs_get_single_super, fill_super); in get_tree_single() 1232 int (*fill_super)(struct super_block *sb, in get_tree_single_reconf() 1235 return vfs_get_super(fc, vfs_get_single_reconf_super, fill_super); in get_tree_single_reconf() 1240 int (*fill_super)(struct super_block *sb, in get_tree_keyed() 1245 return vfs_get_super(fc, vfs_get_keyed_super, fill_super); in get_tree_keyed() [all …]
|
/Linux-v5.4/include/linux/mtd/ |
D | super.h | 18 int (*fill_super)(struct super_block *sb,
|
/Linux-v5.4/fs/nfs/ |
D | nfs4super.c | 268 .fill_super = nfs_fill_super, in nfs4_remote_referral_mount()
|
D | internal.h | 141 void (*fill_super)(struct super_block *, struct nfs_mount_info *); member
|
D | super.c | 2703 mount_info->fill_super(s, mount_info); in nfs_fs_mount_common() 2739 .fill_super = nfs_fill_super, in nfs_fs_mount() 2802 .fill_super = nfs_clone_super, in nfs_xdev_mount()
|
/Linux-v5.4/Documentation/filesystems/ |
D | mount_api.txt | 488 int (*fill_super)(struct super_block *sb,
|
D | vfs.rst | 190 and provides a fill_super() callback instead. The generic variants are: 201 A fill_super() callback implementation has the following arguments:
|
/Linux-v5.4/Documentation/filesystems/caching/ |
D | backend-api.txt | 18 the fill_super() operation on mounting.
|