Searched refs:B_INVAL (Results 1 – 20 of 20) sorted by relevance
1235 bp->b_flags = B_INVAL; in bufinit()1391 if (((bp->b_flags & B_INVAL) == 0 && BUF_ISLOCKED(bp)) || in isbufbusy()1392 ((bp->b_flags & (B_DELWRI | B_INVAL)) == B_DELWRI)) in isbufbusy()1879 bp->b_flags |= B_INVAL; in buf_recycle()2199 rabp->b_flags &= ~B_INVAL; in breada()2272 bp->b_flags &= ~B_INVAL; in breadn_flags()2325 bp->b_flags |= B_INVAL | B_RELBUF; in bufwrite()2330 if ((bp->b_flags & B_INVAL) != 0) { in bufwrite()2463 if (bp->b_flags & B_INVAL) { in bdwrite()2741 bp->b_flags |= B_INVAL | B_RELBUF | B_NOCACHE; in brelse()[all …]
149 if (rbp == NULL || (rbp->b_flags & B_INVAL)) in cluster_read()242 bp->b_flags &= ~B_INVAL; in cluster_read()302 rbp->b_flags &= ~B_INVAL; in cluster_read()580 tbp->b_flags &= ~B_INVAL; in cluster_callback()839 if ((tbp->b_flags & (B_INVAL | B_DELWRI)) != B_DELWRI) { in cluster_wbuild()933 B_INVAL | B_DELWRI | B_NEEDCOMMIT)) in cluster_wbuild()
2483 if (((bp->b_flags & (B_DELWRI | B_INVAL)) == B_DELWRI) && in flushbuflist()2492 bp->b_flags |= (B_INVAL | B_RELBUF); in flushbuflist()2669 bp->b_flags |= B_INVAL | B_RELBUF; in v_inval_buf_range_locked()
87 #define B_INVAL 0x01 macro
589 bp->b_flags &= ~B_INVAL; in fuse_write_biobackend()785 bp->b_flags &= ~B_INVAL; in fuse_io_strategy()880 bp->b_flags &= ~(B_INVAL | B_NOCACHE); in fuse_io_strategy()891 bp->b_flags |= B_INVAL; in fuse_io_strategy()
518 rabp->b_flags |= B_INVAL; in ncl_bioread() 657 * no error + B_INVAL == directory EOF, in ncl_bioread() 660 if (error == 0 && (bp->b_flags & B_INVAL)) in ncl_bioread() 689 (bp->b_flags & B_INVAL) == 0 && in ncl_bioread() 701 rabp->b_flags |= B_INVAL; in ncl_bioread() 1111 bp->b_flags &= ~B_INVAL; in ncl_write() 1282 * The caller must carefully deal with the possible B_INVAL state of in nfs_getcacheblk() 1283 * the buffer. ncl_doio() clears B_INVAL (and ncl_asyncio() clears it in nfs_getcacheblk() 1285 * the B_INVAL state. We have to be a little more careful when dealing in nfs_getcacheblk() 1399 * Note: ncl_asyncio() does not clear (BIO_ERROR|B_INVAL) bu in ncl_asyncio() [all...]
145 bp->b_flags |= B_INVAL | B_NOCACHE; in ffs_susp_rdwr()
1219 bp->b_flags |= B_INVAL | B_NOCACHE; in ffs_use_bread() 2192 bp->b_flags |= B_INVAL; in ffs_backgroundwritedone() 2229 if (bp->b_flags & B_INVAL) {2289 newbp->b_flags &= ~B_INVAL; in ffs_bufwrite()
522 bp->b_flags |= B_INVAL | B_RELBUF | B_NOCACHE; in ffs_balloc_ufs1()1150 bp->b_flags |= B_INVAL | B_RELBUF | B_NOCACHE; in ffs_balloc_ufs2()
809 bp->b_flags |= B_INVAL | B_NOCACHE; in ffs_indirtrunc()
3707 bp->b_flags |= B_INVAL | B_NOCACHE; in softdep_process_journal() 3733 bp->b_flags &= ~B_INVAL; in softdep_process_journal() 3985 bp->b_flags |= B_INVAL | B_NOCACHE; in handle_written_jseg() 7405 bp->b_flags |= B_INVAL | B_NOCACHE | B_RELBUF; in trunc_dependencies() 7571 bp->b_flags |= B_INVAL | B_NOCACHE; in deallocate_dependencies() 8471 bp->b_flags |= B_INVAL | B_NOCACHE; in indir_trunc() 11284 if ((bp->b_ioflags & BIO_ERROR) != 0 && (bp->b_flags & B_INVAL) == 0) { in softdep_disk_write_complete() 12018 sbp->b_flags |= B_INVAL | B_NOCACHE; in handle_written_indirdep()
3063 bp->b_flags |= B_INVAL | B_NOCACHE; in ffs_getcg()3083 bp->b_flags |= B_INVAL | B_NOCACHE; in ffs_getcg()
983 bp->b_flags |= B_INVAL | B_RELBUF | B_NOCACHE; in ffs_write()
506 bp->b_flags |= B_INVAL | B_NOCACHE; in ffs_snapshot()
172 bp->b_flags &= ~B_INVAL; in readindir()
174 bp->b_flags |= B_INVAL; in ext2_indirtrunc()
117 bp->b_flags &= ~B_INVAL; in readindir()
227 #define B_INVAL 0x00002000 /* Does not contain valid info. */ macro
378 bp->b_flags &= ~(B_INVAL|B_NOCACHE); in smbfs_doio()
1807 if ((bp->b_flags & (B_DELWRI|B_INVAL)) == in nfsvno_fsync()