Searched refs:sfep (Results 1 – 3 of 3) sorted by relevance
23 xfs_dir2_sf_entry_t *sfep,60 struct xfs_dir2_sf_entry *sfep) in xfs_dir2_sf_nextentry() argument62 return (void *)sfep + xfs_dir2_sf_entsize(mp, hdr, sfep->namelen); in xfs_dir2_sf_nextentry()75 struct xfs_dir2_sf_entry *sfep) in xfs_dir2_sf_get_ino() argument77 uint8_t *from = sfep->name + sfep->namelen; in xfs_dir2_sf_get_ino()91 struct xfs_dir2_sf_entry *sfep, in xfs_dir2_sf_put_ino() argument94 uint8_t *to = sfep->name + sfep->namelen; in xfs_dir2_sf_put_ino()136 struct xfs_dir2_sf_entry *sfep) in xfs_dir2_sf_get_ftype() argument139 uint8_t ftype = sfep->name[sfep->namelen]; in xfs_dir2_sf_get_ftype()151 struct xfs_dir2_sf_entry *sfep, in xfs_dir2_sf_put_ftype() argument[all …]
163 struct xfs_dir2_sf_entry *sfep);167 struct xfs_dir2_sf_entry *sfep);169 struct xfs_dir2_sf_hdr *hdr, struct xfs_dir2_sf_entry *sfep);184 struct xfs_dir2_sf_entry *sfep, xfs_ino_t ino);186 struct xfs_dir2_sf_entry *sfep, uint8_t ftype);
1056 struct xfs_attr_sf_entry *sfep = xfs_attr_sf_firstentry(sfp); in xfs_attr_shortform_verify() local1078 if (((char *)sfep + sizeof(*sfep)) >= endp) in xfs_attr_shortform_verify()1082 if (sfep->namelen == 0) in xfs_attr_shortform_verify()1090 next_sfep = xfs_attr_sf_nextentry(sfep); in xfs_attr_shortform_verify()1099 if (sfep->flags & ~XFS_ATTR_NSP_ONDISK_MASK) in xfs_attr_shortform_verify()1107 if (!xfs_attr_check_namespace(sfep->flags)) in xfs_attr_shortform_verify()1110 sfep = next_sfep; in xfs_attr_shortform_verify()1112 if ((void *)sfep != (void *)endp) in xfs_attr_shortform_verify()