xfs_parent_valuecheck
if (!xfs_parent_valuecheck(mp, value, valuelen))
if (!xfs_parent_valuecheck(mp, pptr, sizeof(*pptr)))
bool xfs_parent_valuecheck(struct xfs_mount *mp, const void *value,
!xfs_parent_valuecheck(sc->mp, value, valuelen)) {
return xfs_parent_valuecheck(rx->sc->mp, value, valuelen);
!xfs_parent_valuecheck(mp, iovec->iov_base, value_len)) {