Searched defs:xfs_debug (Results 1 – 2 of 2) sorted by relevance
33 #define xfs_debug(mp, fmt, ...) \ macro36 #define xfs_debug(mp, fmt, ...) do {} while (0) macro
29 void xfs_debug(const struct xfs_mount *mp, const char *fmt, ...) in xfs_debug() function