Home
last modified time | relevance | path

Searched refs:B_RETRYWRI (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dbuf.h186 #define B_RETRYWRI 0x400000 /* retry write til works or bfinval */ macro
331 (bp)->b_flags |= B_RETRYWRI; \
339 (bp)->b_flags |= B_RETRYWRI; \
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_bio.h74 (bp)->b_flags |= B_RETRYWRI; \
/illumos-gate/usr/src/uts/common/os/
H A Dbio.c425 if ((bp->b_flags & (B_ERROR | B_DELWRI | B_RETRYWRI)) == B_RETRYWRI) { in brelse()
426 bp->b_flags &= ~B_RETRYWRI; in brelse()
445 if ((bp->b_flags & (B_READ | B_RETRYWRI)) == B_RETRYWRI) { in brelse()
1083 ~(B_BUSY | B_DELWRI | B_RETRYWRI); in bfinval()
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_inode.c1113 bp->b_flags &= ~(B_DELWRI | B_RETRYWRI); in indirtrunc()