Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/scrub/
H 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()
/kernel/linux/linux-6.6/fs/xfs/scrub/
H A Dalloc.c53 int has_otherrec; in xchk_allocbt_xref_other() local
63 error = xfs_alloc_lookup_le(*pcur, agbno, len, &has_otherrec); in xchk_allocbt_xref_other()
66 if (!has_otherrec) { in xchk_allocbt_xref_other()
71 error = xfs_alloc_get_rec(*pcur, &fbno, &flen, &has_otherrec); in xchk_allocbt_xref_other()
74 if (!has_otherrec) { in xchk_allocbt_xref_other()

Completed in 2 milliseconds