Home
last modified time | relevance | path

Searched refs:ceph_fsync (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/fs/ceph/
H A Dsuper.h1234 extern int ceph_fsync(struct file *file, loff_t start, loff_t end,
H A Ddir.c2219 .fsync = ceph_fsync,
H A Dfile.c3175 .fsync = ceph_fsync,
H A Dcaps.c2476 int ceph_fsync(struct file *file, loff_t start, loff_t end, int datasync) in ceph_fsync() function