Home
last modified time | relevance | path

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

/mm/
Dfilemap_xip.c454 unsigned blocksize; in xip_truncate_page() local
462 blocksize = 1 << mapping->host->i_blkbits; in xip_truncate_page()
463 length = offset & (blocksize - 1); in xip_truncate_page()
469 length = blocksize - length; in xip_truncate_page()