Home
last modified time | relevance | path

Searched refs:xrep_is_tempfile (Results 1 – 9 of 9) sorted by relevance

/linux-6.12.1/fs/xfs/scrub/
Dtempfile.h38 bool xrep_is_tempfile(const struct xfs_inode *ip);
44 # define xrep_is_tempfile(ip) (false) macro
Dnlinks.c175 if (xrep_is_tempfile(p->dp)) in xchk_nlinks_live_update()
393 if (xrep_is_tempfile(dp)) in xchk_nlinks_collect_dir()
657 if (xrep_is_tempfile(ip)) in xchk_nlinks_compare_inode()
Dnlinks_repair.c109 if (xrep_is_tempfile(ip)) in xrep_nlinks_repair_inode()
Dfindparent.c166 if (xrep_is_tempfile(dp)) in xrep_findparent_walk_directory()
Dtempfile.c843 xrep_is_tempfile( in xrep_is_tempfile() function
Dparent.c164 if (dp == sc->ip || xrep_is_tempfile(dp) || in xchk_parent_validate()
Dparent_repair.c472 return ip != rp->sc->ip && !xrep_is_tempfile(ip); in xrep_parent_want_scan()
Dinode_repair.c345 if (xrep_is_tempfile(dp)) in xrep_dinode_findmode_walk_directory()
Ddir_repair.c1176 return ip != rd->sc->ip && !xrep_is_tempfile(ip); in xrep_dir_want_scan()