Home
last modified time | relevance | path

Searched refs:afs_io_error (Results 1 – 2 of 2) sorted by relevance

/linux/include/trace/events/
H A Dafs.h561 enum afs_io_error { afs_io_errors } __mode(byte); enum
1224 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)
/linux/fs/afs/
H A Dinternal.h1784 static inline int afs_io_error(struct afs_call *call, enum afs_io_error where) in afs_io_error() function