Searched refs:unmarshall (Results 1 - 6 of 6) sorted by relevance

/linux-master/fs/afs/
H A Dvlclient.c30 /* unmarshall the reply once we've received all of it */
181 call->unmarshall, iov_iter_count(call->iter), call->count);
183 switch (call->unmarshall) {
187 call->unmarshall++;
210 call->unmarshall++;
236 call->unmarshall++;
323 call->unmarshall, iov_iter_count(call->iter), call->count);
325 switch (call->unmarshall) {
328 call->unmarshall++;
340 call->unmarshall
[all...]
H A Dcmservice.c239 _enter("{%u}", call->unmarshall);
241 switch (call->unmarshall) {
244 call->unmarshall++;
264 call->unmarshall++;
273 _debug("unmarshall FID array");
289 call->unmarshall++;
305 call->unmarshall++;
316 call->unmarshall++;
378 _enter("{%u}", call->unmarshall);
380 switch (call->unmarshall) {
[all...]
H A Dyfsclient.c361 call->unmarshall, call->iov_len, iov_iter_count(call->iter),
364 switch (call->unmarshall) {
368 call->unmarshall++;
389 call->unmarshall++;
407 call->unmarshall = 3;
419 call->unmarshall = 4;
440 call->unmarshall++;
512 _enter("{%u}", call->unmarshall);
518 /* unmarshall the reply once we've received all of it */
645 _enter("{%u}", call->unmarshall);
[all...]
H A Dfsclient.c249 /* unmarshall the reply once we've received all of it */
310 call->unmarshall, call->iov_len, iov_iter_count(call->iter),
313 switch (call->unmarshall) {
316 call->unmarshall++;
343 call->unmarshall++;
361 call->unmarshall = 3;
373 call->unmarshall = 4;
391 call->unmarshall++;
501 /* unmarshall the reply once we've received all of it */
638 /* unmarshall th
[all...]
H A Dinternal.h169 unsigned char unmarshall; /* unmarshalling phase */ member in struct:afs_call
/linux-master/include/trace/events/
H A Dafs.h546 __field(unsigned short, unmarshall)
554 __entry->unmarshall = call->unmarshall;
563 __entry->unmarshall,
577 __field(unsigned short, unmarshall)
583 __entry->unmarshall = call->unmarshall;
588 __entry->state, __entry->unmarshall)

Completed in 435 milliseconds