Home
last modified time | relevance | path

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

/linux-4.19.296/crypto/
Dcrypto_user.c49 static struct crypto_alg *crypto_alg_match(struct crypto_user_alg *p, int exact) in crypto_alg_match() argument
67 else if (!exact) in crypto_alg_match()
411 int exact = 0; in crypto_add_alg() local
424 exact = 1; in crypto_add_alg()
426 if (priority && !exact) in crypto_add_alg()
429 alg = crypto_alg_match(p, exact); in crypto_add_alg()
Dapi.c67 int exact, fuzzy; in __crypto_alg_lookup() local
80 exact = !strcmp(q->cra_driver_name, name); in __crypto_alg_lookup()
82 if (!exact && !(fuzzy && q->cra_priority > best)) in __crypto_alg_lookup()
93 if (exact) in __crypto_alg_lookup()
/linux-4.19.296/fs/gfs2/
Drgrp.h31 extern struct gfs2_rgrpd *gfs2_blk2rgrpd(struct gfs2_sbd *sdp, u64 blk, bool exact);
Drgrp.c512 struct gfs2_rgrpd *gfs2_blk2rgrpd(struct gfs2_sbd *sdp, u64 blk, bool exact) in gfs2_blk2rgrpd() argument
528 if (exact) { in gfs2_blk2rgrpd()
/linux-4.19.296/fs/ubifs/
Dtnc.c1217 int err, exact; in ubifs_lookup_level0() local
1236 exact = ubifs_search_zbranch(c, znode, key, n); in ubifs_lookup_level0()
1258 if (exact || !is_hash_key(c, key) || *n != -1) { in ubifs_lookup_level0()
1259 dbg_tnc("found %d, lvl %d, n %d", exact, znode->level, *n); in ubifs_lookup_level0()
1260 return exact; in ubifs_lookup_level0()
1353 int err, exact; in lookup_level0_dirty() local
1375 exact = ubifs_search_zbranch(c, znode, key, n); in lookup_level0_dirty()
1402 if (exact || !is_hash_key(c, key) || *n != -1) { in lookup_level0_dirty()
1403 dbg_tnc("found %d, lvl %d, n %d", exact, znode->level, *n); in lookup_level0_dirty()
1404 return exact; in lookup_level0_dirty()
[all …]
/linux-4.19.296/include/linux/
Dqcom-geni-se.h413 bool exact);
Dphy.h697 size_t maxbit, bool exact);