HomeSort by: relevance | last modified time | path
    Searched defs:cantwait (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/ufs/lfs/
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 &&
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 &&

Completed in 22 milliseconds