Home
last modified time | relevance | path

Searched refs:fuse_fs_truncate (Results 1 - 6 of 6) sorted by relevance

/third_party/ntfs-3g/include/fuse-lite/
H A Dfuse.h602 int fuse_fs_truncate(struct fuse_fs *fs, const char *path, off_t size);
/third_party/libfuse/include/
H A Dfuse.h1231 int fuse_fs_truncate(struct fuse_fs *fs, const char *path, off_t size,
/third_party/libfuse/lib/modules/
H A Dsubdir.c323 err = fuse_fs_truncate(d->next, newpath, size, fi); in subdir_truncate()
H A Diconv.c338 err = fuse_fs_truncate(ic->next, newpath, size, fi); in iconv_truncate()
/third_party/ntfs-3g/libfuse-lite/
H A Dfuse.c919 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 Dfuse.c2092 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