/aosp_15_r20/external/perfetto/src/traced/probes/ftrace/test/data/android_raven_AOSP.MASTER_5.10.43/events/ext4/ext4_sync_file_enter/ |
H A D | format | 12 field:int datasync; offset:32; size:4; signed:1; 14 …datasync %d ", ((unsigned int) ((REC->dev) >> 20)), ((unsigned int) ((REC->dev) & ((1U << 20) - 1)…
|
/aosp_15_r20/external/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/ext4/ext4_sync_file_enter/ |
H A D | format | 12 field:int datasync; offset:32; size:4; signed:1; 14 …datasync %d ", ((unsigned int) ((REC->dev) >> 20)), ((unsigned int) ((REC->dev) & ((1U << 20) - 1)…
|
/aosp_15_r20/external/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/ext4/ext4_sync_file_enter/ |
H A D | format | 12 field:int datasync; offset:20; size:4; signed:1; 14 …datasync %d ", ((unsigned int) ((REC->dev) >> 20)), ((unsigned int) ((REC->dev) & ((1U << 20) - 1)…
|
/aosp_15_r20/external/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/ext3/ext3_sync_file_enter/ |
H A D | format | 12 field:int datasync; offset:20; size:4; signed:1; 14 …datasync %d ", ((unsigned int) ((REC->dev) >> 20)), ((unsigned int) ((REC->dev) & ((1U << 20) - 1)…
|
/aosp_15_r20/external/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/ext3/ext3_sync_file_enter/ |
H A D | format | 12 field:int datasync; offset:32; size:4; signed:1; 14 …datasync %d ", ((unsigned int) ((REC->dev) >> 20)), ((unsigned int) ((REC->dev) & ((1U << 20) - 1)…
|
/aosp_15_r20/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/ext4/ext4_sync_file_enter/ |
H A D | format | 12 field:int datasync; offset:32; size:4; signed:1; 14 …datasync %d ", ((unsigned int) ((REC->dev) >> 20)), ((unsigned int) ((REC->dev) & ((1U << 20) - 1)…
|
/aosp_15_r20/external/perfetto/src/traced/probes/ftrace/test/data/android_hammerhead_MRA59G_3.4.0/events/ext4/ext4_sync_file_enter/ |
H A D | format | 13 field:int datasync; offset:24; size:4; signed:1; 15 …datasync %d ", ((unsigned int) ((REC->dev) >> 20)), ((unsigned int) ((REC->dev) & ((1U << 20) - 1)…
|
/aosp_15_r20/external/perfetto/src/traced/probes/ftrace/test/data/android_hammerhead_MRA59G_3.4.0/events/ext3/ext3_sync_file_enter/ |
H A D | format | 13 field:int datasync; offset:24; size:4; signed:1; 15 …datasync %d ", ((unsigned int) ((REC->dev) >> 20)), ((unsigned int) ((REC->dev) & ((1U << 20) - 1)…
|
/aosp_15_r20/external/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/f2fs/f2fs_sync_file_exit/ |
H A D | format | 12 field:int datasync; offset:28; size:4; signed:1; 15 …datasync = %d, ret = %d", ((unsigned int) ((REC->dev) >> 20)), ((unsigned int) ((REC->dev) & ((1U …
|
/aosp_15_r20/external/perfetto/src/traced/probes/ftrace/test/data/android_raven_AOSP.MASTER_5.10.43/events/f2fs/f2fs_sync_file_exit/ |
H A D | format | 12 field:int datasync; offset:28; size:4; signed:1; 15 …datasync = %d, ret = %d", ((unsigned int) ((REC->dev) >> 20)), ((unsigned int) ((REC->dev) & ((1U …
|
/aosp_15_r20/external/libfuse/lib/ |
H A D | cuse_lowlevel.c | 73 static void cuse_fll_fsync(fuse_req_t req, fuse_ino_t ino, int datasync, in cuse_fll_fsync() argument 77 req_clop(req)->fsync(req, datasync, fi); in cuse_fll_fsync()
|
H A D | fuse.c | 1909 int fuse_fs_fsync(struct fuse_fs *fs, const char *path, int datasync, in fuse_fs_fsync() argument 1916 (unsigned long long) fi->fh, datasync); in fuse_fs_fsync() 1918 return fs->op.fsync(path, datasync, fi); in fuse_fs_fsync() 1924 int fuse_fs_fsyncdir(struct fuse_fs *fs, const char *path, int datasync, in fuse_fs_fsyncdir() argument 1931 (unsigned long long) fi->fh, datasync); in fuse_fs_fsyncdir() 1933 return fs->op.fsyncdir(path, datasync, fi); in fuse_fs_fsyncdir() 3314 static void fuse_lib_fsync(fuse_req_t req, fuse_ino_t ino, int datasync, in fuse_lib_fsync() argument 3326 err = fuse_fs_fsync(f->fs, path, datasync, fi); in fuse_lib_fsync() 3776 static void fuse_lib_fsyncdir(fuse_req_t req, fuse_ino_t ino, int datasync, in fuse_lib_fsyncdir() argument 3790 err = fuse_fs_fsyncdir(f->fs, path, datasync, &fi); in fuse_lib_fsyncdir()
|
/aosp_15_r20/external/libfuse/include/ |
H A D | fuse.h | 1271 int fuse_fs_fsync(struct fuse_fs *fs, const char *path, int datasync, 1281 int fuse_fs_fsyncdir(struct fuse_fs *fs, const char *path, int datasync,
|
H A D | cuse_lowlevel.h | 60 void (*fsync) (fuse_req_t req, int datasync, struct fuse_file_info *fi);
|
H A D | fuse_lowlevel.h | 739 void (*fsync) (fuse_req_t req, fuse_ino_t ino, int datasync, 882 void (*fsyncdir) (fuse_req_t req, fuse_ino_t ino, int datasync,
|
/aosp_15_r20/external/crosvm/devices/src/virtio/fs/ |
H A D | passthrough.rs | 1255 fn do_fsync<F: AsRawDescriptor>(&self, file: &F, datasync: bool) -> io::Result<()> { in do_fsync() 1258 if datasync { in do_fsync() 3021 fn fsync(&self, _ctx: Context, inode: Inode, datasync: bool, handle: Handle) -> io::Result<()> { in fsync() 3023 let _trace = fs_trace!(self.tag, "fsync (zero-message)", inode, datasync, handle); in fsync() 3025 self.do_fsync(&*data, datasync) in fsync() 3027 let _trace = fs_trace!(self.tag, "fsync", inode, datasync, handle); in fsync() 3031 self.do_fsync(&*file, datasync) in fsync() 3039 datasync: bool, in fsyncdir() 3043 let _trace = fs_trace!(self.tag, "fsyncdir (zero-message)", inode, datasync, handle); in fsyncdir() 3045 self.do_fsync(&*data, datasync) in fsyncdir() [all …]
|
/aosp_15_r20/packages/providers/MediaProvider/jni/ |
D | FuseDaemon.cpp | 1859 static int do_sync_common(int fd, bool datasync) { in do_sync_common() argument 1860 int res = datasync ? fdatasync(fd) : fsync(fd); in do_sync_common() 1868 int datasync, in pf_fsync() argument 1872 int err = do_sync_common(h->fd, datasync); in pf_fsync() 1879 int datasync, in pf_fsyncdir() argument 1882 int err = do_sync_common(dirfd(h->d), datasync); in pf_fsyncdir()
|
/aosp_15_r20/external/crosvm/fuse/src/ |
H A D | filesystem.rs | 846 datasync: bool, in fsync() 1062 datasync: bool, in fsyncdir()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/wasi/ |
H A D | fs.rs | 422 pub fn datasync(&self) -> io::Result<()> { in datasync() method 423 self.fd.datasync() in datasync()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/wasi/ |
H A D | fs.rs | 422 pub fn datasync(&self) -> io::Result<()> { in datasync() method 423 self.fd.datasync() in datasync()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/wasi/ |
H A D | fs.rs | 422 pub fn datasync(&self) -> io::Result<()> { in datasync() method 423 self.fd.datasync() in datasync()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/wasi/ |
H A D | fs.rs | 422 pub fn datasync(&self) -> io::Result<()> { in datasync() method 423 self.fd.datasync() in datasync()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/wasi/ |
H A D | fs.rs | 422 pub fn datasync(&self) -> io::Result<()> { in datasync() method 423 self.fd.datasync() in datasync()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/unsupported/ |
H A D | fs.rs | 197 pub fn datasync(&self) -> io::Result<()> { in datasync() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/unsupported/ |
H A D | fs.rs | 197 pub fn datasync(&self) -> io::Result<()> { in datasync() method
|