Home
last modified time | relevance | path

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

/openbmc/linux/fs/f2fs/
H A Ddir.c170 bool use_hash) in find_in_block() argument
178 return f2fs_find_target_dentry(&d, fname, max_slots, use_hash); in find_in_block()
256 bool use_hash) in f2fs_find_target_dentry() argument
279 if (!use_hash || de->hash_code == fname->hash) { in f2fs_find_target_dentry()
307 bool use_hash) in find_in_level() argument
321 bucket_no = use_hash ? le32_to_cpu(fname->hash) % nbucket : 0; in find_in_level()
342 de = find_in_block(dir, dentry_page, fname, &max_slots, use_hash); in find_in_level()
362 if (likely(use_hash)) { in find_in_level()
381 bool use_hash = true; in __f2fs_find_entry() local
389 de = f2fs_find_in_inline_dir(dir, fname, res_page, 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.h3535 bool use_hash);
4153 bool use_hash);
/openbmc/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) | \
/openbmc/linux/drivers/crypto/
H A Ds5p-sss.c334 bool use_hash; member
2185 pdata->use_hash = true; in s5p_aes_probe()
2192 if (!pdata->use_hash) in s5p_aes_probe()
2196 pdata->use_hash = false; in s5p_aes_probe()
2268 if (pdata->use_hash) { in s5p_aes_probe()
2327 if (pdata->use_hash) { in s5p_aes_remove()
2333 pdata->use_hash = false; in s5p_aes_remove()
/openbmc/linux/drivers/net/ethernet/calxeda/
H A Dxgmac.c1280 bool use_hash = false; in xgmac_set_rx_mode() local
1291 use_hash = true; in xgmac_set_rx_mode()
1295 if (use_hash) { in xgmac_set_rx_mode()
1314 use_hash = true; in xgmac_set_rx_mode()
1317 use_hash = false; in xgmac_set_rx_mode()
1320 if (use_hash) { in xgmac_set_rx_mode()