Home
last modified time | relevance | path

Searched defs:fsyncdir (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/libfuse/include/
H A Dfuse_lowlevel.h882 void (*fsyncdir) (fuse_req_t req, fuse_ino_t ino, int datasync, member
H A Dfuse.h608 int (*fsyncdir) (const char *, int, struct fuse_file_info *); member
/aosp_15_r20/external/crosvm/fuse/src/
H A Dfilesystem.rs1058 fn fsyncdir( in fsyncdir() method
H A Dserver.rs1279 fn fsyncdir<R: Reader, W: Writer>(&self, in_header: InHeader, mut r: R, w: W) -> Result<usize> { in fsyncdir() method
/aosp_15_r20/external/crosvm/devices/src/virtio/fs/
H A Dpassthrough.rs3035 fn fsyncdir( in fsyncdir() method