Home
last modified time | relevance | path

Searched refs:unmarshall (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/fs/afs/
Dcmservice.c172 _enter("{%u},{%u},%d", call->unmarshall, skb->len, last); in afs_deliver_cb_callback()
174 switch (call->unmarshall) { in afs_deliver_cb_callback()
177 call->unmarshall++; in afs_deliver_cb_callback()
198 call->unmarshall++; in afs_deliver_cb_callback()
227 call->unmarshall++; in afs_deliver_cb_callback()
244 call->unmarshall++; in afs_deliver_cb_callback()
269 call->unmarshall++; in afs_deliver_cb_callback()
442 _enter("{%u},{%u},%d", call->unmarshall, skb->len, last); in afs_deliver_cb_probe_uuid()
449 switch (call->unmarshall) { in afs_deliver_cb_probe_uuid()
455 call->unmarshall++; in afs_deliver_cb_probe_uuid()
[all …]
Dfsclient.c315 _enter("{%u},{%u},%d", call->unmarshall, skb->len, last); in afs_deliver_fs_fetch_data()
317 switch (call->unmarshall) { in afs_deliver_fs_fetch_data()
320 call->unmarshall++; in afs_deliver_fs_fetch_data()
322 call->unmarshall++; in afs_deliver_fs_fetch_data()
343 call->unmarshall++; in afs_deliver_fs_fetch_data()
361 call->unmarshall++; in afs_deliver_fs_fetch_data()
380 call->unmarshall++; in afs_deliver_fs_fetch_data()
399 call->unmarshall++; in afs_deliver_fs_fetch_data()
620 _enter("{%u},{%u},%d", call->unmarshall, skb->len, last); in afs_deliver_fs_create_vnode()
719 _enter("{%u},{%u},%d", call->unmarshall, skb->len, last); in afs_deliver_fs_remove()
[all …]
Dinternal.h113 unsigned char unmarshall; /* unmarshalling phase */ member