Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/scrub/
H A Ddir.c494 __be16 *bestp; in xchk_directory_leaf1_bestfree() local
513 bestp = xfs_dir2_leaf_bests_p(ltp); in xchk_directory_leaf1_bestfree()
538 if ((char *)&leafhdr.ents[leafhdr.count] > (char *)bestp) { in xchk_directory_leaf1_bestfree()
559 for (i = 0; i < bestcount; i++, bestp++) { in xchk_directory_leaf1_bestfree()
560 best = be16_to_cpu(*bestp); in xchk_directory_leaf1_bestfree()
/kernel/linux/linux-6.6/fs/xfs/scrub/
H A Ddir.c461 __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()
/kernel/linux/linux-5.10/net/netfilter/
H A Dx_tables.c328 static int match_revfn(u8 af, const char *name, u8 revision, int *bestp) in match_revfn() argument
336 if (m->revision > *bestp) in match_revfn()
337 *bestp = m->revision; in match_revfn()
345 return match_revfn(NFPROTO_UNSPEC, name, revision, bestp); in match_revfn()
350 static int target_revfn(u8 af, const char *name, u8 revision, int *bestp) in target_revfn() argument
358 if (t->revision > *bestp) in target_revfn()
359 *bestp = t->revision; in target_revfn()
367 return target_revfn(NFPROTO_UNSPEC, name, revision, bestp); in target_revfn()
/kernel/linux/linux-6.6/net/netfilter/
H A Dx_tables.c348 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()

Completed in 8 milliseconds