Home
last modified time | relevance | path

Searched refs:coda_fsync (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/fs/coda/
H A Dcoda_int.h15 int coda_fsync(struct file *coda_file, loff_t start, loff_t end, int datasync);
H A Dfile.c297 int coda_fsync(struct file *coda_file, loff_t start, loff_t end, int datasync) in coda_fsync() function
331 .fsync = coda_fsync,
H A Ddir.c588 .fsync = coda_fsync,
H A Dupcall.c449 inp->coda_fsync.VFid = *fid; in venus_fsync()
/openbmc/linux/include/uapi/linux/
H A Dcoda.h690 struct coda_fsync_in coda_fsync; member