Lines Matching refs:ctxt
166 struct nilfs_btnode_chkey_ctxt *ctxt) in nilfs_btnode_prepare_change_key() argument
170 __u64 oldkey = ctxt->oldkey, newkey = ctxt->newkey; in nilfs_btnode_prepare_change_key()
176 obh = ctxt->bh; in nilfs_btnode_prepare_change_key()
177 ctxt->newbh = NULL; in nilfs_btnode_prepare_change_key()
223 ctxt->newbh = nbh; in nilfs_btnode_prepare_change_key()
236 struct nilfs_btnode_chkey_ctxt *ctxt) in nilfs_btnode_commit_change_key() argument
238 struct buffer_head *obh = ctxt->bh, *nbh = ctxt->newbh; in nilfs_btnode_commit_change_key()
239 __u64 oldkey = ctxt->oldkey, newkey = ctxt->newkey; in nilfs_btnode_commit_change_key()
267 ctxt->bh = nbh; in nilfs_btnode_commit_change_key()
277 struct nilfs_btnode_chkey_ctxt *ctxt) in nilfs_btnode_abort_change_key() argument
279 struct buffer_head *nbh = ctxt->newbh; in nilfs_btnode_abort_change_key()
280 __u64 oldkey = ctxt->oldkey, newkey = ctxt->newkey; in nilfs_btnode_abort_change_key()
289 unlock_page(ctxt->bh->b_page); in nilfs_btnode_abort_change_key()