Home
last modified time | relevance | path

Searched refs:opage (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/fs/nilfs2/
Dbtnode.c231 struct page *opage; in nilfs_btnode_commit_change_key() local
237 opage = obh->b_page; in nilfs_btnode_commit_change_key()
238 if (unlikely(oldkey != opage->index)) in nilfs_btnode_commit_change_key()
239 NILFS_PAGE_BUG(opage, in nilfs_btnode_commit_change_key()
251 opage->index = obh->b_blocknr = newkey; in nilfs_btnode_commit_change_key()
252 unlock_page(opage); in nilfs_btnode_commit_change_key()