Searched refs:simple_fill_super (Results 1 – 6 of 6) sorted by relevance
/fs/fuse/ |
D | control.c | 327 err = simple_fill_super(sb, FUSE_CTL_SUPER_MAGIC, &empty_descr); in fuse_ctl_fill_super()
|
/fs/ |
D | libfs.c | 532 int simple_fill_super(struct super_block *s, unsigned long magic, in simple_fill_super() function 594 EXPORT_SYMBOL(simple_fill_super);
|
D | binfmt_misc.c | 834 err = simple_fill_super(sb, BINFMTFS_MAGIC, bm_files); in bm_fill_super()
|
/fs/tracefs/ |
D | inode.c | 281 err = simple_fill_super(sb, TRACEFS_MAGIC, trace_files); in trace_fill_super()
|
/fs/debugfs/ |
D | inode.c | 248 err = simple_fill_super(sb, DEBUGFS_MAGIC, debug_files); in debug_fill_super()
|
/fs/nfsd/ |
D | nfsctl.c | 1376 ret = simple_fill_super(sb, 0x6e667364, nfsd_files); in nfsd_fill_super()
|