Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/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()