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.h544 __entry->op = call->operation_ID;
598 __entry->op = call->operation_ID;
632 __entry->op = call->operation_ID;
667 __entry->op = call->operation_ID;
706 __entry->op = call->operation_ID;
742 __entry->op = call->operation_ID;
1058 __entry->op_id = call->operation_ID;
1079 __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()
787 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