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.c428 xfs_ino_t *alleged_child) in xrep_metapath_try_link() argument
475 *alleged_child = ino; in xrep_metapath_try_link()
526 xfs_ino_t *alleged_child) in xrep_metapath_try_unlink() argument
533 ASSERT(*alleged_child != sc->ip->i_ino); in xrep_metapath_try_unlink()
536 *alleged_child); in xrep_metapath_try_unlink()
546 error = xchk_iget(sc, *alleged_child, &ip); in xrep_metapath_try_unlink()
588 if (ino != *alleged_child) { in xrep_metapath_try_unlink()
589 *alleged_child = ino; in xrep_metapath_try_unlink()
652 xfs_ino_t alleged_child; in xrep_metapath() local
655 error = xrep_metapath_try_link(mpath, &alleged_child); in xrep_metapath()
[all …]