Lines Matching refs:ctxt
188 struct nilfs_btnode_chkey_ctxt *ctxt) in nilfs_btnode_prepare_change_key() argument
192 __u64 oldkey = ctxt->oldkey, newkey = ctxt->newkey; in nilfs_btnode_prepare_change_key()
198 obh = ctxt->bh; in nilfs_btnode_prepare_change_key()
199 ctxt->newbh = NULL; in nilfs_btnode_prepare_change_key()
238 ctxt->newbh = nbh; in nilfs_btnode_prepare_change_key()
251 struct nilfs_btnode_chkey_ctxt *ctxt) in nilfs_btnode_commit_change_key() argument
253 struct buffer_head *obh = ctxt->bh, *nbh = ctxt->newbh; in nilfs_btnode_commit_change_key()
254 __u64 oldkey = ctxt->oldkey, newkey = ctxt->newkey; in nilfs_btnode_commit_change_key()
281 ctxt->bh = nbh; in nilfs_btnode_commit_change_key()
291 struct nilfs_btnode_chkey_ctxt *ctxt) in nilfs_btnode_abort_change_key() argument
293 struct buffer_head *nbh = ctxt->newbh; in nilfs_btnode_abort_change_key()
294 __u64 oldkey = ctxt->oldkey, newkey = ctxt->newkey; in nilfs_btnode_abort_change_key()
301 unlock_page(ctxt->bh->b_page); in nilfs_btnode_abort_change_key()