Home
last modified time | relevance | path

Searched refs:xfs_parent_valuecheck (Results 1 – 5 of 5) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_parent.c73 xfs_parent_valuecheck( in xfs_parent_valuecheck() function
285 if (!xfs_parent_valuecheck(mp, value, valuelen)) in xfs_parent_from_attr()
328 if (!xfs_parent_valuecheck(mp, pptr, sizeof(*pptr))) in xfs_parent_sanity_check()
H A Dxfs_parent.h12 bool xfs_parent_valuecheck(struct xfs_mount *mp, const void *value,
/linux/fs/xfs/scrub/
H A Dattr.c214 !xfs_parent_valuecheck(sc->mp, value, valuelen)) { in xchk_xattr_actor()
H A Dattr_repair.c181 return xfs_parent_valuecheck(rx->sc->mp, value, valuelen); in xrep_xattr_want_salvage()
/linux/fs/xfs/
H A Dxfs_attr_item.c991 !xfs_parent_valuecheck(mp, iovec->i_addr, value_len)) { in xfs_attri_validate_value_iovec()