Home
last modified time | relevance | path

Searched refs:opcode_offset (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dlproc_ptlrpc.c168 __u32 offset = opcode_offset(opcode); in ll_opcode2str()
1127 int opc = opcode_offset(op); in ptlrpc_lprocfs_rpc_sent()
Dservice.c1999 int opc = opcode_offset(op); in ptlrpc_server_handle_request()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlprocfs_status.h209 static inline int opcode_offset(__u32 opc) { in opcode_offset() function
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dlprocfs_status.c807 j = opcode_offset(OST_READ + rw) + EXTRA_MAX_OPCODES; in lprocfs_rd_import()