Home
last modified time | relevance | path

Searched refs:NB_EINTR (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/bsd/nfs/
H A Dnfsnode.h155 #define NB_EINTR 0x00000400 /* I/O was interrupted */ macro
H A Dnfs_bio.c1307 if (ISSET(bp->nb_flags, NB_EINTR)) { in nfs_buf_iowait()
1308 CLR(bp->nb_flags, NB_EINTR); in nfs_buf_iowait()
2748 SET(bp->nb_flags, NB_EINTR); in nfs_buf_write_finish()