Lines Matching refs:sfep
703 * sfep: If not null, pointer will be set to the last attr entry found on
712 struct xfs_attr_sf_entry **sfep,
734 if (sfep != NULL)
735 *sfep = sfe;
1049 struct xfs_attr_sf_entry *sfep;
1070 sfep = &sfp->list[0];
1079 if (((char *)sfep + sizeof(*sfep)) >= endp)
1083 if (sfep->namelen == 0)
1091 next_sfep = xfs_attr_sf_nextentry(sfep);
1100 if (sfep->flags & ~XFS_ATTR_NSP_ONDISK_MASK)
1108 if (hweight8(sfep->flags & XFS_ATTR_NSP_ONDISK_MASK) > 1)
1111 sfep = next_sfep;
1113 if ((void *)sfep != (void *)endp)