Home
last modified time | relevance | path

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

/fs/
Dread_write.c213 #define MAX_RW_COUNT (INT_MAX & PAGE_CACHE_MASK) macro
239 return count > MAX_RW_COUNT ? MAX_RW_COUNT : count; in rw_verify_area()