Searched refs:unmarshall (Results 1 – 6 of 6) sorted by relevance
/linux/fs/afs/ |
H A D | cmservice.c | 196 _enter("{%u}", call->unmarshall); in afs_deliver_cb_callback() 198 switch (call->unmarshall) { in afs_deliver_cb_callback() 201 call->unmarshall++; in afs_deliver_cb_callback() 221 call->unmarshall++; in afs_deliver_cb_callback() 230 _debug("unmarshall FID array"); in afs_deliver_cb_callback() 246 call->unmarshall++; in afs_deliver_cb_callback() 262 call->unmarshall++; in afs_deliver_cb_callback() 273 call->unmarshall++; in afs_deliver_cb_callback() 322 _enter("{%u}", call->unmarshall); in afs_deliver_cb_init_call_back_state3() 324 switch (call->unmarshall) { in afs_deliver_cb_init_call_back_state3() [all...] |
H A D | vlclient.c | 30 /* unmarshall the reply once we've received all of it */ in afs_deliver_vl_get_entry_by_name_u() 181 call->unmarshall, iov_iter_count(call->iter), call->count); in afs_deliver_vl_get_addrs_u() 183 switch (call->unmarshall) { in afs_deliver_vl_get_addrs_u() 187 call->unmarshall++; in afs_deliver_vl_get_addrs_u() 210 call->unmarshall++; in afs_deliver_vl_get_addrs_u() 236 call->unmarshall++; in afs_deliver_vl_get_addrs_u() 323 call->unmarshall, iov_iter_count(call->iter), call->count); in afs_deliver_vl_get_capabilities() 325 switch (call->unmarshall) { in afs_deliver_vl_get_capabilities() 328 call->unmarshall++; in afs_deliver_vl_get_capabilities() 340 call->unmarshall in afs_deliver_vl_get_capabilities() [all...] |
H A D | yfsclient.c | 362 call->unmarshall, call->iov_len, iov_iter_count(call->iter), in yfs_deliver_fs_fetch_data64() 365 switch (call->unmarshall) { in yfs_deliver_fs_fetch_data64() 369 call->unmarshall++; in yfs_deliver_fs_fetch_data64() 390 call->unmarshall++; in yfs_deliver_fs_fetch_data64() 409 call->unmarshall = 3; in yfs_deliver_fs_fetch_data64() 421 call->unmarshall = 4; in yfs_deliver_fs_fetch_data64() 442 call->unmarshall++; in yfs_deliver_fs_fetch_data64() 518 _enter("{%u}", call->unmarshall); in yfs_deliver_fs_create_vnode() 524 /* unmarshall the reply once we've received all of it */ in yfs_deliver_fs_create_vnode() 651 _enter("{%u}", call->unmarshall); in yfs_deliver_fs_remove_file2() [all...] |
H A D | fsclient.c | 249 /* unmarshall the reply once we've received all of it */ in afs_deliver_fs_fetch_status() 311 call->unmarshall, call->iov_len, iov_iter_count(call->iter), in afs_deliver_fs_fetch_data() 314 switch (call->unmarshall) { in afs_deliver_fs_fetch_data() 317 call->unmarshall++; in afs_deliver_fs_fetch_data() 344 call->unmarshall++; in afs_deliver_fs_fetch_data() 364 call->unmarshall = 3; in afs_deliver_fs_fetch_data() 376 call->unmarshall = 4; in afs_deliver_fs_fetch_data() 394 call->unmarshall++; in afs_deliver_fs_fetch_data() 509 /* unmarshall the reply once we've received all of it */ in afs_deliver_fs_create_vnode() 646 /* unmarshall th in afs_deliver_fs_file_status_and_vol() [all...] |
H A D | internal.h | 172 unsigned char unmarshall; /* unmarshalling phase */ member
|
/linux/include/trace/events/ |
H A D | afs.h | 612 __field(unsigned short, unmarshall) 620 __entry->unmarshall = call->unmarshall; 629 __entry->unmarshall, 643 __field(unsigned short, unmarshall) 649 __entry->unmarshall = call->unmarshall; 654 __entry->state, __entry->unmarshall)
|