Searched refs:fuse_fs_fsync (Results 1 - 6 of 6) sorted by relevance
/third_party/ntfs-3g/include/fuse-lite/ |
H A D | fuse.h | 582 int fuse_fs_fsync(struct fuse_fs *fs, const char *path, int datasync,
|
/third_party/libfuse/include/ |
H A D | fuse.h | 1207 int fuse_fs_fsync(struct fuse_fs *fs, const char *path, int datasync,
|
/third_party/libfuse/lib/modules/ |
H A D | subdir.c | 436 err = fuse_fs_fsync(d->next, newpath, isdatasync, fi); in subdir_fsync()
|
H A D | iconv.c | 451 err = fuse_fs_fsync(ic->next, newpath, isdatasync, fi); in iconv_fsync()
|
/third_party/ntfs-3g/libfuse-lite/ |
H A D | fuse.c | 827 int fuse_fs_fsync(struct fuse_fs *fs, const char *path, int datasync, in fuse_fs_fsync() function 2024 err = fuse_fs_fsync(f->fs, path, datasync, fi); in fuse_lib_fsync()
|
/third_party/libfuse/lib/ |
H A D | fuse.c | 1909 int fuse_fs_fsync(struct fuse_fs *fs, const char *path, int datasync, in fuse_fs_fsync() function 3326 err = fuse_fs_fsync(f->fs, path, datasync, fi); in fuse_lib_fsync()
|
Completed in 16 milliseconds