sfe              3857 arch/mips/include/asm/octeon/cvmx-mio-defs.h 		uint64_t sfe:1;
sfe              3859 arch/mips/include/asm/octeon/cvmx-mio-defs.h 		uint64_t sfe:1;
sfe              4272 arch/mips/include/asm/octeon/cvmx-mio-defs.h 		uint64_t sfe:1;
sfe              4274 arch/mips/include/asm/octeon/cvmx-mio-defs.h 		uint64_t sfe:1;
sfe               600 fs/xfs/libxfs/xfs_attr_leaf.c 	xfs_attr_sf_entry_t *sfe;
sfe               615 fs/xfs/libxfs/xfs_attr_leaf.c 	sfe = &sf->list[0];
sfe               616 fs/xfs/libxfs/xfs_attr_leaf.c 	for (i = 0; i < sf->hdr.count; sfe = XFS_ATTR_SF_NEXTENTRY(sfe), i++) {
sfe               618 fs/xfs/libxfs/xfs_attr_leaf.c 		if (sfe->namelen != args->namelen)
sfe               620 fs/xfs/libxfs/xfs_attr_leaf.c 		if (memcmp(args->name, sfe->nameval, args->namelen) != 0)
sfe               622 fs/xfs/libxfs/xfs_attr_leaf.c 		if (!xfs_attr_namesp_match(args->flags, sfe->flags))
sfe               628 fs/xfs/libxfs/xfs_attr_leaf.c 	offset = (char *)sfe - (char *)sf;
sfe               632 fs/xfs/libxfs/xfs_attr_leaf.c 	sfe = (xfs_attr_sf_entry_t *)((char *)sf + offset);
sfe               634 fs/xfs/libxfs/xfs_attr_leaf.c 	sfe->namelen = args->namelen;
sfe               635 fs/xfs/libxfs/xfs_attr_leaf.c 	sfe->valuelen = args->valuelen;
sfe               636 fs/xfs/libxfs/xfs_attr_leaf.c 	sfe->flags = XFS_ATTR_NSP_ARGS_TO_ONDISK(args->flags);
sfe               637 fs/xfs/libxfs/xfs_attr_leaf.c 	memcpy(sfe->nameval, args->name, args->namelen);
sfe               638 fs/xfs/libxfs/xfs_attr_leaf.c 	memcpy(&sfe->nameval[args->namelen], args->value, args->valuelen);
sfe               672 fs/xfs/libxfs/xfs_attr_leaf.c 	xfs_attr_sf_entry_t *sfe;
sfe               683 fs/xfs/libxfs/xfs_attr_leaf.c 	sfe = &sf->list[0];
sfe               685 fs/xfs/libxfs/xfs_attr_leaf.c 	for (i = 0; i < end; sfe = XFS_ATTR_SF_NEXTENTRY(sfe),
sfe               687 fs/xfs/libxfs/xfs_attr_leaf.c 		size = XFS_ATTR_SF_ENTSIZE(sfe);
sfe               688 fs/xfs/libxfs/xfs_attr_leaf.c 		if (sfe->namelen != args->namelen)
sfe               690 fs/xfs/libxfs/xfs_attr_leaf.c 		if (memcmp(sfe->nameval, args->name, args->namelen) != 0)
sfe               692 fs/xfs/libxfs/xfs_attr_leaf.c 		if (!xfs_attr_namesp_match(args->flags, sfe->flags))
sfe               743 fs/xfs/libxfs/xfs_attr_leaf.c 	xfs_attr_sf_entry_t *sfe;
sfe               752 fs/xfs/libxfs/xfs_attr_leaf.c 	sfe = &sf->list[0];
sfe               754 fs/xfs/libxfs/xfs_attr_leaf.c 				sfe = XFS_ATTR_SF_NEXTENTRY(sfe), i++) {
sfe               755 fs/xfs/libxfs/xfs_attr_leaf.c 		if (sfe->namelen != args->namelen)
sfe               757 fs/xfs/libxfs/xfs_attr_leaf.c 		if (memcmp(args->name, sfe->nameval, args->namelen) != 0)
sfe               759 fs/xfs/libxfs/xfs_attr_leaf.c 		if (!xfs_attr_namesp_match(args->flags, sfe->flags))
sfe               778 fs/xfs/libxfs/xfs_attr_leaf.c 	struct xfs_attr_sf_entry *sfe;
sfe               783 fs/xfs/libxfs/xfs_attr_leaf.c 	sfe = &sf->list[0];
sfe               785 fs/xfs/libxfs/xfs_attr_leaf.c 				sfe = XFS_ATTR_SF_NEXTENTRY(sfe), i++) {
sfe               786 fs/xfs/libxfs/xfs_attr_leaf.c 		if (sfe->namelen != args->namelen)
sfe               788 fs/xfs/libxfs/xfs_attr_leaf.c 		if (memcmp(args->name, sfe->nameval, args->namelen) != 0)
sfe               790 fs/xfs/libxfs/xfs_attr_leaf.c 		if (!xfs_attr_namesp_match(args->flags, sfe->flags))
sfe               792 fs/xfs/libxfs/xfs_attr_leaf.c 		return xfs_attr_copy_value(args, &sfe->nameval[args->namelen],
sfe               793 fs/xfs/libxfs/xfs_attr_leaf.c 						sfe->valuelen);
sfe               809 fs/xfs/libxfs/xfs_attr_leaf.c 	struct xfs_attr_sf_entry	*sfe;
sfe               849 fs/xfs/libxfs/xfs_attr_leaf.c 	sfe = &sf->list[0];
sfe               851 fs/xfs/libxfs/xfs_attr_leaf.c 		nargs.name = sfe->nameval;
sfe               852 fs/xfs/libxfs/xfs_attr_leaf.c 		nargs.namelen = sfe->namelen;
sfe               853 fs/xfs/libxfs/xfs_attr_leaf.c 		nargs.value = &sfe->nameval[nargs.namelen];
sfe               854 fs/xfs/libxfs/xfs_attr_leaf.c 		nargs.valuelen = sfe->valuelen;
sfe               855 fs/xfs/libxfs/xfs_attr_leaf.c 		nargs.hashval = xfs_da_hashname(sfe->nameval,
sfe               856 fs/xfs/libxfs/xfs_attr_leaf.c 						sfe->namelen);
sfe               857 fs/xfs/libxfs/xfs_attr_leaf.c 		nargs.flags = XFS_ATTR_NSP_ONDISK_TO_ARGS(sfe->flags);
sfe               864 fs/xfs/libxfs/xfs_attr_leaf.c 		sfe = XFS_ATTR_SF_NEXTENTRY(sfe);
sfe                57 fs/xfs/xfs_attr_list.c 	xfs_attr_sf_entry_t *sfe;
sfe                86 fs/xfs/xfs_attr_list.c 		for (i = 0, sfe = &sf->list[0]; i < sf->hdr.count; i++) {
sfe                88 fs/xfs/xfs_attr_list.c 					     sfe->flags,
sfe                89 fs/xfs/xfs_attr_list.c 					     sfe->nameval,
sfe                90 fs/xfs/xfs_attr_list.c 					     (int)sfe->namelen,
sfe                91 fs/xfs/xfs_attr_list.c 					     (int)sfe->valuelen);
sfe                98 fs/xfs/xfs_attr_list.c 			sfe = XFS_ATTR_SF_NEXTENTRY(sfe);
sfe               119 fs/xfs/xfs_attr_list.c 	for (i = 0, sfe = &sf->list[0]; i < sf->hdr.count; i++) {
sfe               121 fs/xfs/xfs_attr_list.c 		    ((char *)sfe < (char *)sf) ||
sfe               122 fs/xfs/xfs_attr_list.c 		    ((char *)sfe >= ((char *)sf + dp->i_afp->if_bytes)))) {
sfe               125 fs/xfs/xfs_attr_list.c 					     context->dp->i_mount, sfe,
sfe               126 fs/xfs/xfs_attr_list.c 					     sizeof(*sfe));
sfe               132 fs/xfs/xfs_attr_list.c 		sbp->hash = xfs_da_hashname(sfe->nameval, sfe->namelen);
sfe               133 fs/xfs/xfs_attr_list.c 		sbp->name = sfe->nameval;
sfe               134 fs/xfs/xfs_attr_list.c 		sbp->namelen = sfe->namelen;
sfe               136 fs/xfs/xfs_attr_list.c 		sbp->valuelen = sfe->valuelen;
sfe               137 fs/xfs/xfs_attr_list.c 		sbp->flags = sfe->flags;
sfe               138 fs/xfs/xfs_attr_list.c 		sfe = XFS_ATTR_SF_NEXTENTRY(sfe);