xfs_fs_writable
if (xfs_fs_writable(mp, SB_FREEZE_WRITE) && xfs_log_need_covered(mp)) {
if (!xfs_fs_writable(mp, SB_FREEZE_WRITE))
extern bool xfs_fs_writable(struct xfs_mount *mp, int level);