Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/
Dxfs_super.c519 unsigned int pagefactor = 1; in xfs_max_file_offset() local
534 pagefactor = PAGE_SIZE; in xfs_max_file_offset()
538 return (((uint64_t)pagefactor) << bitshift) - 1; in xfs_max_file_offset()