Home
last modified time | relevance | path

Searched refs:xrep_tempfile_copyin_fn (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/fs/xfs/scrub/
Dtempfile.h28 typedef int (*xrep_tempfile_copyin_fn)(struct xfs_scrub *sc, typedef
32 xfs_filblks_t len, xrep_tempfile_copyin_fn fn, void *data);
Dtempfile.c374 xrep_tempfile_copyin_fn prep_fn, in xrep_tempfile_copyin()