Searched refs:simple_fill_super (Results 1 – 5 of 5) sorted by relevance
/fs/fuse/ |
D | control.c | 168 err = simple_fill_super(sb, FUSE_CTL_SUPER_MAGIC, &empty_descr); in fuse_ctl_fill_super()
|
/fs/ |
D | libfs.c | 416 int simple_fill_super(struct super_block *s, int magic, struct tree_descr *files) in simple_fill_super() function 807 EXPORT_SYMBOL(simple_fill_super);
|
D | binfmt_misc.c | 698 int err = simple_fill_super(sb, 0x42494e4d, bm_files); in bm_fill_super()
|
/fs/debugfs/ |
D | inode.c | 122 return simple_fill_super(sb, DEBUGFS_MAGIC, debug_files); in debug_fill_super()
|
/fs/nfsd/ |
D | nfsctl.c | 1258 return simple_fill_super(sb, 0x6e667364, nfsd_files); in nfsd_fill_super()
|