Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ufs/
H A Dinode.c1056 struct page *lastpage; in ufs_alloc_lastblock() local
1067 lastpage = ufs_get_locked_page(mapping, lastfrag >> in ufs_alloc_lastblock()
1069 if (IS_ERR(lastpage)) { in ufs_alloc_lastblock()
1075 bh = page_buffers(lastpage); in ufs_alloc_lastblock()
1094 set_page_dirty(lastpage); in ufs_alloc_lastblock()
1112 ufs_put_locked_page(lastpage); in ufs_alloc_lastblock()
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dmt9m111.c243 int lastpage; /* PageMap cache value */ member
308 if (page == mt9m111->lastpage) in reg_page_map_set()
315 mt9m111->lastpage = page; in reg_page_map_set()
1337 mt9m111->lastpage = -1; in mt9m111_probe()
/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/
H A Dnand_base.c52 int lastpage = (mtd->erasesize / mtd->writesize) - 1; in nand_pairing_dist3_get_info() local
55 if (page == lastpage) in nand_pairing_dist3_get_info()