Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_dir2_sf.c716 struct xfs_dir2_sf_entry *next_sfep; in xfs_dir2_sf_verify() local
768 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()
H A Dxfs_attr_leaf.c1052 struct xfs_attr_sf_entry *next_sfep; in xfs_attr_shortform_verify() local
1093 next_sfep = xfs_attr_sf_nextentry(sfep); in xfs_attr_shortform_verify()
1094 if ((char *)next_sfep > endp) in xfs_attr_shortform_verify()
1113 sfep = next_sfep; in xfs_attr_shortform_verify()