Searched refs:xfs_parent_valuecheck (Results 1 – 5 of 5) sorted by relevance
/linux/fs/xfs/libxfs/ |
H A D | xfs_parent.c | 73 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 D | xfs_parent.h | 12 bool xfs_parent_valuecheck(struct xfs_mount *mp, const void *value,
|
/linux/fs/xfs/scrub/ |
H A D | attr.c | 214 !xfs_parent_valuecheck(sc->mp, value, valuelen)) { in xchk_xattr_actor()
|
H A D | attr_repair.c | 181 return xfs_parent_valuecheck(rx->sc->mp, value, valuelen); in xrep_xattr_want_salvage()
|
/linux/fs/xfs/ |
H A D | xfs_attr_item.c | 991 !xfs_parent_valuecheck(mp, iovec->i_addr, value_len)) { in xfs_attri_validate_value_iovec()
|