Searched refs:fuse2fs_file_handle (Results 1 – 1 of 1) sorted by relevance
307 struct fuse2fs_file_handle { struct2084 struct fuse2fs_file_handle *file; in __op_open()2165 struct fuse2fs_file_handle *fh = in op_read()2166 (struct fuse2fs_file_handle *)(uintptr_t)fp->fh; in op_read()2222 struct fuse2fs_file_handle *fh = in op_write()2223 (struct fuse2fs_file_handle *)(uintptr_t)fp->fh; in op_write()2294 struct fuse2fs_file_handle *fh = in op_release()2295 (struct fuse2fs_file_handle *)(uintptr_t)fp->fh; in op_release()2324 struct fuse2fs_file_handle *fh = in op_fsync()2325 (struct fuse2fs_file_handle *)(uintptr_t)fp->fh; in op_fsync()[all …]