Searched refs:fuse_fs_truncate (Results 1 - 6 of 6) sorted by relevance
/third_party/ntfs-3g/include/fuse-lite/ |
H A D | fuse.h | 602 int fuse_fs_truncate(struct fuse_fs *fs, const char *path, off_t size);
|
/third_party/libfuse/include/ |
H A D | fuse.h | 1231 int fuse_fs_truncate(struct fuse_fs *fs, const char *path, off_t size,
|
/third_party/libfuse/lib/modules/ |
H A D | subdir.c | 323 err = fuse_fs_truncate(d->next, newpath, size, fi); in subdir_truncate()
|
H A D | iconv.c | 338 err = fuse_fs_truncate(ic->next, newpath, size, fi); in iconv_truncate()
|
/third_party/ntfs-3g/libfuse-lite/ |
H A D | fuse.c | 919 int fuse_fs_truncate(struct fuse_fs *fs, const char *path, off_t size) in fuse_fs_truncate() function 1448 err = fuse_fs_truncate(f->fs, path, attr->st_size); in fuse_lib_setattr()
|
/third_party/libfuse/lib/ |
H A D | fuse.c | 2092 int fuse_fs_truncate(struct fuse_fs *fs, const char *path, off_t size, in fuse_fs_truncate() function 2797 err = fuse_fs_truncate(f->fs, path, in fuse_lib_setattr()
|
Completed in 17 milliseconds