lfs_bio.c | 157 int cantwait; local in function:lfs_reservebuf 163 cantwait = (VTOI(vp)->i_state & IN_ADIROP) || fs->lfs_unlockvp == vp; 165 while (!cantwait && n > 0 && !lfs_fits_buf(fs, n, bytes)) { 215 int cantwait; local in function:lfs_reserveavail 220 cantwait = (VTOI(vp)->i_state & IN_ADIROP) || fs->lfs_unlockvp == vp; 221 while (!cantwait && fsb > 0 &&
|