Searched refs:key_block (Results 1 – 8 of 8) sorted by relevance
/linux/fs/ubifs/ |
H A D | gc.c | 128 unsigned int blka = key_block(c, &sa->key); in data_nodes_cmp() 129 unsigned int blkb = key_block(c, &sb->key); in data_nodes_cmp()
|
H A D | key.h | 392 static inline unsigned int key_block(const struct ubifs_info *c, in key_block() function
|
H A D | tnc.c | 1556 unsigned int block = key_block(c, &bu->key); in ubifs_tnc_get_bu_keys() 1622 next_block = key_block(c, key); in ubifs_tnc_get_bu_keys() 1664 block = key_block(c, &bu->key) + bu->blk_cnt; in ubifs_tnc_get_bu_keys() 1667 if (key_block(c, &bu->zbranch[bu->cnt - 1].key) < block) in ubifs_tnc_get_bu_keys() 3564 block = key_block(c, key); in dbg_check_inode_size()
|
H A D | debug.c | 112 get_key_type(type), key_block(c, key)); in dbg_snprintf_key() 2363 blka = key_block(c, &sa->key); in dbg_check_data_nodes_order() 2364 blkb = key_block(c, &sb->key); in dbg_check_data_nodes_order() 2453 hasha = key_block(c, &sa->key); in dbg_check_nondata_nodes_order() 2454 hashb = key_block(c, &sb->key); in dbg_check_nondata_nodes_order()
|
H A D | file.c | 627 } else if (key_block(c, &bu->zbranch[nn].key) == page_block) { in populate_page() 658 } else if (key_block(c, &bu->zbranch[nn].key) < page_block) { in populate_page()
|
H A D | journal.c | 866 (unsigned long)key_inum(c, key), key_block(c, key), len); in ubifs_jnl_write_data() 903 err = ubifs_encrypt(inode, data, compr_len, &out_len, key_block(c, key)); in ubifs_jnl_write_data()
|
H A D | replay.c | 756 key_block(c, &snod->key) * in replay_bud()
|
/linux/drivers/s390/crypto/ |
H A D | zcrypt_ccamisc.c | 965 struct key_block { in _ip_cprb_helper() struct 1028 preq_key_block = (struct key_block __force *) in _ip_cprb_helper() 1031 preq_key_block->len = sizeof(struct key_block) + n; in _ip_cprb_helper()
|