Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Dmetapath.c509 xfs_ino_t *alleged_child) in xrep_metapath_try_link() argument
556 *alleged_child = ino; in xrep_metapath_try_link()
607 xfs_ino_t *alleged_child) in xrep_metapath_try_unlink() argument
614 ASSERT(*alleged_child != I_INO(sc->ip)); in xrep_metapath_try_unlink()
617 *alleged_child); in xrep_metapath_try_unlink()
627 error = xchk_iget(sc, *alleged_child, &ip); in xrep_metapath_try_unlink()
671 if (ino != *alleged_child) { in xrep_metapath_try_unlink()
672 *alleged_child = ino; in xrep_metapath_try_unlink()
735 xfs_ino_t alleged_child; in xrep_metapath() local
738 error = xrep_metapath_try_link(mpath, &alleged_child); in xrep_metapath()
[all …]