Home
last modified time | relevance | path

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

/linux-6.15/fs/fuse/
H A Dfuse_i.h1157 struct fuse_file *fuse_file_alloc(struct fuse_mount *fm, bool release);
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()