Searched refs:fuse_fs_truncate_v30 (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/lib/librefuse/ |
H A D | fuse.h | 583 # define fuse_fs_truncate fuse_fs_truncate_v30 620 # define fuse_fs_truncate fuse_fs_truncate_v30 656 # define fuse_fs_truncate fuse_fs_truncate_v30 692 # define fuse_fs_truncate fuse_fs_truncate_v30 728 # define fuse_fs_truncate fuse_fs_truncate_v30
|
H A D | refuse.c | 374 ret = fuse_fs_truncate_v30(fuse->fs, path, (off_t)va->va_size, fi); in fuse_setattr()
|
/netbsd-src/lib/librefuse/refuse/ |
H A D | fs.h | 90 int fuse_fs_truncate_v30(struct fuse_fs* fs, const char* path, off_t size, struct fuse_file_info* f…
|
H A D | fs.c | 1176 return fuse_fs_truncate_v30(fs, path, size, NULL); in fuse_fs_truncate_v27() 1180 fuse_fs_truncate_v30(struct fuse_fs* fs, const char* path, off_t size, struct fuse_file_info* fi) { in fuse_fs_truncate_v30() function
|