Lines Matching refs:size
105 char *buf, size_t size)
126 if (dotdots * 3 + llen + 2 > size)
142 static int subdir_readlink(const char *path, char *buf, size_t size)
148 err = fuse_fs_readlink(d->next, newpath, buf, size);
150 transform_symlink(d, newpath, buf, size);
316 static int subdir_truncate(const char *path, off_t size,
323 err = fuse_fs_truncate(d->next, newpath, size, fi);
368 size_t size, off_t offset, struct fuse_file_info *fi)
374 err = fuse_fs_read_buf(d->next, newpath, bufp, size, offset, fi);
456 const char *value, size_t size, int flags)
462 err = fuse_fs_setxattr(d->next, newpath, name, value, size,
470 size_t size)
476 err = fuse_fs_getxattr(d->next, newpath, name, value, size);
482 static int subdir_listxattr(const char *path, char *list, size_t size)
488 err = fuse_fs_listxattr(d->next, newpath, list, size);