Home
last modified time | relevance | path

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

/Linux-v6.1/include/trace/events/
Dafs.h718 __entry->op = call->operation_ID;
772 __entry->op = call->operation_ID;
806 __entry->op = call->operation_ID;
841 __entry->op = call->operation_ID;
880 __entry->op = call->operation_ID;
916 __entry->op = call->operation_ID;
1232 __entry->op_id = call->operation_ID;
1253 __entry->op_id = call->operation_ID;
/Linux-v6.1/fs/afs/
Dcmservice.c108 _enter("{%u, CB.OP %u}", call->service_id, call->operation_ID); in afs_cm_incoming_call()
110 switch (call->operation_ID) { in afs_cm_incoming_call()
Drxrpc.c255 call->operation_ID = type->op; in afs_alloc_flat_call()
783 call->operation_ID = ntohl(call->tmp); in afs_deliver_cm_op_id()
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()
Dinternal.h144 u32 operation_ID; /* operation ID for an incoming call */ member