Lines Matching refs:ctxt
171 struct nilfs_btnode_chkey_ctxt *ctxt) in nilfs_btnode_prepare_change_key() argument
175 __u64 oldkey = ctxt->oldkey, newkey = ctxt->newkey; in nilfs_btnode_prepare_change_key()
181 obh = ctxt->bh; in nilfs_btnode_prepare_change_key()
182 ctxt->newbh = NULL; in nilfs_btnode_prepare_change_key()
228 ctxt->newbh = nbh; in nilfs_btnode_prepare_change_key()
241 struct nilfs_btnode_chkey_ctxt *ctxt) in nilfs_btnode_commit_change_key() argument
243 struct buffer_head *obh = ctxt->bh, *nbh = ctxt->newbh; in nilfs_btnode_commit_change_key()
244 __u64 oldkey = ctxt->oldkey, newkey = ctxt->newkey; in nilfs_btnode_commit_change_key()
272 ctxt->bh = nbh; in nilfs_btnode_commit_change_key()
282 struct nilfs_btnode_chkey_ctxt *ctxt) in nilfs_btnode_abort_change_key() argument
284 struct buffer_head *nbh = ctxt->newbh; in nilfs_btnode_abort_change_key()
285 __u64 oldkey = ctxt->oldkey, newkey = ctxt->newkey; in nilfs_btnode_abort_change_key()
294 unlock_page(ctxt->bh->b_page); in nilfs_btnode_abort_change_key()