Searched defs:BLOCKS_PER_PAGE (Results 1 - 1 of 1) sorted by relevance

/mm/
H A Dshmem.c70 #define BLOCKS_PER_PAGE (PAGE_CACHE_SIZE/512) macro
221 inode->i_blocks -= freed * BLOCKS_PER_PAGE;
991 inode->i_blocks += BLOCKS_PER_PAGE;
1019 inode->i_blocks -= BLOCKS_PER_PAGE;

Completed in 9 milliseconds