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

/xnu-2422.115.4/bsd/nfs/
H A Dnfs_bio.c518 while (pg >= 0 && NBPGVALID(bp,pg))
524 while (pg < npg && NBPGVALID(bp,pg))
1030 if (!NBPGVALID(bp,i))
2109 if (!NBPGVALID(bp,pg)) {
H A Dnfsnode.h181 #define NBPGVALID(BP,P) (((BP)->nb_valid >> (P)) & 0x1) macro
H A Dnfs_vnops.c2841 if (!poff || NBPGVALID(eofbp,i)) {
2893 if (firstpgoff && !NBPGVALID(bp,firstpg)) {
2898 if (lastpgoff && !NBPGVALID(bp,lastpg)) {
2935 if (NBPGVALID(bp,((start-1)/PAGE_SIZE)))
2981 if (NBPGVALID(bp,end/PAGE_SIZE))

Completed in 95 milliseconds