next_sfep 923 fs/xfs/libxfs/xfs_attr_leaf.c struct xfs_attr_sf_entry *next_sfep; next_sfep 962 fs/xfs/libxfs/xfs_attr_leaf.c next_sfep = XFS_ATTR_SF_NEXTENTRY(sfep); next_sfep 963 fs/xfs/libxfs/xfs_attr_leaf.c if ((char *)next_sfep > endp) next_sfep 982 fs/xfs/libxfs/xfs_attr_leaf.c sfep = next_sfep; next_sfep 623 fs/xfs/libxfs/xfs_dir2_sf.c struct xfs_dir2_sf_entry *next_sfep; next_sfep 683 fs/xfs/libxfs/xfs_dir2_sf.c next_sfep = dops->sf_nextentry(sfp, sfep); next_sfep 684 fs/xfs/libxfs/xfs_dir2_sf.c if (endp < (char *)next_sfep) next_sfep 706 fs/xfs/libxfs/xfs_dir2_sf.c sfep = next_sfep;