Searched refs:l2BlocksPerPage (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/jfs/
H A Djfs_metapage.c578 int l2BlocksPerPage; local
590 l2BlocksPerPage = PAGE_SHIFT - l2bsize;
591 page_index = lblock >> l2BlocksPerPage;
592 page_offset = (lblock - (page_index << l2BlocksPerPage)) << l2bsize;
795 int l2BlocksPerPage = PAGE_SHIFT - ip->i_blkbits; local
796 int BlocksPerPage = 1 << l2BlocksPerPage;
810 page = find_lock_page(mapping, lblock >> l2BlocksPerPage);

Completed in 105 milliseconds