Searched refs:isdatasync (Results 1 – 4 of 4) sorted by relevance
/third_party/libfuse/example/ |
D | passthrough_fh.c | 482 static int xmp_fsync(const char *path, int isdatasync, in xmp_fsync() argument 489 (void) isdatasync; in xmp_fsync() 491 if (isdatasync) in xmp_fsync()
|
D | passthrough.c | 368 static int xmp_fsync(const char *path, int isdatasync, in xmp_fsync() argument 375 (void) isdatasync; in xmp_fsync()
|
/third_party/libfuse/lib/modules/ |
D | subdir.c | 429 static int subdir_fsync(const char *path, int isdatasync, in subdir_fsync() argument 436 err = fuse_fs_fsync(d->next, newpath, isdatasync, fi); in subdir_fsync() 442 static int subdir_fsyncdir(const char *path, int isdatasync, in subdir_fsyncdir() argument 449 err = fuse_fs_fsyncdir(d->next, newpath, isdatasync, fi); in subdir_fsyncdir()
|
D | iconv.c | 444 static int iconv_fsync(const char *path, int isdatasync, in iconv_fsync() argument 451 err = fuse_fs_fsync(ic->next, newpath, isdatasync, fi); in iconv_fsync() 457 static int iconv_fsyncdir(const char *path, int isdatasync, in iconv_fsyncdir() argument 464 err = fuse_fs_fsyncdir(ic->next, newpath, isdatasync, fi); in iconv_fsyncdir()
|