Searched refs:loud (Results 1 - 3 of 3) sorted by relevance

/fs/xfs/
H A Dxfs_error.c95 xfs_errortag_clearall(xfs_mount_t *mp, int loud) argument
118 if (loud || cleared)
H A Dxfs_error.h132 extern int xfs_errortag_clearall(struct xfs_mount *mp, int loud);
136 #define xfs_errortag_clearall(mp, loud) (ENOSYS)
H A Dxfs_mount.c281 int loud = !(flags & XFS_MFSI_QUIET); local
306 if (loud)
324 if (loud)
334 if (loud)
348 buf_ops = loud ? &xfs_sb_buf_ops : &xfs_sb_quiet_buf_ops;

Completed in 78 milliseconds