Lines Matching refs:size
83 * buffer size argument includes the space for the terminating
127 /** Change the size of a file */
344 * Change the size of an open file
428 * 64bit environment. The size and direction of data is
488 * @param op_size the size of the fuse_operations structure
578 int fuse_fs_read(struct fuse_fs *fs, const char *path, char *buf, size_t size,
581 size_t size, off_t off, struct fuse_file_info *fi);
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,
614 const char *value, size_t size, int flags);
616 char *value, size_t size);
618 size_t size);
635 * @param op_size the size of the fuse_operations structure