Lines Matching refs:off_t
86 const struct stat *stbuf, off_t off,
412 int (*truncate) (const char *, off_t, struct fuse_file_info *fi);
472 int (*read) (const char *, char *, size_t, off_t,
484 int (*write) (const char *, const char *, size_t, off_t,
588 int (*readdir) (const char *, void *, fuse_fill_dir_t, off_t,
756 int (*write_buf) (const char *, struct fuse_bufvec *buf, off_t off,
774 size_t size, off_t off, struct fuse_file_info *);
803 int (*fallocate) (const char *, int, off_t, off_t,
820 off_t offset_in, const char *path_out,
822 off_t offset_out, size_t size, int flags);
827 off_t (*lseek) (const char *, off_t off, int whence, struct fuse_file_info *);
1198 off_t off, struct fuse_file_info *fi);
1200 struct fuse_bufvec **bufp, size_t size, off_t off,
1203 size_t size, off_t off, struct fuse_file_info *fi);
1205 struct fuse_bufvec *buf, off_t off,
1215 fuse_fill_dir_t filler, off_t off,
1231 int fuse_fs_truncate(struct fuse_fs *fs, const char *path, off_t size,
1264 off_t offset, off_t length, struct fuse_file_info *fi);
1266 struct fuse_file_info *fi_in, off_t off_in,
1268 struct fuse_file_info *fi_out, off_t off_out,
1270 off_t fuse_fs_lseek(struct fuse_fs *fs, const char *path, off_t off, int whence,