Home
last modified time | relevance | path

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

/linux/fs/fuse/
H A Dfuse_i.h1150 struct fuse_file *fuse_file_alloc(struct fuse_mount *fm, bool release);
H A Dfile.c55 struct fuse_file *fuse_file_alloc(struct fuse_mount *fm, bool release) in fuse_file_alloc() function
135 ff = fuse_file_alloc(fm, open); in fuse_file_open()
H A Ddir.c644 ff = fuse_file_alloc(fm, true); in fuse_create_open()