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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dsnode.h81 u_offset_t s_nextr; /* next byte read offset (read-ahead) */ member in struct:snode
/illumos-gate/usr/src/uts/common/fs/specfs/
H A Dspecsubr.c160 sp->s_nextr = NULL;
238 sp->s_nextr = NULL;
550 sp->s_nextr = NULL;
596 sp->s_nextr = NULL;
H A Dspecvnops.c1863 if (spec_ra && sp->s_nextr == off)
1889 sp->s_nextr = off + PAGESIZE;
1925 sp->s_nextr = io_off1 + io_len1;
1996 sp->s_nextr = off + PAGESIZE;
2130 sp->s_nextr = 0;

Completed in 237 milliseconds