Home
last modified time | relevance | path

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

/openbmc/linux/fs/verity/
H A Dread_metadata.c21 unsigned int offs_in_page; in fsverity_read_merkle_tree() local
29 offs_in_page = offset_in_page(offset); in fsverity_read_merkle_tree()
43 PAGE_SIZE - offs_in_page); in fsverity_read_merkle_tree()
57 if (copy_to_user(buf, virt + offs_in_page, bytes_to_copy)) { in fsverity_read_merkle_tree()
75 offs_in_page = 0; in fsverity_read_merkle_tree()
/openbmc/linux/drivers/mtd/nand/raw/
H A Dnand_macronix.c378 off_t offs_in_page; in __macronix_30lfxg18ac_rw_otp() local
391 offs_in_page = do_div(page, MACRONIX_30LFXG18AC_OTP_PAGE_SIZE); in __macronix_30lfxg18ac_rw_otp()
401 offs_in_page); in __macronix_30lfxg18ac_rw_otp()
404 ret = nand_prog_page_op(nand, phys_page, offs_in_page, in __macronix_30lfxg18ac_rw_otp()
407 ret = nand_read_page_op(nand, phys_page, offs_in_page, in __macronix_30lfxg18ac_rw_otp()
413 offs_in_page = 0; in __macronix_30lfxg18ac_rw_otp()