Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_super.c544 unsigned int pagefactor = 1; in xfs_max_file_offset() local
564 pagefactor = PAGE_CACHE_SIZE; in xfs_max_file_offset()
567 pagefactor = PAGE_CACHE_SIZE >> (PAGE_CACHE_SHIFT - blockshift); in xfs_max_file_offset()
571 return (((__uint64_t)pagefactor) << bitshift) - 1; in xfs_max_file_offset()