Home
last modified time | relevance | path

Searched refs:B_LOCKED (Results 1 – 10 of 10) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/ufs/ufs/
H A Dufs_wapbl.c142 KASSERT((bp->b_flags & B_LOCKED) != 0); in ufs_wapbl_verify_inodes()
160 KASSERT((bp->b_flags & B_LOCKED) != 0); in ufs_wapbl_verify_inodes()
/dports/sysutils/udfclient/UDFclient.0.8.11/
H A Dudf_unix.h88 #define B_LOCKED 0x00004000 /* Locked in core (not reusable). */ macro
/dports/misc/rump/buildrump.sh-b914579/src/sys/sys/
H A Dbuf.h196 #define B_LOCKED 0x00004000 /* Locked in core (not reusable). */ macro
/dports/misc/rump/buildrump.sh-b914579/src/sys/kern/
H A Dvfs_bio.c1011 if (ISSET(bp->b_flags, B_LOCKED)) in brelsel()
1027 !ISSET(bp->b_flags, B_LOCKED) && bp->b_error == 0) { in brelsel()
1044 if (ISSET(bp->b_flags, B_LOCKED)) { in brelsel()
1082 if (ISSET(bp->b_flags, B_LOCKED)) { in brelsel()
1195 if (ISSET(bp->b_flags, B_LOCKED)) { in getblk()
H A Dvfs_wapbl.c1079 if (bp->b_flags & B_LOCKED) { in wapbl_add_buf()
1101 bp->b_flags |= B_LOCKED; in wapbl_add_buf()
1121 KASSERT(bp->b_flags & B_LOCKED); in wapbl_remove_buf_locked()
1138 bp->b_flags &= ~B_LOCKED; in wapbl_remove_buf_locked()
1162 if (bp->b_flags & B_LOCKED) { in wapbl_resize_buf()
1427 KDASSERT(!(bp->b_flags & B_LOCKED)); in wapbl_biodone()
2248 KASSERT(bp->b_flags & B_LOCKED); in wapbl_write_blocks()
/dports/misc/rump/buildrump.sh-b914579/src/sys/ufs/lfs/
H A Dlfs_bio.c414 KASSERT(((bp->b_oflags | bp->b_flags) & (BO_DELWRI|B_LOCKED)) in lfs_bwrite_ext()
451 if ((bp->b_flags & B_LOCKED) == 0) { in lfs_bwrite_ext()
H A Dlfs_accessors.h596 if (((bp)->b_flags & B_LOCKED) == 0 && bp->b_iodone == NULL) { \
602 (bp)->b_flags |= B_LOCKED; \
606 if (((bp)->b_flags & B_LOCKED) != 0 && bp->b_iodone == NULL) { \
615 (bp)->b_flags &= ~B_LOCKED; \
H A Dlfs_balloc.c451 if (((*bpp)->b_flags & B_LOCKED) != 0 && in lfs_fragextend()
H A Dlfs_segment.c1424 if (!(bp->b_flags & B_LOCKED)) {
2605 KASSERT(tbp->b_flags & B_LOCKED);
2616 (B_LOCKED | BO_DELWRI)) == B_LOCKED)
H A Dlfs_inode.c374 if ((bp->b_flags & B_LOCKED) != 0 && bp->b_iodone == NULL) { in lfs_truncate()