Home
last modified time | relevance | path

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

/linux-4.4.14/fs/fuse/
Dinode.c995 struct fuse_dev *fuse_dev_alloc(struct fuse_conn *fc) in fuse_dev_alloc() function
1011 EXPORT_SYMBOL_GPL(fuse_dev_alloc);
1082 fud = fuse_dev_alloc(fc); in fuse_fill_super()
Dfuse_i.h870 struct fuse_dev *fuse_dev_alloc(struct fuse_conn *fc);
Dcuse.c503 fud = fuse_dev_alloc(&cc->fc); in cuse_channel_open()
Ddev.c2225 fud = fuse_dev_alloc(fc); in fuse_device_clone()