Searched refs:fuse_fs_fallocate (Results 1 – 3 of 3) sorted by relevance
/third_party/libfuse/lib/ |
D | fuse_versionscript | 124 fuse_fs_fallocate;
|
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()
|
/third_party/libfuse/include/ |
D | fuse.h | 1263 int fuse_fs_fallocate(struct fuse_fs *fs, const char *path, int mode,
|