Lines Matching refs:sfep
59 struct xfs_dir2_sf_entry *sfep) in xfs_dir2_sf_nextentry() argument
62 ((char *)sfep + xfs_dir2_sf_entsize(hdr, sfep->namelen)); in xfs_dir2_sf_nextentry()
68 struct xfs_dir2_sf_entry *sfep) in xfs_dir3_sf_nextentry() argument
71 ((char *)sfep + xfs_dir3_sf_entsize(hdr, sfep->namelen)); in xfs_dir3_sf_nextentry()
83 struct xfs_dir2_sf_entry *sfep) in xfs_dir2_sfe_get_ftype() argument
90 struct xfs_dir2_sf_entry *sfep, in xfs_dir2_sfe_put_ftype() argument
98 struct xfs_dir2_sf_entry *sfep) in xfs_dir3_sfe_get_ftype() argument
102 ftype = sfep->name[sfep->namelen]; in xfs_dir3_sfe_get_ftype()
110 struct xfs_dir2_sf_entry *sfep, in xfs_dir3_sfe_put_ftype() argument
115 sfep->name[sfep->namelen] = ftype; in xfs_dir3_sfe_put_ftype()
174 struct xfs_dir2_sf_entry *sfep) in xfs_dir2_sfe_get_ino() argument
177 (xfs_dir2_inou_t *)&sfep->name[sfep->namelen]); in xfs_dir2_sfe_get_ino()
183 struct xfs_dir2_sf_entry *sfep, in xfs_dir2_sfe_put_ino() argument
187 (xfs_dir2_inou_t *)&sfep->name[sfep->namelen], ino); in xfs_dir2_sfe_put_ino()
193 struct xfs_dir2_sf_entry *sfep) in xfs_dir3_sfe_get_ino() argument
196 (xfs_dir2_inou_t *)&sfep->name[sfep->namelen + 1]); in xfs_dir3_sfe_get_ino()
202 struct xfs_dir2_sf_entry *sfep, in xfs_dir3_sfe_put_ino() argument
206 (xfs_dir2_inou_t *)&sfep->name[sfep->namelen + 1], ino); in xfs_dir3_sfe_put_ino()