Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/scrub/
Ddir.c492 __be16 *bestp; in xchk_directory_leaf1_bestfree() local
512 bestp = xfs_dir2_leaf_bests_p(ltp); in xchk_directory_leaf1_bestfree()
537 if ((char *)&ents[leafhdr.count] > (char *)bestp) { in xchk_directory_leaf1_bestfree()
557 for (i = 0; i < bestcount; i++, bestp++) { in xchk_directory_leaf1_bestfree()
558 best = be16_to_cpu(*bestp); in xchk_directory_leaf1_bestfree()
585 __be16 *bestp; in xchk_directory_free_bestfree() local
606 bestp = sc->ip->d_ops->free_bests_p(bp->b_addr); in xchk_directory_free_bestfree()
607 for (i = 0; i < freehdr.nvalid; i++, bestp++) { in xchk_directory_free_bestfree()
608 best = be16_to_cpu(*bestp); in xchk_directory_free_bestfree()