Lines Matching defs:resp
1510 struct nfs_pgio_res *resp = &hdr->res;
1511 u64 size = argp->offset + resp->count;
1612 struct nfs_pgio_res *resp = &hdr->res;
1614 if (resp->count < argp->count) {
1621 if (resp->count == 0) {
1640 if (resp->verf->committed != NFS_UNSTABLE) {
1642 hdr->mds_offset += resp->count;
1643 argp->offset += resp->count;
1644 argp->pgbase += resp->count;
1645 argp->count -= resp->count;
1652 resp->count = 0;
1653 resp->verf->committed = 0;