Searched refs:NB_READ (Results 1 – 4 of 4) sorted by relevance
| /xnu-8019.80.24/bsd/nfs/ |
| H A D | nfs_bio.c | 481 if (!ISSET(bp->nb_flags, NB_READ)) { in nfs_buf_upl_setup() 1049 SET(bp->nb_flags, NB_READ); in nfs_buf_get() 1051 CLR(bp->nb_flags, NB_READ); in nfs_buf_get() 1137 if (ISSET(bp->nb_flags, (NB_READ | NB_INVAL | NB_NOCACHE))) { in nfs_buf_release() 1328 if (!ISSET(bp->nb_flags, NB_READ)) { in nfs_buf_iodone() 1614 if (!ISSET(bp->nb_flags, NB_READ)) { in nfs_buf_read() 2061 SET(bp->nb_flags, (NB_READ | NB_ASYNC)); in nfs_buf_readahead() 2399 SET(bp->nb_flags, NB_READ); in nfs_bioread() 2511 CLR(bp->nb_flags, (NB_READ | NB_DONE | NB_ERROR | NB_DELWRI)); in nfs_buf_write() 2539 if (!IS_VALID_CRED(cred) && ISSET(bp->nb_flags, NB_READ)) { in nfs_buf_write() [all …]
|
| H A D | nfsnode.h | 161 #define NB_READ 0x00100000 /* Read buffer. */ 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()
|
| H A D | nfs4_vnops.c | 8474 SET(bp->nb_flags, NB_READ); in nfs4_named_attr_get()
|