Lines Matching refs:sfep
680 struct xfs_attr_sf_entry **sfep, in xfs_attr_sf_findname() argument
702 if (sfep != NULL) in xfs_attr_sf_findname()
703 *sfep = sfe; in xfs_attr_sf_findname()
1017 struct xfs_attr_sf_entry *sfep; in xfs_attr_shortform_verify() local
1038 sfep = &sfp->list[0]; in xfs_attr_shortform_verify()
1047 if (((char *)sfep + sizeof(*sfep)) >= endp) in xfs_attr_shortform_verify()
1051 if (sfep->namelen == 0) in xfs_attr_shortform_verify()
1059 next_sfep = xfs_attr_sf_nextentry(sfep); in xfs_attr_shortform_verify()
1068 if (sfep->flags & ~XFS_ATTR_NSP_ONDISK_MASK) in xfs_attr_shortform_verify()
1076 if (hweight8(sfep->flags & XFS_ATTR_NSP_ONDISK_MASK) > 1) in xfs_attr_shortform_verify()
1079 sfep = next_sfep; in xfs_attr_shortform_verify()
1081 if ((void *)sfep != (void *)endp) in xfs_attr_shortform_verify()