Searched refs:afs_io_error (Results 1 – 2 of 2) sorted by relevance
561 enum afs_io_error { afs_io_errors } __mode(byte); enum1224 TRACE_EVENT(afs_io_error,1225 TP_PROTO(unsigned int call, int error, enum afs_io_error where),1232 __field(enum afs_io_error, where)
1784 static inline int afs_io_error(struct afs_call *call, enum afs_io_error where) in afs_io_error() function