Lines Matching refs:ctxt
208 struct nilfs_btnode_chkey_ctxt *ctxt) in nilfs_btnode_prepare_change_key() argument
212 __u64 oldkey = ctxt->oldkey, newkey = ctxt->newkey; in nilfs_btnode_prepare_change_key()
218 obh = ctxt->bh; in nilfs_btnode_prepare_change_key()
219 ctxt->newbh = NULL; in nilfs_btnode_prepare_change_key()
258 ctxt->newbh = nbh; in nilfs_btnode_prepare_change_key()
284 struct nilfs_btnode_chkey_ctxt *ctxt) in nilfs_btnode_commit_change_key() argument
286 struct buffer_head *obh = ctxt->bh, *nbh = ctxt->newbh; in nilfs_btnode_commit_change_key()
287 __u64 oldkey = ctxt->oldkey, newkey = ctxt->newkey; in nilfs_btnode_commit_change_key()
314 ctxt->bh = nbh; in nilfs_btnode_commit_change_key()
335 struct nilfs_btnode_chkey_ctxt *ctxt) in nilfs_btnode_abort_change_key() argument
337 struct buffer_head *nbh = ctxt->newbh; in nilfs_btnode_abort_change_key()
338 __u64 oldkey = ctxt->oldkey, newkey = ctxt->newkey; in nilfs_btnode_abort_change_key()
345 folio_unlock(ctxt->bh->b_folio); in nilfs_btnode_abort_change_key()