Searched refs:chain2 (Results 1 – 3 of 3) sorted by relevance
1226 Indirect chain[4], chain2[4]; in ext4_ind_remove_space() local1301 if (partial2 == chain2) { in ext4_ind_remove_space()1324 while (partial2 > chain2) { in ext4_ind_remove_space()1328 (chain2+n2-1) - partial2); in ext4_ind_remove_space()1340 int level = min(partial - chain, partial2 - chain2); in ext4_ind_remove_space()1379 while (partial > chain || partial2 > chain2) { in ext4_ind_remove_space()1381 int depth2 = (chain2+n2-1) - partial2; in ext4_ind_remove_space()1383 if (partial > chain && partial2 > chain2 && in ext4_ind_remove_space()1410 if (partial2 > chain2 && depth2 <= depth) { in ext4_ind_remove_space()1414 (chain2+n2-1) - partial2); in ext4_ind_remove_space()[all …]
401 chain2_id=`keyctl add keyring chain2 "" @s`414 If the final end-entity certificate is successfully added to the "chain2"
2296 struct nft_chain *chain2; in nf_tables_updchain() local2298 chain2 = nft_chain_lookup(ctx->net, table, in nf_tables_updchain()2300 if (!IS_ERR(chain2)) { in nf_tables_updchain()
Completed in 27 milliseconds