Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/fuse/
H A Dfuse_i.h963 struct fuse_file *fuse_file_alloc(struct fuse_mount *fm);
H A Dfile.c63 struct fuse_file *fuse_file_alloc(struct fuse_mount *fm) in fuse_file_alloc() function
140 ff = fuse_file_alloc(fm); in fuse_do_open()
H A Ddir.c591 ff = fuse_file_alloc(fm); in fuse_create_open()