Searched refs:chain2 (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/fs/ext4/ |
H A D | indirect.c | 1241 Indirect chain[4], chain2[4]; in ext4_ind_remove_space() local 1314 partial2 = p2 = ext4_find_shared(inode, n2, offsets2, chain2, &nr2); in ext4_ind_remove_space() 1316 if (partial2 == chain2) { in ext4_ind_remove_space() 1339 while (partial2 > chain2) { in ext4_ind_remove_space() 1343 (chain2+n2-1) - partial2); in ext4_ind_remove_space() 1351 partial2 = p2 = ext4_find_shared(inode, n2, offsets2, chain2, &nr2); in ext4_ind_remove_space() 1355 int level = min(partial - chain, partial2 - chain2); in ext4_ind_remove_space() 1394 while (partial > chain || partial2 > chain2) { in ext4_ind_remove_space() 1396 int depth2 = (chain2+n2-1) - partial2; in ext4_ind_remove_space() 1398 if (partial > chain && partial2 > chain2 && in ext4_ind_remove_space() [all …]
|
/openbmc/qemu/tests/unit/ |
H A D | test-crypto-tlscredsx509.c | 627 TLS_TEST_REG(chain2, false, in main()
|
/openbmc/linux/Documentation/crypto/ |
H A D | asymmetric-keys.rst | 401 chain2_id=`keyctl add keyring chain2 "" @s` 414 If the final end-entity certificate is successfully added to the "chain2"
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | runqueue.py | 530 def chain_compare_equal(chain1, chain2): argument 534 if len(chain1) != len(chain2): 537 if chain1[index] != chain2[index]:
|
/openbmc/linux/net/netfilter/ |
H A D | nf_tables_api.c | 2644 struct nft_chain *chain2; in nf_tables_updchain() local 2646 chain2 = nft_chain_lookup(ctx->net, table, in nf_tables_updchain() 2648 if (!IS_ERR(chain2)) { in nf_tables_updchain()
|