Searched refs:fuse_fs_fallocate (Results 1 - 2 of 2) sorted by relevance
/third_party/libfuse/include/ |
H A D | fuse.h | 1263 int fuse_fs_fallocate(struct fuse_fs *fs, const char *path, int mode,
|
/third_party/libfuse/lib/ |
H A D | fuse.c | 2298 int fuse_fs_fallocate(struct fuse_fs *fs, const char *path, int mode, in fuse_fs_fallocate() function 4308 err = fuse_fs_fallocate(f->fs, path, mode, offset, length, fi); in fuse_lib_fallocate()
|
Completed in 14 milliseconds