OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cantwait
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/ufs/lfs/
lfs_bio.c
157
int
cantwait
;
local
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
220
cantwait
= (VTOI(vp)->i_state & IN_ADIROP) || fs->lfs_unlockvp == vp;
221
while (!
cantwait
&& fsb > 0 &&
lfs_bio.c
157
int
cantwait
;
local
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
220
cantwait
= (VTOI(vp)->i_state & IN_ADIROP) || fs->lfs_unlockvp == vp;
221
while (!
cantwait
&& fsb > 0 &&
Completed in 33 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026