Home
last modified time | relevance | path

Searched refs:fill_super (Results 1 – 7 of 7) sorted by relevance

/linux-4.19.296/include/linux/mtd/
Dsuper.h23 int (*fill_super)(struct super_block *, void *, int));
/linux-4.19.296/fs/
Dsuper.c1058 int (*fill_super)(struct super_block *, void *, int)) in mount_ns()
1075 err = fill_super(sb, data, flags & SB_SILENT ? 1 : 0); in mount_ns()
1106 int (*fill_super)(struct super_block *, void *, int)) in mount_bdev()
1158 error = fill_super(s, data, flags & SB_SILENT ? 1 : 0); in mount_bdev()
1196 int (*fill_super)(struct super_block *, void *, int)) in mount_nodev()
1204 error = fill_super(s, data, flags & SB_SILENT ? 1 : 0); in mount_nodev()
1221 int (*fill_super)(struct super_block *, void *, int)) in mount_single()
1230 error = fill_super(s, data, flags & SB_SILENT ? 1 : 0); in mount_single()
/linux-4.19.296/fs/nfs/
Dnfs4super.c267 .fill_super = nfs_fill_super, in nfs4_remote_referral_mount()
Dinternal.h146 void (*fill_super)(struct super_block *, struct nfs_mount_info *); member
Dsuper.c2638 mount_info->fill_super(s, mount_info); in nfs_fs_mount_common()
2674 .fill_super = nfs_fill_super, in nfs_fs_mount()
2737 .fill_super = nfs_clone_super, in nfs_xdev_mount()
/linux-4.19.296/include/linux/
Dfs.h2160 int (*fill_super)(struct super_block *, void *, int));
2164 int (*fill_super)(struct super_block *, void *, int));
2168 int (*fill_super)(struct super_block *, void *, int)) in mount_bdev()
2175 int (*fill_super)(struct super_block *, void *, int));
2178 int (*fill_super)(struct super_block *, void *, int));
/linux-4.19.296/fs/gfs2/
Dops_fstype.c1044 static int fill_super(struct super_block *sb, struct gfs2_args *args, int silent) in fill_super() function
1321 error = fill_super(s, &args, flags & SB_SILENT ? 1 : 0); in gfs2_mount()