Lines Matching refs:b_flags
540 uint32_t save = bp->b_flags & B_CACHE; in fuse_write_biobackend()
542 bp->b_flags |= save; in fuse_write_biobackend()
588 bp->b_flags |= B_CACHE; in fuse_write_biobackend()
589 bp->b_flags &= ~B_INVAL; in fuse_write_biobackend()
592 if ((bp->b_flags & B_CACHE) == 0) { in fuse_write_biobackend()
695 bp->b_flags |= B_FUSEFS_WRITE_CACHE; in fuse_write_biobackend()
699 bp->b_flags &= ~B_FUSEFS_WRITE_CACHE; in fuse_write_biobackend()
704 bp->b_flags |= B_CLUSTEROK; in fuse_write_biobackend()
709 bp->b_flags |= B_CLUSTEROK; in fuse_write_biobackend()
720 bp->b_flags |= B_CLUSTEROK; in fuse_write_biobackend()
724 bp->b_flags &= ~B_CLUSTEROK; in fuse_write_biobackend()
785 bp->b_flags &= ~B_INVAL; in fuse_io_strategy()
788 KASSERT(!(bp->b_flags & B_DONE), in fuse_io_strategy()
875 bool pages = bp->b_flags & B_FUSEFS_WRITE_CACHE; in fuse_io_strategy()
880 bp->b_flags &= ~(B_INVAL | B_NOCACHE); in fuse_io_strategy()
881 if ((bp->b_flags & B_PAGING) == 0) { in fuse_io_strategy()
883 bp->b_flags &= ~B_DONE; in fuse_io_strategy()
886 (bp->b_flags & B_ASYNC) == 0) in fuse_io_strategy()
887 bp->b_flags |= B_EINTR; in fuse_io_strategy()
891 bp->b_flags |= B_INVAL; in fuse_io_strategy()