Home
last modified time | relevance | path

Searched refs:next_sfep (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/fs/xfs/libxfs/
Dxfs_dir2_sf.c626 struct xfs_dir2_sf_entry *next_sfep; in xfs_dir2_sf_verify() local
686 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()
Dxfs_attr_leaf.c905 struct xfs_attr_sf_entry *next_sfep; in xfs_attr_shortform_verify() local
944 next_sfep = XFS_ATTR_SF_NEXTENTRY(sfep); in xfs_attr_shortform_verify()
945 if ((char *)next_sfep > endp) in xfs_attr_shortform_verify()
964 sfep = next_sfep; in xfs_attr_shortform_verify()