Home
last modified time | relevance | path

Searched refs:lustre_errno_ntoh (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_errno.h209 unsigned int lustre_errno_ntoh(unsigned int n);
212 #define lustre_errno_ntoh(n) (n) macro
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Derrno.c358 unsigned int lustre_errno_ntoh(unsigned int n) in lustre_errno_ntoh() function
380 EXPORT_SYMBOL(lustre_errno_ntoh);
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_net.h2679 return -lustre_errno_ntoh(-n); in ptlrpc_status_ntoh()