Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_super.c535 unsigned int pagefactor = 1; in xfs_max_file_offset() local
555 pagefactor = PAGE_SIZE; in xfs_max_file_offset()
558 pagefactor = PAGE_SIZE >> (PAGE_SHIFT - blockshift); in xfs_max_file_offset()
562 return (((uint64_t)pagefactor) << bitshift) - 1; in xfs_max_file_offset()