Home
last modified time | relevance | path

Searched refs:fuse_fill_super_common (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/fuse/
H A Dinode.c1643 int fuse_fill_super_common(struct super_block *sb, struct fuse_fs_context *ctx) in fuse_fill_super_common() function
1743 EXPORT_SYMBOL_GPL(fuse_fill_super_common);
1763 err = fuse_fill_super_common(sb, ctx); in fuse_fill_super()
H A Dfuse_i.h1176 int fuse_fill_super_common(struct super_block *sb, struct fuse_fs_context *ctx);
H A Dvirtio_fs.c1347 err = fuse_fill_super_common(sb, ctx); in virtio_fs_fill_super()