Lines Matching defs:resp
1498 struct nfs_pgio_res *resp = &hdr->res;
1499 u64 size = argp->offset + resp->count;
1588 struct nfs_pgio_res *resp = &hdr->res;
1590 if (resp->count < argp->count) {
1597 if (resp->count == 0) {
1616 if (resp->verf->committed != NFS_UNSTABLE) {
1618 hdr->mds_offset += resp->count;
1619 argp->offset += resp->count;
1620 argp->pgbase += resp->count;
1621 argp->count -= resp->count;
1628 resp->count = 0;
1629 resp->verf->committed = 0;