Lines Matching refs:sfep
43 struct xfs_dir2_sf_entry *sfep) in xfs_dir2_sf_nextentry() argument
46 ((char *)sfep + xfs_dir2_sf_entsize(hdr, sfep->namelen)); in xfs_dir2_sf_nextentry()
52 struct xfs_dir2_sf_entry *sfep) in xfs_dir3_sf_nextentry() argument
55 ((char *)sfep + xfs_dir3_sf_entsize(hdr, sfep->namelen)); in xfs_dir3_sf_nextentry()
67 struct xfs_dir2_sf_entry *sfep) in xfs_dir2_sfe_get_ftype() argument
74 struct xfs_dir2_sf_entry *sfep, in xfs_dir2_sfe_put_ftype() argument
82 struct xfs_dir2_sf_entry *sfep) in xfs_dir3_sfe_get_ftype() argument
86 ftype = sfep->name[sfep->namelen]; in xfs_dir3_sfe_get_ftype()
94 struct xfs_dir2_sf_entry *sfep, in xfs_dir3_sfe_put_ftype() argument
99 sfep->name[sfep->namelen] = ftype; in xfs_dir3_sfe_put_ftype()
158 struct xfs_dir2_sf_entry *sfep) in xfs_dir2_sfe_get_ino() argument
160 return xfs_dir2_sf_get_ino(hdr, &sfep->name[sfep->namelen]); in xfs_dir2_sfe_get_ino()
166 struct xfs_dir2_sf_entry *sfep, in xfs_dir2_sfe_put_ino() argument
169 xfs_dir2_sf_put_ino(hdr, &sfep->name[sfep->namelen], ino); in xfs_dir2_sfe_put_ino()
175 struct xfs_dir2_sf_entry *sfep) in xfs_dir3_sfe_get_ino() argument
177 return xfs_dir2_sf_get_ino(hdr, &sfep->name[sfep->namelen + 1]); in xfs_dir3_sfe_get_ino()
183 struct xfs_dir2_sf_entry *sfep, in xfs_dir3_sfe_put_ino() argument
186 xfs_dir2_sf_put_ino(hdr, &sfep->name[sfep->namelen + 1], ino); in xfs_dir3_sfe_put_ino()