Home
last modified time | relevance | path

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

/linux-4.4.14/fs/nilfs2/
Dbtnode.c245 struct page *opage; in nilfs_btnode_commit_change_key() local
251 opage = obh->b_page; in nilfs_btnode_commit_change_key()
252 if (unlikely(oldkey != opage->index)) in nilfs_btnode_commit_change_key()
253 NILFS_PAGE_BUG(opage, in nilfs_btnode_commit_change_key()
265 opage->index = obh->b_blocknr = newkey; in nilfs_btnode_commit_change_key()
266 unlock_page(opage); in nilfs_btnode_commit_change_key()
/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_io.c233 struct osc_page *opage, unsigned to) in osc_page_touch() argument
235 struct cl_page *page = opage->ops_cl.cpl_page; in osc_page_touch()
236 struct cl_object *obj = opage->ops_cl.cpl_obj; in osc_page_touch()