Home
last modified time | relevance | path

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

/openbmc/linux/fs/crypto/
H A Dbio.c64 unsigned int bytes_this_page = blocks_this_page << blockbits; in fscrypt_zeroout_range_inline_crypt() local
71 ret = bio_add_page(bio, ZERO_PAGE(0), bytes_this_page, 0); in fscrypt_zeroout_range_inline_crypt()
72 if (WARN_ON_ONCE(ret != bytes_this_page)) { in fscrypt_zeroout_range_inline_crypt()