Searched refs:next_sfep (Results 1 – 2 of 2) sorted by relevance
716 struct xfs_dir2_sf_entry *next_sfep; in xfs_dir2_sf_verify() local768 next_sfep = xfs_dir2_sf_nextentry(mp, sfp, sfep); in xfs_dir2_sf_verify()769 if (endp < (char *)next_sfep) in xfs_dir2_sf_verify()791 sfep = next_sfep; in xfs_dir2_sf_verify()
1050 struct xfs_attr_sf_entry *next_sfep; in xfs_attr_shortform_verify() local1091 next_sfep = xfs_attr_sf_nextentry(sfep); in xfs_attr_shortform_verify()1092 if ((char *)next_sfep > endp) in xfs_attr_shortform_verify()1111 sfep = next_sfep; in xfs_attr_shortform_verify()