Home
last modified time | relevance | path

Searched refs:use_hash (Results 1 – 6 of 6) sorted by relevance

/linux/fs/f2fs/
H A Ddir.c195 bool use_hash) in find_in_block() argument
203 return f2fs_find_target_dentry(&d, fname, max_slots, use_hash); in find_in_block()
229 bool use_hash) in f2fs_find_target_dentry() argument
252 if (!use_hash || de->hash_code == fname->hash) { in f2fs_find_target_dentry()
280 bool use_hash) in find_in_level() argument
293 bucket_no = use_hash ? le32_to_cpu(fname->hash) % nbucket : 0; in find_in_level()
315 de = find_in_block(dir, dentry_folio, fname, &max_slots, use_hash); in find_in_level()
335 if (likely(use_hash)) { in find_in_level()
354 bool use_hash = true; in __f2fs_find_entry() local
362 de = f2fs_find_in_inline_dir(dir, fname, res_folio, use_hash); in __f2fs_find_entry()
[all …]
H A Dinline.c357 bool use_hash) in f2fs_find_in_inline_dir() argument
374 de = f2fs_find_target_dentry(&d, fname, NULL, use_hash); in f2fs_find_in_inline_dir()
H A Df2fs.h3849 bool use_hash);
4503 bool use_hash);
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc_hash.h18 #define KEX_LD_CFG_USE_HASH(use_hash, bytesm1, hdr_ofs, ena, flags_ena, key_ofs) \ argument
19 ((use_hash) << 20 | ((bytesm1) << 16) | ((hdr_ofs) << 8) | \
/linux/drivers/crypto/
H A Ds5p-sss.c329 bool use_hash; member
2161 pdata->use_hash = true; in s5p_aes_probe()
2168 if (!pdata->use_hash) in s5p_aes_probe()
2172 pdata->use_hash = false; in s5p_aes_probe()
2244 if (pdata->use_hash) { in s5p_aes_probe()
2303 if (pdata->use_hash) { in s5p_aes_remove()
2309 pdata->use_hash = false; in s5p_aes_remove()
/linux/drivers/net/ethernet/calxeda/
H A Dxgmac.c1278 bool use_hash = false; in xgmac_set_rx_mode() local
1289 use_hash = true; in xgmac_set_rx_mode()
1293 if (use_hash) { in xgmac_set_rx_mode()
1312 use_hash = true; in xgmac_set_rx_mode()
1315 use_hash = false; in xgmac_set_rx_mode()
1318 if (use_hash) { in xgmac_set_rx_mode()