Searched refs:fuse_fs_flush (Results 1 – 5 of 5) sorted by relevance
/external/libfuse/lib/ |
D | fuse_versionscript | 56 fuse_fs_flush;
|
D | fuse.c | 1988 int fuse_fs_flush(struct fuse_fs *fs, const char *path, in fuse_fs_flush() function 4086 err = fuse_fs_flush(f->fs, path, fi); in fuse_flush_common()
|
/external/libfuse/include/ |
D | fuse.h | 1150 int fuse_fs_flush(struct fuse_fs *fs, const char *path,
|
/external/libfuse/lib/modules/ |
D | subdir.c | 411 err = fuse_fs_flush(d->next, newpath, fi); in subdir_flush()
|
D | iconv.c | 425 err = fuse_fs_flush(ic->next, newpath, fi); in iconv_flush()
|