Home
last modified time | relevance | path

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

/openbmc/linux/fs/fuse/
H A Dfuse_i.h1039 struct fuse_file *fuse_file_alloc(struct fuse_mount *fm);
H A Dfile.c58 struct fuse_file *fuse_file_alloc(struct fuse_mount *fm) in fuse_file_alloc() function
135 ff = fuse_file_alloc(fm); in fuse_file_open()
H A Ddir.c637 ff = fuse_file_alloc(fm); in fuse_create_open()