Lines Matching refs:sfep
712 struct xfs_attr_sf_entry **sfep, in xfs_attr_sf_findname() argument
734 if (sfep != NULL) in xfs_attr_sf_findname()
735 *sfep = sfe; in xfs_attr_sf_findname()
1049 struct xfs_attr_sf_entry *sfep; in xfs_attr_shortform_verify() local
1070 sfep = &sfp->list[0]; in xfs_attr_shortform_verify()
1079 if (((char *)sfep + sizeof(*sfep)) >= endp) in xfs_attr_shortform_verify()
1083 if (sfep->namelen == 0) in xfs_attr_shortform_verify()
1091 next_sfep = xfs_attr_sf_nextentry(sfep); in xfs_attr_shortform_verify()
1100 if (sfep->flags & ~XFS_ATTR_NSP_ONDISK_MASK) in xfs_attr_shortform_verify()
1108 if (hweight8(sfep->flags & XFS_ATTR_NSP_ONDISK_MASK) > 1) in xfs_attr_shortform_verify()
1111 sfep = next_sfep; in xfs_attr_shortform_verify()
1113 if ((void *)sfep != (void *)endp) in xfs_attr_shortform_verify()