Lines Matching defs:rwaccess
6379 uint32_t rwaccess, int docommit, struct ucred *cred, NFSPROC_T *p)
6410 rwaccess, 1, newcred, p, &stateid, &lckp);
6419 np->n_fhp->nfh_len, off, rwaccess, &rflp, &recalled);
6433 if (rwaccess == NFSV4OPEN_ACCESSWRITE ||
6439 rwaccess, NULL, &stateid, off, &layp, newcred, p);
6463 error = nfscl_findlayoutforio(layp, off, rwaccess, &rflp);
6479 if (rwaccess == NFSV4OPEN_ACCESSREAD) {
6528 &eof, &stateid, rwaccess,
6535 &eof, &stateid, rwaccess,
6563 if (rwaccess != NFSV4OPEN_ACCESSREAD &&
6570 if (mirrorcnt > 1 && rwaccess ==
6582 rwaccess == NFSV4OPEN_ACCESSREAD) {
6591 else if (rwaccess == NFSV4OPEN_ACCESSREAD)
6604 else if (mirrorcnt > 1 && rwaccess ==
6631 nfscl_findlayoutforio(struct nfscllayout *lyp, uint64_t off, uint32_t rwaccess,
6638 rw = rwaccess;