Searched defs:fuse_file (Results 1 - 1 of 1) sorted by relevance

/fs/fuse/
H A Dfuse_i.h127 struct fuse_file { struct
349 struct fuse_file *ff;
363 /** Request is stolen from fuse_file->reserved_req */
665 struct fuse_file *fuse_file_alloc(struct fuse_conn *fc);
666 struct fuse_file *fuse_file_get(struct fuse_file *ff);
667 void fuse_file_free(struct fuse_file *ff);
670 void fuse_sync_release(struct fuse_file *ff, int flags);
894 int fuse_flush_times(struct inode *inode, struct fuse_file *ff);

Completed in 53 milliseconds