Home
last modified time | relevance | path

Searched refs:operation_ID (Results 1 – 5 of 5) sorted by relevance

/linux/include/trace/events/
H A Dafs.h661 __entry->op = call->operation_ID;
715 __entry->op = call->operation_ID;
749 __entry->op = call->operation_ID;
784 __entry->op = call->operation_ID;
823 __entry->op = call->operation_ID;
859 __entry->op = call->operation_ID;
1285 __entry->op_id = call->operation_ID;
1306 __entry->op_id = call->operation_ID;
1761 __entry->op = call->operation_ID;
/linux/fs/afs/
H A Dcmservice.c110 _enter("{%u, CB.OP %u}", call->service_id, call->operation_ID); in afs_cm_incoming_call()
112 switch (call->operation_ID) { in afs_cm_incoming_call()
H A Drxrpc.c279 call->operation_ID = type->op; in afs_alloc_flat_call()
789 call->operation_ID = ntohl(call->tmp); in afs_deliver_cm_op_id()
H A Dfsclient.c60 bool inline_error = (call->operation_ID == afs_FS_InlineBulkStatus); in xdr_decode_AFSFetchStatus()
318 if (call->operation_ID == FSFETCHDATA64) { in afs_deliver_fs_fetch_data()
H A Dinternal.h181 u32 operation_ID; /* operation ID for an incoming call */ member