Home
last modified time | relevance | path

Searched refs:fuse_dev_alloc_install (Results 1 – 4 of 4) sorted by relevance

/linux/fs/fuse/
H A Dcuse.c520 fud = fuse_dev_alloc_install(&cc->fc); in cuse_channel_open()
H A Dinode.c1647 struct fuse_dev *fuse_dev_alloc_install(struct fuse_conn *fc) in fuse_dev_alloc_install() function
1658 EXPORT_SYMBOL_GPL(fuse_dev_alloc_install);
1861 fud = fuse_dev_alloc_install(fc); in fuse_fill_super_common()
H A Dfuse_i.h1343 struct fuse_dev *fuse_dev_alloc_install(struct fuse_conn *fc);
H A Ddev.c2582 fud = fuse_dev_alloc_install(fc); in fuse_device_clone()