Searched refs:B_EINTR (Results 1 – 5 of 5) sorted by relevance
380 bp->b_flags |= B_EINTR; in smbfs_doio()386 bp->b_flags |= B_EINTR; in smbfs_doio()
224 #define B_EINTR 0x00000400 /* I/O was interrupted */ macro
887 bp->b_flags |= B_EINTR; in fuse_io_strategy()
1725 * by setting B_EINTR. For the B_ASYNC case, B_EINTR in ncl_doio() 1736 * B_EINTR isn't set. One cause of this is a stale stateid in ncl_doio() 1767 bp->b_flags |= B_EINTR;
4567 if (bp->b_flags & B_EINTR) { in bufwait()4568 bp->b_flags &= ~B_EINTR; in bufwait()