Searched refs:simple_fill_super (Results 1 – 5 of 5) sorted by relevance
/fs/fuse/ |
D | control.c | 305 err = simple_fill_super(sb, FUSE_CTL_SUPER_MAGIC, &empty_descr); in fuse_ctl_fill_super()
|
/fs/ |
D | libfs.c | 474 int simple_fill_super(struct super_block *s, unsigned long magic, in simple_fill_super() function 993 EXPORT_SYMBOL(simple_fill_super);
|
D | binfmt_misc.c | 700 int err = simple_fill_super(sb, BINFMTFS_MAGIC, bm_files); in bm_fill_super()
|
/fs/debugfs/ |
D | inode.c | 266 err = simple_fill_super(sb, DEBUGFS_MAGIC, debug_files); in debug_fill_super()
|
/fs/nfsd/ |
D | nfsctl.c | 1095 return simple_fill_super(sb, 0x6e667364, nfsd_files); in nfsd_fill_super()
|