Searched refs:MAX_RW_COUNT (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/
H A Dread_write.c230 #define MAX_RW_COUNT (INT_MAX & PAGE_CACHE_MASK) macro
256 return count > MAX_RW_COUNT ? MAX_RW_COUNT : count;

Completed in 187 milliseconds