Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_error.h44 extern bool xfs_errortag_test(struct xfs_mount *mp, const char *expression,
47 ((expr) || xfs_errortag_test((mp), #expr, __FILE__, __LINE__, (tag)))
H A Dxfs_error.c290 xfs_errortag_test( in xfs_errortag_test() function