Searched refs:B_DONE (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.1-release/sys/fs/fuse/
H A Dfuse_io.c644 KASSERT(!(bp->b_flags & B_DONE),
716 bp->b_flags &= ~B_DONE;
/freebsd-10.1-release/sys/kern/
H A Dvfs_cluster.c825 tbp->b_flags &= ~B_DONE;
950 tbp->b_flags &= ~B_DONE;
997 tbp->b_flags &= ~(B_DONE | B_BARRIER);
H A Dvfs_bio.c1204 bp->b_flags &= ~B_DONE;
1374 * B_DONE to ensure that any asynchronization of the buffer properly
1375 * clears B_DONE ( else a panic will occur later ).
1400 bp->b_flags |= /* XXX B_DONE | */ B_DELWRI;
2992 * The buffers B_DONE bit will be cleared on return, making it almost
3174 bp->b_flags &= ~B_DONE;
3260 bp->b_flags &= ~B_DONE;
3628 * is left locked and B_DONE on return. B_EINTR is converted into an EINTR
3746 KASSERT(!(bp->b_flags & B_DONE), ("biodone: bp %p already done", bp));
4346 bp->b_flags |= B_DONE;
[all...]
/freebsd-10.1-release/sys/sys/
H A Dbuf.h202 #define B_DONE 0x00000200 /* I/O completed. */ macro
/freebsd-10.1-release/sys/ufs/ffs/
H A Dffs_rawread.c251 bp->b_flags |= B_DONE;
H A Dffs_snapshot.c1121 if ((bp->b_flags & (B_DONE | B_DELWRI)) == 0 &&
1405 if ((bp->b_flags & (B_DONE | B_DELWRI)) == 0 &&
H A Dffs_alloc.c336 bp->b_flags |= B_DONE;
404 bp->b_flags |= B_DONE;
/freebsd-10.1-release/cddl/contrib/opensolaris/lib/libzpool/common/
H A Dkernel.c1166 ASSERT((bp->b_flags & B_DONE) == 0);
1167 bp->b_flags |= B_DONE;
/freebsd-10.1-release/sys/fs/ext2fs/
H A Dext2_inode.c392 if ((bp->b_flags & (B_DONE | B_DELWRI)) == 0) {
/freebsd-10.1-release/sys/fs/nfsclient/
H A Dnfs_clbio.c1634 KASSERT(!(bp->b_flags & B_DONE), ("ncl_doio: bp %p already marked done", bp));
1822 bp->b_flags &= ~B_DONE;
H A Dnfs_clvnops.c2596 KASSERT(!(bp->b_flags & B_DONE),
2597 ("nfs_strategy: buffer %p unexpectedly marked B_DONE", bp));
2741 * NOTE: we are not clearing B_DONE here, so we have
2833 bp->b_flags &= ~B_DONE;
3185 bp->b_flags &= ~B_DONE;
3337 * NOTE: B_DONE may or may not be set in a_bp on call.
/freebsd-10.1-release/sys/nfsclient/
H A Dnfs_bio.c1546 KASSERT(!(bp->b_flags & B_DONE), ("nfs_doio: bp %p already marked done", bp));
1728 bp->b_flags &= ~B_DONE;
H A Dnfs_vnops.c2937 KASSERT(!(bp->b_flags & B_DONE),
2938 ("nfs_strategy: buffer %p unexpectedly marked B_DONE", bp));
3068 * NOTE: we are not clearing B_DONE here, so we have
3160 bp->b_flags &= ~B_DONE;
3375 bp->b_flags &= ~B_DONE;
3527 * NOTE: B_DONE may or may not be set in a_bp on call.
/freebsd-10.1-release/cddl/contrib/opensolaris/lib/libzpool/common/sys/
H A Dzfs_context.h788 #define B_DONE 0x0002 macro
/freebsd-10.1-release/sys/fs/smbfs/
H A Dsmbfs_io.c384 bp->b_flags &= ~B_DONE;

Completed in 359 milliseconds