Home
last modified time | relevance | path

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

/external/e2fsprogs/misc/
Dfuse2fs.c300 struct fuse2fs_file_handle { struct
2074 struct fuse2fs_file_handle *file; in __op_open()
2155 struct fuse2fs_file_handle *fh = in op_read()
2156 (struct fuse2fs_file_handle *)(uintptr_t)fp->fh; in op_read()
2212 struct fuse2fs_file_handle *fh = in op_write()
2213 (struct fuse2fs_file_handle *)(uintptr_t)fp->fh; in op_write()
2284 struct fuse2fs_file_handle *fh = in op_release()
2285 (struct fuse2fs_file_handle *)(uintptr_t)fp->fh; in op_release()
2314 struct fuse2fs_file_handle *fh = in op_fsync()
2315 (struct fuse2fs_file_handle *)(uintptr_t)fp->fh; in op_fsync()
[all …]