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

/netbsd-6-1-5-RELEASE/sys/fs/puffs/
H A Dpuffs_vnops.c2828 int i, npages, si, streakon; local
2906 for (i = 0, si = 0, streakon = 0; i < npages; i++) {
2908 if (streakon && write) {
2909 streakon = 0;
2916 if (streakon == 0 && write) {
2917 streakon = 1;
2925 if (streakon) {

Completed in 106 milliseconds