Home
last modified time | relevance | path

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

/Linux-v5.10/include/trace/events/
Dafs.h657 __entry->op = call->operation_ID;
709 __entry->op = call->operation_ID;
743 __entry->op = call->operation_ID;
778 __entry->op = call->operation_ID;
817 __entry->op = call->operation_ID;
853 __entry->op = call->operation_ID;
1178 __entry->op_id = call->operation_ID;
1199 __entry->op_id = call->operation_ID;
/Linux-v5.10/fs/afs/
Dcmservice.c119 _enter("{%u, CB.OP %u}", call->service_id, call->operation_ID); in afs_cm_incoming_call()
121 switch (call->operation_ID) { in afs_cm_incoming_call()
Drxrpc.c251 call->operation_ID = type->op; in afs_alloc_flat_call()
818 call->operation_ID = ntohl(call->tmp); in afs_deliver_cm_op_id()
Dfsclient.c59 bool inline_error = (call->operation_ID == afs_FS_InlineBulkStatus); in xdr_decode_AFSFetchStatus()
317 if (call->operation_ID == FSFETCHDATA64) { in afs_deliver_fs_fetch_data()
Dinternal.h143 u32 operation_ID; /* operation ID for an incoming call */ member