Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
A Dxfs_dir2_sf.c704 struct xfs_dir2_sf_entry *next_sfep; in xfs_dir2_sf_verify() local
750 next_sfep = xfs_dir2_sf_nextentry(mp, sfp, sfep); in xfs_dir2_sf_verify()
751 if (endp < (char *)next_sfep) in xfs_dir2_sf_verify()
773 sfep = next_sfep; in xfs_dir2_sf_verify()
A Dxfs_attr_leaf.c1057 struct xfs_attr_sf_entry *next_sfep; in xfs_attr_shortform_verify() local
1090 next_sfep = xfs_attr_sf_nextentry(sfep); in xfs_attr_shortform_verify()
1091 if ((char *)next_sfep > endp) in xfs_attr_shortform_verify()
1110 sfep = next_sfep; in xfs_attr_shortform_verify()

Completed in 15 milliseconds