OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BC_INVAL
(Results
1 - 24
of
24
) sorted by relevancy
/src/sys/arch/hppa/hppa/
disksubr.c
198
brelse(bp,
BC_INVAL
);
246
brelse(dbp,
BC_INVAL
);
252
brelse(dbp,
BC_INVAL
);
316
brelse(bp,
BC_INVAL
);
/src/sys/arch/evbppc/evbppc/
disksubr.c
154
brelse(bp,
BC_INVAL
);
/src/sys/sys/
buf.h
178
#define
BC_INVAL
0x00002000 /* Does not contain valid info. */
/src/sys/arch/evbmips/sbmips/
disksubr.c
259
brelse(bp,
BC_INVAL
);
337
brelse(bp,
BC_INVAL
);
/src/sys/arch/sbmips/sbmips/
disksubr.c
259
brelse(bp,
BC_INVAL
);
337
brelse(bp,
BC_INVAL
);
/src/sys/ufs/ffs/
ffs_balloc.c
478
brelse(bp,
BC_INVAL
);
481
brelse(bp,
BC_INVAL
);
507
brelse(bp,
BC_INVAL
);
996
brelse(bp,
BC_INVAL
);
999
brelse(bp,
BC_INVAL
);
1027
brelse(bp,
BC_INVAL
);
ffs_subr.c
131
brelse(*bpp,
BC_INVAL
);
ffs_vfsops.c
1356
brelse(bp,
BC_INVAL
);
1393
brelse(bp,
BC_INVAL
);
1449
bset =
BC_INVAL
;
1456
bset =
BC_INVAL
;
1459
brelse(bp,
BC_INVAL
);
ffs_snapshot.c
360
brelsel(bp,
BC_INVAL
| BC_VFLUSH);
602
brelse(bp,
BC_INVAL
| BC_NOCACHE);
2231
brelse(bp,
BC_INVAL
| BC_VFLUSH);
ffs_inode.c
791
brelse(bp,
BC_INVAL
);
/src/sys/kern/
vfs_bio.c
704
* Note that if buffer is
BC_INVAL
, getblk() won't return it.
1061
SET(bp->b_cflags,
BC_INVAL
);
1071
if (!ISSET(bp->b_cflags,
BC_INVAL
|BC_AGE) &&
1084
if ((bp->b_bufsize <= 0) || ISSET(bp->b_cflags,
BC_INVAL
)) {
1191
!ISSET(bp->b_cflags,
BC_INVAL
)) {
1265
brelsel(bp,
BC_INVAL
);
1290
SET(bp->b_cflags,
BC_INVAL
);
1551
brelsel(bp,
BC_INVAL
);
vfs_subr.c
234
brelsel(bp,
BC_INVAL
| BC_VFLUSH);
262
brelsel(bp,
BC_INVAL
| BC_VFLUSH);
308
brelsel(bp,
BC_INVAL
| BC_VFLUSH);
323
brelsel(bp,
BC_INVAL
| BC_VFLUSH);
vfs_wapbl.c
691
brelse(bp,
BC_INVAL
);
799
brelsel(bp,
BC_INVAL
);
884
brelse(bp,
BC_INVAL
);
1661
KDASSERT(!(bp->b_cflags &
BC_INVAL
));
/src/sys/ufs/ext2fs/
ext2fs_balloc.c
342
brelse(bp,
BC_INVAL
);
ext2fs_inode.c
606
brelse(bp,
BC_INVAL
);
/src/sys/ufs/lfs/
lfs_inode.c
854
brelsel(bp,
BC_INVAL
);
907
brelsel(bp,
BC_INVAL
| BC_VFLUSH);
928
brelsel(bp,
BC_INVAL
| BC_VFLUSH);
lfs_segment.c
1299
KASSERT((bp->b_flags & B_LOCKED) || (bp->b_cflags & (BC_NOCACHE |
BC_INVAL
)));
1394
0 : (
BC_INVAL
| BC_VFLUSH)));
1457
if ((bp->b_cflags &
BC_INVAL
) != 0 && bp->b_iodone == NULL) {
1459
" is
BC_INVAL
\n", bp->b_lblkno));
2266
if (((*bpp)->b_cflags &
BC_INVAL
) != 0 &&
2370
* Fake buffers from the cleaner are marked as
BC_INVAL
.
2375
if ((bp->b_cflags &
BC_INVAL
) != 0 &&
2647
(tbp->b_cflags & (BC_NOCACHE |
BC_INVAL
)));
2665
tbp->b_cflags |=
BC_INVAL
;
lfs_vfsops.c
999
brelse(primarybuf,
BC_INVAL
);
1113
brelse(primarybuf,
BC_INVAL
);
1114
brelse(altbuf,
BC_INVAL
);
1366
brelse(primarybuf,
BC_INVAL
);
1368
brelse(altbuf,
BC_INVAL
);
1861
brelse(bp,
BC_INVAL
);
lfs_bio.c
803
if (!(bp->b_cflags &
BC_INVAL
)) { /*
BC_INVAL
indicates a "fake" buffer */
ulfs_readwrite.c
495
brelse(bp,
BC_INVAL
);
lfs_rfw.c
259
brelse(bp,
BC_INVAL
);
/src/sys/ufs/ufs/
ufs_readwrite.c
537
brelse(bp,
BC_INVAL
);
ufs_vnops.c
1918
SET(bp->b_cflags,
BC_INVAL
);
/src/sys/nfs/
nfs_bio.c
397
brelse(rabp,
BC_INVAL
);
Completed in 47 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026