Searched refs:NB_ERROR (Results 1 – 4 of 4) sorted by relevance
| /xnu-8019.80.24/bsd/nfs/ |
| H A D | nfs_bio.c | 1135 …if (ISSET(bp->nb_flags, NB_ERROR) || (!nfs_buf_pgs_is_set(&bp->nb_dirty) && (ISSET(bp->nb_flags, N… in nfs_buf_release() 1204 if (ISSET(bp->nb_flags, NB_ERROR) || in nfs_buf_release() 1310 } else if (ISSET(bp->nb_flags, NB_ERROR)) { in nfs_buf_iowait() 1646 if (!ISSET(bp->nb_flags, NB_ERROR)) { in nfs_buf_read_finish() 1701 SET(bp->nb_flags, NB_ERROR); in nfs_buf_read_rpc() 1715 SET(bp->nb_flags, NB_ERROR); in nfs_buf_read_rpc() 1738 if (ISSET(bp->nb_flags, NB_ERROR)) { in nfs_buf_read_rpc() 1761 if (ISSET(bp->nb_flags, NB_ERROR)) { in nfs_buf_read_rpc() 1773 SET(bp->nb_flags, NB_ERROR); in nfs_buf_read_rpc() 1832 SET(bp->nb_flags, NB_ERROR); in nfs_buf_read_rpc_finish() [all …]
|
| H A D | nfsnode.h | 156 #define NB_ERROR 0x00000800 /* I/O error occurred. */ macro
|
| H A D | nfs_vnops.c | 2177 CLR(bp->nb_flags, (NB_DONE | NB_ERROR | NB_INVAL | NB_ASYNC | NB_READ)); in nfs_vnop_setattr() 2834 SET(bp->nb_flags, NB_ERROR); in nfs_vnop_readlink() 3327 CLR(bp->nb_flags, (NB_DONE | NB_ERROR | NB_INVAL)); in nfs_vnop_write() 3353 CLR(bp->nb_flags, (NB_DONE | NB_ERROR | NB_INVAL)); in nfs_vnop_write() 3631 if (ISSET(bp->nb_flags, NB_ERROR)) { in nfs_vnop_write() 3652 SET(bp->nb_flags, NB_ERROR); in nfs_vnop_write()
|
| H A D | nfs4_vnops.c | 8479 SET(bp->nb_flags, NB_ERROR); in nfs4_named_attr_get() 8495 } else if ((retlen < rlen) && !ISSET(bp->nb_flags, NB_ERROR)) { in nfs4_named_attr_get()
|