Home
last modified time | relevance | path

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

/Linux-v6.1/fs/fuse/
Dfuse_i.h1008 struct fuse_file *fuse_file_alloc(struct fuse_mount *fm);
Dfile.c57 struct fuse_file *fuse_file_alloc(struct fuse_mount *fm) in fuse_file_alloc() function
134 ff = fuse_file_alloc(fm); in fuse_file_open()
Ddir.c557 ff = fuse_file_alloc(fm); in fuse_create_open()