Searched refs:fuse_fs_fallocate (Results 1 – 3 of 3) sorted by relevance
/external/libfuse/lib/ |
D | fuse_versionscript | 123 fuse_fs_fallocate;
|
D | fuse.c | 2347 int fuse_fs_fallocate(struct fuse_fs *fs, const char *path, int mode, in fuse_fs_fallocate() function 4328 err = fuse_fs_fallocate(f->fs, path, mode, offset, length, fi); in fuse_lib_fallocate()
|
/external/libfuse/include/ |
D | fuse.h | 1198 int fuse_fs_fallocate(struct fuse_fs *fs, const char *path, int mode,
|