Home
last modified time | relevance | path

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

/linux/fs/fuse/
H A Dfile.c54 struct fuse_file *fuse_file_alloc(struct fuse_mount *fm, bool release) in fuse_file_alloc() function
134 ff = fuse_file_alloc(fm, open); in fuse_file_open()
H A Ddir.c643 ff = fuse_file_alloc(fm, true); in fuse_create_open()