Home
last modified time | relevance | path

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

/linux-4.4.14/fs/fuse/
Dfuse_i.h722 struct fuse_file *fuse_file_alloc(struct fuse_conn *fc);
Dfile.c45 struct fuse_file *fuse_file_alloc(struct fuse_conn *fc) in fuse_file_alloc() function
122 ff = fuse_file_alloc(fc); in fuse_do_open()
Ddir.c406 ff = fuse_file_alloc(fc); in fuse_create_open()