Searched refs:oldkey (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/nilfs2/ |
| H A D | btnode.c | 214 __u64 oldkey = ctxt->oldkey, newkey = ctxt->newkey; in nilfs_btnode_prepare_change_key() local 217 if (oldkey == newkey) in nilfs_btnode_prepare_change_key() 228 if (unlikely(oldkey != ofolio->index)) in nilfs_btnode_prepare_change_key() 231 (unsigned long long)oldkey, in nilfs_btnode_prepare_change_key() 289 __u64 oldkey = ctxt->oldkey, newkey = ctxt->newkey; in nilfs_btnode_commit_change_key() local 292 if (oldkey == newkey) in nilfs_btnode_commit_change_key() 297 if (unlikely(oldkey != ofolio->index)) in nilfs_btnode_commit_change_key() 300 (unsigned long long)oldkey, in nilfs_btnode_commit_change_key() 305 __xa_erase(&btnc->i_pages, oldkey); in nilfs_btnode_commit_change_key() 340 __u64 oldkey = ctxt->oldkey, newkey = ctxt->newkey; in nilfs_btnode_abort_change_key() local [all …]
|
| H A D | btnode.h | 27 __u64 oldkey; member
|
| H A D | btree.c | 1942 path[level].bp_ctxt.oldkey = path[level].bp_oldreq.bpr_ptr; in nilfs_btree_prepare_update_v() 2220 path[level].bp_ctxt.oldkey = ptr; in nilfs_btree_assign_p()
|
| /linux/arch/s390/mm/ |
| H A D | pgtable.c | 840 unsigned char key, unsigned char *oldkey, in cond_set_guest_storage_key() argument 851 if (oldkey) in cond_set_guest_storage_key() 852 *oldkey = tmp; in cond_set_guest_storage_key()
|
| /linux/arch/s390/include/asm/ |
| H A D | pgtable.h | 1380 unsigned char key, unsigned char *oldkey,
|