Home
last modified time | relevance | path

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

/openbmc/linux/include/trace/events/
H A Dafs.h546 __entry->op = call->operation_ID;
600 __entry->op = call->operation_ID;
634 __entry->op = call->operation_ID;
669 __entry->op = call->operation_ID;
708 __entry->op = call->operation_ID;
744 __entry->op = call->operation_ID;
1060 __entry->op_id = call->operation_ID;
1081 __entry->op_id = call->operation_ID;
/openbmc/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.c258 call->operation_ID = type->op; in afs_alloc_flat_call()
793 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()
316 if (call->operation_ID == FSFETCHDATA64) { in afs_deliver_fs_fetch_data()
H A Dinternal.h145 u32 operation_ID; /* operation ID for an incoming call */ member