Lines Matching refs:off_t
49 const struct stat *stbuf, off_t off);
128 int (*truncate) (const char *, off_t);
166 int (*read) (const char *, char *, size_t, off_t,
177 int (*write) (const char *, const char *, size_t, off_t,
277 int (*readdir) (const char *, void *, fuse_fill_dir_t, off_t,
355 int (*ftruncate) (const char *, off_t, struct fuse_file_info *);
579 off_t off, struct fuse_file_info *fi);
581 size_t size, off_t off, struct fuse_file_info *fi);
590 fuse_fill_dir_t filler, off_t off,
602 int fuse_fs_truncate(struct fuse_fs *fs, const char *path, off_t size);
603 int fuse_fs_ftruncate(struct fuse_fs *fs, const char *path, off_t size,