Home
last modified time | relevance | path

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

/linux-4.19.296/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.c912 struct xfs_attr_sf_entry *next_sfep; in xfs_attr_shortform_verify() local
953 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()