Lines Matching refs:sfep
53 xfs_dir2_sf_entry_t *sfep; /* shortform directory entry */
105 sfep = xfs_dir2_sf_firstentry(sfp);
110 xfs_dir2_sf_get_offset(sfep));
113 sfep = xfs_dir2_sf_nextentry(mp, sfp, sfep);
117 ino = xfs_dir2_sf_get_ino(mp, sfp, sfep);
118 filetype = xfs_dir2_sf_get_ftype(mp, sfep);
121 !xfs_dir2_namecheck(sfep->name,
122 sfep->namelen)))
124 if (!dir_emit(ctx, (char *)sfep->name, sfep->namelen, ino,
127 sfep = xfs_dir2_sf_nextentry(mp, sfp, sfep);