Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/
Dxfs_attr_list.c57 xfs_attr_sf_entry_t *sfe; in xfs_attr_shortform_list() local
86 for (i = 0, sfe = &sf->list[0]; i < sf->hdr.count; i++) { in xfs_attr_shortform_list()
88 sfe->flags, in xfs_attr_shortform_list()
89 sfe->nameval, in xfs_attr_shortform_list()
90 (int)sfe->namelen, in xfs_attr_shortform_list()
91 (int)sfe->valuelen); in xfs_attr_shortform_list()
98 sfe = XFS_ATTR_SF_NEXTENTRY(sfe); in xfs_attr_shortform_list()
119 for (i = 0, sfe = &sf->list[0]; i < sf->hdr.count; i++) { in xfs_attr_shortform_list()
121 ((char *)sfe < (char *)sf) || in xfs_attr_shortform_list()
122 ((char *)sfe >= ((char *)sf + dp->i_afp->if_bytes)))) { in xfs_attr_shortform_list()
[all …]
/Linux-v5.4/fs/xfs/libxfs/
Dxfs_attr_leaf.c600 xfs_attr_sf_entry_t *sfe; in xfs_attr_shortform_add() local
615 sfe = &sf->list[0]; in xfs_attr_shortform_add()
616 for (i = 0; i < sf->hdr.count; sfe = XFS_ATTR_SF_NEXTENTRY(sfe), i++) { in xfs_attr_shortform_add()
618 if (sfe->namelen != args->namelen) in xfs_attr_shortform_add()
620 if (memcmp(args->name, sfe->nameval, args->namelen) != 0) in xfs_attr_shortform_add()
622 if (!xfs_attr_namesp_match(args->flags, sfe->flags)) in xfs_attr_shortform_add()
628 offset = (char *)sfe - (char *)sf; in xfs_attr_shortform_add()
632 sfe = (xfs_attr_sf_entry_t *)((char *)sf + offset); in xfs_attr_shortform_add()
634 sfe->namelen = args->namelen; in xfs_attr_shortform_add()
635 sfe->valuelen = args->valuelen; in xfs_attr_shortform_add()
[all …]
/Linux-v5.4/arch/mips/include/asm/octeon/
Dcvmx-mio-defs.h3857 uint64_t sfe:1; member
3859 uint64_t sfe:1;
4272 uint64_t sfe:1; member
4274 uint64_t sfe:1;