Lines Matching refs:xfs_mount
5 struct xfs_mount;
8 void xfs_emerg(const struct xfs_mount *mp, const char *fmt, ...);
10 void xfs_alert(const struct xfs_mount *mp, const char *fmt, ...);
12 void xfs_alert_tag(const struct xfs_mount *mp, int tag, const char *fmt, ...);
14 void xfs_crit(const struct xfs_mount *mp, const char *fmt, ...);
16 void xfs_err(const struct xfs_mount *mp, const char *fmt, ...);
18 void xfs_warn(const struct xfs_mount *mp, const char *fmt, ...);
20 void xfs_notice(const struct xfs_mount *mp, const char *fmt, ...);
22 void xfs_info(const struct xfs_mount *mp, const char *fmt, ...);
26 void xfs_debug(const struct xfs_mount *mp, const char *fmt, ...);
29 void xfs_debug(const struct xfs_mount *mp, const char *fmt, ...)
77 void assfail(struct xfs_mount *mp, char *expr, char *f, int l);
78 void asswarn(struct xfs_mount *mp, char *expr, char *f, int l);