Home
last modified time | relevance | path

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

/linux-6.14.4/fs/fuse/
Dfuse_i.h1120 struct fuse_file *fuse_file_alloc(struct fuse_mount *fm, bool release);
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()
Ddir.c643 ff = fuse_file_alloc(fm, true); in fuse_create_open()