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.h678 __entry->op = call->operation_ID;
737 __entry->op = call->operation_ID;
771 __entry->op = call->operation_ID;
806 __entry->op = call->operation_ID;
845 __entry->op = call->operation_ID;
881 __entry->op = call->operation_ID;
1307 __entry->op_id = call->operation_ID;
1328 __entry->op_id = call->operation_ID;
1787 __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.c298 call->operation_ID = type->op; in afs_alloc_flat_call()
813 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.h184 u32 operation_ID; /* operation ID for an incoming call */ member