Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/orangefs/
A Dprotocol.h82 #define ORANGEFS_ERROR_BIT (1 << 30) macro
103 #define ORANGEFS_ECANCEL (1|ORANGEFS_NON_ERRNO_ERROR_BIT|ORANGEFS_ERROR_BIT)
104 #define ORANGEFS_EDEVINIT (2|ORANGEFS_NON_ERRNO_ERROR_BIT|ORANGEFS_ERROR_BIT)
105 #define ORANGEFS_EDETAIL (3|ORANGEFS_NON_ERRNO_ERROR_BIT|ORANGEFS_ERROR_BIT)
106 #define ORANGEFS_EHOSTNTFD (4|ORANGEFS_NON_ERRNO_ERROR_BIT|ORANGEFS_ERROR_BIT)
107 #define ORANGEFS_EADDRNTFD (5|ORANGEFS_NON_ERRNO_ERROR_BIT|ORANGEFS_ERROR_BIT)
108 #define ORANGEFS_ENORECVR (6|ORANGEFS_NON_ERRNO_ERROR_BIT|ORANGEFS_ERROR_BIT)
109 #define ORANGEFS_ETRYAGAIN (7|ORANGEFS_NON_ERRNO_ERROR_BIT|ORANGEFS_ERROR_BIT)
110 #define ORANGEFS_ENOTPVFS (8|ORANGEFS_NON_ERRNO_ERROR_BIT|ORANGEFS_ERROR_BIT)
111 #define ORANGEFS_ESECURITY (9|ORANGEFS_NON_ERRNO_ERROR_BIT|ORANGEFS_ERROR_BIT)
A Dorangefs-utils.c503 ORANGEFS_ERROR_BIT)) == ORANGEFS_ECANCEL) { in orangefs_normalize_to_errno()
518 } else if ((-error_code) & ORANGEFS_ERROR_BIT) { in orangefs_normalize_to_errno()
519 i = (-error_code) & ~(ORANGEFS_ERROR_BIT|ORANGEFS_ERROR_CLASS_BITS); in orangefs_normalize_to_errno()
A Ddevorangefs-req.c505 op->downcall.status = -(ORANGEFS_ERROR_BIT | 9); in orangefs_devreq_write_iter()
510 op->downcall.status = -(ORANGEFS_ERROR_BIT | 8); in orangefs_devreq_write_iter()

Completed in 6 milliseconds