Searched defs:datasync (Results 1 – 8 of 8) sorted by relevance
/external/libfuse/lib/ |
D | cuse_lowlevel.c | 73 static void cuse_fll_fsync(fuse_req_t req, fuse_ino_t ino, int datasync, in cuse_fll_fsync()
|
D | fuse.c | 1958 int fuse_fs_fsync(struct fuse_fs *fs, const char *path, int datasync, in fuse_fs_fsync() 1973 int fuse_fs_fsyncdir(struct fuse_fs *fs, const char *path, int datasync, in fuse_fs_fsyncdir() 3343 static void fuse_lib_fsync(fuse_req_t req, fuse_ino_t ino, int datasync, in fuse_lib_fsync() 3785 static void fuse_lib_fsyncdir(fuse_req_t req, fuse_ino_t ino, int datasync, in fuse_lib_fsyncdir()
|
D | fuse_lowlevel.c | 1557 int datasync = arg->fsync_flags & 1; in do_fsync() local 1629 int datasync = arg->fsync_flags & 1; in do_fsyncdir() local
|
/external/perfetto/protos/perfetto/trace/ftrace/ |
D | f2fs.proto | 116 optional int32 datasync = 4; field
|
D | ext4.proto | 26 optional int32 datasync = 4; field
|
/external/crosvm/fuse/src/ |
D | server.rs | 717 let datasync = fsync_flags & 0x1 != 0; in fsync() localVariable 1196 let datasync = fsync_flags & 0x1 != 0; in fsyncdir() localVariable
|
/external/vm_tools/p9/src/protocol/ |
D | messages.rs | 442 pub datasync: u32, field
|
/external/perfetto/protos/perfetto/trace/ |
D | perfetto_trace.proto | 3270 optional int32 datasync = 4; field 4041 optional int32 datasync = 4; field
|