Lines Matching defs:scb
56 struct afs_status_cb *scb)
59 struct afs_file_status *status = &scb->status;
75 scb->have_error = true;
85 scb->have_error = true;
121 scb->have_status = true;
139 struct afs_status_cb *scb)
141 struct afs_callback *cb = &scb->callback;
147 scb->have_cb = true;
251 xdr_decode_AFSFetchStatus(&bp, call, &vp->scb);
252 xdr_decode_AFSCallBack(&bp, call, &vp->scb);
387 xdr_decode_AFSFetchStatus(&bp, call, &vp->scb);
388 xdr_decode_AFSCallBack(&bp, call, &vp->scb);
391 if (subreq->start + subreq->transferred >= vp->scb.status.size)
512 xdr_decode_AFSFetchStatus(&bp, call, &vp->scb);
513 xdr_decode_AFSFetchStatus(&bp, call, &dvp->scb);
514 xdr_decode_AFSCallBack(&bp, call, &vp->scb);
648 xdr_decode_AFSFetchStatus(&bp, call, &vp->scb);
773 xdr_decode_AFSFetchStatus(&bp, call, &vp->scb);
774 xdr_decode_AFSFetchStatus(&bp, call, &dvp->scb);
855 xdr_decode_AFSFetchStatus(&bp, call, &vp->scb);
856 xdr_decode_AFSFetchStatus(&bp, call, &dvp->scb);
950 xdr_decode_AFSFetchStatus(&bp, call, &orig_dvp->scb);
951 xdr_decode_AFSFetchStatus(&bp, call, &new_dvp->scb);
1046 xdr_decode_AFSFetchStatus(&bp, call, &vp->scb);
1788 struct afs_status_cb *scb;
1827 scb = &op->file[0].scb;
1830 scb = &op->file[1].scb;
1833 scb = &op->more_files[call->count - 2].scb;
1838 xdr_decode_AFSFetchStatus(&bp, call, scb);
1875 scb = &op->file[0].scb;
1878 scb = &op->file[1].scb;
1881 scb = &op->more_files[call->count - 2].scb;
1886 xdr_decode_AFSCallBack(&bp, call, scb);
2039 xdr_decode_AFSFetchStatus(&bp, call, &vp->scb);