Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_error.h145 extern int xfs_error_test(int, int *, char *, int, char *, unsigned long);
153 xfs_error_test((tag), (mp)->m_fixedfsid, #expr, __LINE__, __FILE__, \
158 xfs_error_test((tag), (mp)->m_fixedfsid, "expr", __LINE__, __FILE__, \
Dxfs_error.c96 xfs_error_test(int error_tag, int *fsidp, char *expression, in xfs_error_test() function