Searched refs:bestp (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/fs/xfs/scrub/ |
| D | dir.c | 485 __be16 *bestp; in xchk_directory_leaf1_bestfree() local 505 bestp = xfs_dir2_leaf_bests_p(ltp); in xchk_directory_leaf1_bestfree() 530 if ((char *)&ents[leafhdr.count] > (char *)bestp) { in xchk_directory_leaf1_bestfree() 550 for (i = 0; i < bestcount; i++, bestp++) { in xchk_directory_leaf1_bestfree() 551 best = be16_to_cpu(*bestp); in xchk_directory_leaf1_bestfree() 578 __be16 *bestp; in xchk_directory_free_bestfree() local 599 bestp = sc->ip->d_ops->free_bests_p(bp->b_addr); in xchk_directory_free_bestfree() 600 for (i = 0; i < freehdr.nvalid; i++, bestp++) { in xchk_directory_free_bestfree() 601 best = be16_to_cpu(*bestp); in xchk_directory_free_bestfree()
|
| /Linux-v5.4/net/netfilter/ |
| D | x_tables.c | 328 static int match_revfn(u8 af, const char *name, u8 revision, int *bestp) in match_revfn() argument 335 if (m->revision > *bestp) in match_revfn() 336 *bestp = m->revision; in match_revfn() 343 return match_revfn(NFPROTO_UNSPEC, name, revision, bestp); in match_revfn() 348 static int target_revfn(u8 af, const char *name, u8 revision, int *bestp) in target_revfn() argument 355 if (t->revision > *bestp) in target_revfn() 356 *bestp = t->revision; in target_revfn() 363 return target_revfn(NFPROTO_UNSPEC, name, revision, bestp); in target_revfn()
|