Home
last modified time | relevance | path

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

/external/e2fsprogs/misc/
Dfuse2fs.c307 struct fuse2fs_file_handle { struct
2084 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 …]