Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nilfs2/
Dbtnode.c248 struct page *opage; in nilfs_btnode_commit_change_key() local
254 opage = obh->b_page; in nilfs_btnode_commit_change_key()
255 if (unlikely(oldkey != opage->index)) in nilfs_btnode_commit_change_key()
256 NILFS_PAGE_BUG(opage, in nilfs_btnode_commit_change_key()
268 opage->index = obh->b_blocknr = newkey; in nilfs_btnode_commit_change_key()
269 unlock_page(opage); in nilfs_btnode_commit_change_key()