OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:B_INVAL
(Results
1 - 9
of
9
) sorted by relevancy
/src/sbin/fsck_lfs/
bufcache.h
100
#define
B_INVAL
0x00002000 /* Does not contain valid info. */
bufcache.c
314
if (bp->b_flags &
B_INVAL
) {
segwrite.c
323
assert(!(bp->b_flags &
B_INVAL
));
976
bp->b_flags |= B_DONE |
B_INVAL
;
lfs.c
512
bp->b_flags |=
B_INVAL
;
545
bp->b_flags |=
B_INVAL
;
/src/sys/fs/nfs/client/
nfs_clbio.c
484
rabp->b_flags |=
B_INVAL
;
605
* no error +
B_INVAL
== directory EOF,
608
if (error == 0 && (bp->b_flags &
B_INVAL
))
636
(bp->b_flags &
B_INVAL
) == 0 &&
647
rabp->b_flags |=
B_INVAL
;
1088
bp->b_flags &= ~
B_INVAL
;
1252
* The caller must carefully deal with the possible
B_INVAL
state of
1253
* the buffer. ncl_doio() clears
B_INVAL
(and ncl_asyncio() clears it
1255
* the
B_INVAL
state. We have to be a little more careful when dealing
1371
* Note: ncl_asyncio() does not clear (BIO_ERROR|
B_INVAL
) but when the b
[
all
...]
nfs_clvnops.c
3169
if (bp->b_flags &
B_INVAL
) {
/src/libexec/lfs_cleanerd/
coalesce.c
357
brelse(bp,
B_INVAL
);
lfs_cleanerd.c
1338
brelse(bp,
B_INVAL
);
/src/sys/fs/nfs/server/
nfs_nfsdport.c
1352
* should not be set if
B_INVAL
is set there could be
1361
if ((bp->b_flags & (B_DELWRI|
B_INVAL
)) ==
Completed in 22 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025