Searched refs:rwaccess (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/fs/nfsclient/ |
| H A D | nfs_clrpcops.c | 6550 uint32_t rwaccess, int docommit, struct ucred *cred, NFSPROC_T *p) in nfscl_doiods() argument 6581 rwaccess, 1, newcred, p, &stateid, &lckp); in nfscl_doiods() 6590 np->n_fhp->nfh_len, off, rwaccess, &rflp, &recalled); in nfscl_doiods() 6604 if (rwaccess == NFSV4OPEN_ACCESSWRITE || in nfscl_doiods() 6610 rwaccess, NULL, &stateid, off, &layp, newcred, p); in nfscl_doiods() 6634 error = nfscl_findlayoutforio(layp, off, rwaccess, &rflp); in nfscl_doiods() 6650 if (rwaccess == NFSV4OPEN_ACCESSREAD) { in nfscl_doiods() 6699 &eof, &stateid, rwaccess, in nfscl_doiods() 6706 &eof, &stateid, rwaccess, in nfscl_doiods() 6734 if (rwaccess != NFSV4OPEN_ACCESSREAD && in nfscl_doiods() [all …]
|
| H A D | nfs_clstate.c | 5408 uint64_t off, uint32_t rwaccess, struct nfsclflayout **retflpp, in nfscl_getlayout() argument 5425 error = nfscl_findlayoutforio(lyp, off, rwaccess, in nfscl_getlayout()
|