Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/
Dxfs_attr_list.c62 xfs_attr_sf_entry_t *sfe; in xfs_attr_shortform_list() local
91 for (i = 0, sfe = &sf->list[0]; i < sf->hdr.count; i++) { in xfs_attr_shortform_list()
93 sfe->flags, in xfs_attr_shortform_list()
94 sfe->nameval, in xfs_attr_shortform_list()
95 (int)sfe->namelen, in xfs_attr_shortform_list()
96 (int)sfe->valuelen); in xfs_attr_shortform_list()
103 sfe = XFS_ATTR_SF_NEXTENTRY(sfe); in xfs_attr_shortform_list()
124 for (i = 0, sfe = &sf->list[0]; i < sf->hdr.count; i++) { in xfs_attr_shortform_list()
126 ((char *)sfe < (char *)sf) || in xfs_attr_shortform_list()
127 ((char *)sfe >= ((char *)sf + dp->i_afp->if_bytes)))) { in xfs_attr_shortform_list()
[all …]
/Linux-v4.19/fs/xfs/libxfs/
Dxfs_attr_leaf.c561 xfs_attr_sf_entry_t *sfe; in xfs_attr_shortform_add() local
576 sfe = &sf->list[0]; in xfs_attr_shortform_add()
577 for (i = 0; i < sf->hdr.count; sfe = XFS_ATTR_SF_NEXTENTRY(sfe), i++) { in xfs_attr_shortform_add()
579 if (sfe->namelen != args->namelen) in xfs_attr_shortform_add()
581 if (memcmp(args->name, sfe->nameval, args->namelen) != 0) in xfs_attr_shortform_add()
583 if (!xfs_attr_namesp_match(args->flags, sfe->flags)) in xfs_attr_shortform_add()
589 offset = (char *)sfe - (char *)sf; in xfs_attr_shortform_add()
593 sfe = (xfs_attr_sf_entry_t *)((char *)sf + offset); in xfs_attr_shortform_add()
595 sfe->namelen = args->namelen; in xfs_attr_shortform_add()
596 sfe->valuelen = args->valuelen; in xfs_attr_shortform_add()
[all …]
/Linux-v4.19/arch/mips/include/asm/octeon/
Dcvmx-mio-defs.h4842 uint64_t sfe:1; member
4844 uint64_t sfe:1;
5451 uint64_t sfe:1; member
5453 uint64_t sfe:1;