Searched refs:bestp (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/fs/xfs/scrub/ |
D | dir.c | 461 __be16 *bestp; in xchk_directory_leaf1_bestfree() local 480 bestp = xfs_dir2_leaf_bests_p(ltp); in xchk_directory_leaf1_bestfree() 509 if ((char *)&leafhdr.ents[leafhdr.count] > (char *)bestp) { in xchk_directory_leaf1_bestfree() 530 for (i = 0; i < bestcount; i++, bestp++) { in xchk_directory_leaf1_bestfree() 531 best = be16_to_cpu(*bestp); in xchk_directory_leaf1_bestfree()
|
/linux-6.6.21/net/netfilter/ |
D | x_tables.c | 348 static int match_revfn(u8 af, const char *name, u8 revision, int *bestp) in match_revfn() argument 356 if (m->revision > *bestp) in match_revfn() 357 *bestp = m->revision; in match_revfn() 365 return match_revfn(NFPROTO_UNSPEC, name, revision, bestp); in match_revfn() 370 static int target_revfn(u8 af, const char *name, u8 revision, int *bestp) in target_revfn() argument 378 if (t->revision > *bestp) in target_revfn() 379 *bestp = t->revision; in target_revfn() 387 return target_revfn(NFPROTO_UNSPEC, name, revision, bestp); in target_revfn()
|