Searched refs:newfmt (Results 1 – 1 of 1) sorted by relevance
222 char *newfmt; in xfs_fs_vcmn_err() local225 newfmt = kmem_alloc(len, KM_SLEEP); in xfs_fs_vcmn_err()226 sprintf(newfmt, "Filesystem \"%s\": %s", mp->m_fsname, fmt); in xfs_fs_vcmn_err()227 icmn_err(level, newfmt, ap); in xfs_fs_vcmn_err()228 kmem_free(newfmt, len); in xfs_fs_vcmn_err()