Home
last modified time | relevance | path

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

/linux-6.15/include/trace/events/
H A Dafs.h670 __entry->op = call->operation_ID;
724 __entry->op = call->operation_ID;
758 __entry->op = call->operation_ID;
793 __entry->op = call->operation_ID;
832 __entry->op = call->operation_ID;
868 __entry->op = call->operation_ID;
1294 __entry->op_id = call->operation_ID;
1315 __entry->op_id = call->operation_ID;
1774 __entry->op = call->operation_ID;
/linux-6.15/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()
795 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