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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_super.c575 unsigned int pagefactor = 1; local
595 pagefactor = PAGE_CACHE_SIZE;
598 pagefactor = PAGE_CACHE_SIZE >> (PAGE_CACHE_SHIFT - blockshift);
602 return (((__uint64_t)pagefactor) << bitshift) - 1;

Completed in 73 milliseconds