Lines Matching refs:xfs_scrub
10 int xrep_tempfile_create(struct xfs_scrub *sc, uint16_t mode);
11 void xrep_tempfile_rele(struct xfs_scrub *sc);
13 bool xrep_tempfile_iolock_nowait(struct xfs_scrub *sc);
14 int xrep_tempfile_iolock_polled(struct xfs_scrub *sc);
15 void xrep_tempfile_iounlock(struct xfs_scrub *sc);
17 void xrep_tempfile_ilock(struct xfs_scrub *sc);
18 bool xrep_tempfile_ilock_nowait(struct xfs_scrub *sc);
19 void xrep_tempfile_iunlock(struct xfs_scrub *sc);
20 void xrep_tempfile_iunlock_both(struct xfs_scrub *sc);
21 void xrep_tempfile_ilock_both(struct xfs_scrub *sc);
23 int xrep_tempfile_prealloc(struct xfs_scrub *sc, xfs_fileoff_t off,
28 typedef int (*xrep_tempfile_copyin_fn)(struct xfs_scrub *sc,
31 int xrep_tempfile_copyin(struct xfs_scrub *sc, xfs_fileoff_t off,
34 int xrep_tempfile_set_isize(struct xfs_scrub *sc, unsigned long long isize);
36 int xrep_tempfile_roll_trans(struct xfs_scrub *sc);
37 void xrep_tempfile_copyout_local(struct xfs_scrub *sc, int whichfork);
40 static inline void xrep_tempfile_iolock_both(struct xfs_scrub *sc) in xrep_tempfile_iolock_both()