Searched defs:file_ra_state (Results 1 – 1 of 1) sorted by relevance
656 struct file_ra_state { struct657 unsigned long start; /* Current window */658 unsigned long size;659 unsigned long flags; /* ra flags RA_FLAG_xxx*/660 unsigned long cache_hit; /* cache hit count*/661 unsigned long prev_page; /* Cache last read() position */662 unsigned long ahead_start; /* Ahead window */663 unsigned long ahead_size;664 unsigned long ra_pages; /* Maximum readahead window */665 unsigned long mmap_hit; /* Cache hit stat for mmap accesses */[all …]