Lines Matching refs:fuse2fs_file_handle

307 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()
2772 struct fuse2fs_file_handle *fh = in op_readdir()
2773 (struct fuse2fs_file_handle *)(uintptr_t)fp->fh; in op_readdir()
2959 struct fuse2fs_file_handle *fh = in op_ftruncate()
2960 (struct fuse2fs_file_handle *)(uintptr_t)fp->fh; in op_ftruncate()
3013 struct fuse2fs_file_handle *fh = in op_fgetattr()
3014 (struct fuse2fs_file_handle *)(uintptr_t)fp->fh; in op_fgetattr()
3092 static int ioctl_getflags(ext2_filsys fs, struct fuse2fs_file_handle *fh, in ioctl_getflags()
3115 static int ioctl_setflags(ext2_filsys fs, struct fuse2fs_file_handle *fh, in ioctl_setflags()
3153 static int ioctl_getversion(ext2_filsys fs, struct fuse2fs_file_handle *fh, in ioctl_getversion()
3171 static int ioctl_setversion(ext2_filsys fs, struct fuse2fs_file_handle *fh, in ioctl_setversion()
3207 static int ioctl_fitrim(ext2_filsys fs, struct fuse2fs_file_handle *fh, in ioctl_fitrim()
3267 struct fuse2fs_file_handle *fh = in op_ioctl()
3268 (struct fuse2fs_file_handle *)(uintptr_t)fp->fh; in op_ioctl()
3343 struct fuse2fs_file_handle *fh = in fallocate_helper()
3344 (struct fuse2fs_file_handle *)(uintptr_t)fp->fh; in fallocate_helper()
3479 struct fuse2fs_file_handle *fh = in punch_helper()
3480 (struct fuse2fs_file_handle *)(uintptr_t)fp->fh; in punch_helper()