Searched refs:NB_DONE (Results 1 – 4 of 4) sorted by relevance
| /xnu-8019.80.24/bsd/nfs/ |
| H A D | nfs_bio.c | 1298 while (!ISSET(bp->nb_flags, NB_DONE)) { in nfs_buf_iowait() 1324 if (ISSET(bp->nb_flags, NB_DONE)) { in nfs_buf_iodone() 1340 SET(bp->nb_flags, NB_DONE); /* note that it's done */ in nfs_buf_iodone() 1344 SET(bp->nb_flags, NB_DONE); /* note that it's done */ in nfs_buf_iodone() 1406 SET(bp->nb_flags, NB_DONE); in nfs_buf_write_delayed() 1617 if (ISSET(bp->nb_flags, NB_DONE)) { in nfs_buf_read() 1618 CLR(bp->nb_flags, NB_DONE); in nfs_buf_read() 2332 CLR(bp->nb_flags, (NB_DONE | NB_ERROR | NB_INVAL)); in nfs_bioread() 2400 CLR(bp->nb_flags, (NB_DONE | NB_ERROR | NB_INVAL)); in nfs_bioread() 2511 CLR(bp->nb_flags, (NB_READ | NB_DONE | NB_ERROR | NB_DELWRI)); in nfs_buf_write() [all …]
|
| H A D | nfsnode.h | 154 #define NB_DONE 0x00000200 /* I/O completed. */ 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() 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()
|
| H A D | nfs4_vnops.c | 8473 CLR(bp->nb_flags, (NB_DONE | NB_ASYNC)); in nfs4_named_attr_get()
|