Home
last modified time | relevance | path

Searched refs:sfep (Results 1 – 3 of 3) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_dir2_sf.c23 xfs_dir2_sf_entry_t *sfep,
60 struct xfs_dir2_sf_entry *sfep) in xfs_dir2_sf_nextentry() argument
62 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() argument
77 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() argument
94 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() argument
139 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 …]
H A Dxfs_dir2_priv.h163 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);
H A Dxfs_attr_leaf.c1056 struct xfs_attr_sf_entry *sfep = xfs_attr_sf_firstentry(sfp); in xfs_attr_shortform_verify() local
1078 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()