Searched defs:readahead_issued (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_vnops.c3720 int readahead_issued = 0; local
3790 readahead_issued = 1;
3843 (off != rp->r_nextr && !readahead_issued)) {
3924 if (!readahead_issued && !error) {
H A Dnfs3_vnops.c4624 int readahead_issued = 0; local
4695 readahead_issued = 1;
4748 (off != rp->r_nextr && !readahead_issued)) {
4834 if (!readahead_issued && !error) {
H A Dnfs4_vnops.c9845 int readahead_issued = 0; local
9918 readahead_issued = 1;
9969 (off != rp->r_nextr && !readahead_issued)) {
10055 if (!readahead_issued && !error) {

Completed in 107 milliseconds