Home
last modified time | relevance | path

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

/linux-6.1.9/fs/xfs/libxfs/
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()
Dxfs_attr_leaf.c1050 struct xfs_attr_sf_entry *next_sfep; in xfs_attr_shortform_verify() local
1091 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()