Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
A Dalloc.c44 int has_otherrec; in xchk_allocbt_xref_other() local
54 error = xfs_alloc_lookup_le(*pcur, agbno, len, &has_otherrec); in xchk_allocbt_xref_other()
57 if (!has_otherrec) { in xchk_allocbt_xref_other()
62 error = xfs_alloc_get_rec(*pcur, &fbno, &flen, &has_otherrec); in xchk_allocbt_xref_other()
65 if (!has_otherrec) { in xchk_allocbt_xref_other()

Completed in 4 milliseconds