HomeSort by: relevance | last modified time | path
    Searched defs:layp (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/nfs/client/
nfs_clrpcops.c 5026 int layouttype, int layoutupdatecnt, uint8_t *layp, struct ucred *cred,
5064 NFSBCOPY(layp, cp, layoutupdatecnt);
5085 uint64_t len, nfsv4stateid_t *stateidp, int layoutcnt, uint32_t *layp,
5118 NFSBCOPY(layp, cp, layoutcnt);
5456 struct nfscllayout *layp; local in function:nfscl_doiods
5483 layp = nfscl_getlayout(nmp->nm_clp, np->n_fhp->nfh_fh,
5485 if (layp == NULL || rflp == NULL) {
5491 if (layp != NULL) {
5492 nfscl_rellayout(layp, (rflp == NULL) ? 1 : 0);
5493 layp = NULL
    [all...]
nfs_clrpcops.c 5026 int layouttype, int layoutupdatecnt, uint8_t *layp, struct ucred *cred,
5064 NFSBCOPY(layp, cp, layoutupdatecnt);
5085 uint64_t len, nfsv4stateid_t *stateidp, int layoutcnt, uint32_t *layp,
5118 NFSBCOPY(layp, cp, layoutcnt);
5456 struct nfscllayout *layp; local in function:nfscl_doiods
5483 layp = nfscl_getlayout(nmp->nm_clp, np->n_fhp->nfh_fh,
5485 if (layp == NULL || rflp == NULL) {
5491 if (layp != NULL) {
5492 nfscl_rellayout(layp, (rflp == NULL) ? 1 : 0);
5493 layp = NULL
    [all...]

Completed in 27 milliseconds