Searched refs:next_sfep (Results 1 – 2 of 2) sorted by relevance
626 struct xfs_dir2_sf_entry *next_sfep; in xfs_dir2_sf_verify() local686 next_sfep = dops->sf_nextentry(sfp, sfep); in xfs_dir2_sf_verify()687 if (endp < (char *)next_sfep) in xfs_dir2_sf_verify()709 sfep = next_sfep; in xfs_dir2_sf_verify()
912 struct xfs_attr_sf_entry *next_sfep; in xfs_attr_shortform_verify() local953 next_sfep = XFS_ATTR_SF_NEXTENTRY(sfep); in xfs_attr_shortform_verify()954 if ((char *)next_sfep > endp) in xfs_attr_shortform_verify()973 sfep = next_sfep; in xfs_attr_shortform_verify()