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

/linux-master/fs/xfs/libxfs/
H A Dxfs_dir2_sf.c704 struct xfs_dir2_sf_entry *next_sfep; local
750 next_sfep = xfs_dir2_sf_nextentry(mp, sfp, sfep);
751 if (endp < (char *)next_sfep)
773 sfep = next_sfep;
H A Dxfs_attr_leaf.c980 struct xfs_attr_sf_entry *next_sfep; local
1013 next_sfep = xfs_attr_sf_nextentry(sfep);
1014 if ((char *)next_sfep > endp)
1033 sfep = next_sfep;

Completed in 119 milliseconds