Searched refs:sfe (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/fs/xfs/ |
H A D | xfs_attr_list.c | 60 struct xfs_attr_sf_entry *sfe; in xfs_attr_shortform_list() local 83 for (i = 0, sfe = &sf->list[0]; i < sf->hdr.count; i++) { in xfs_attr_shortform_list() 85 !xfs_attr_namecheck(sfe->flags, in xfs_attr_shortform_list() 86 sfe->nameval, in xfs_attr_shortform_list() 87 sfe->namelen))) in xfs_attr_shortform_list() 90 sfe->flags, in xfs_attr_shortform_list() 91 sfe->nameval, in xfs_attr_shortform_list() 92 (int)sfe->namelen, in xfs_attr_shortform_list() 93 (int)sfe->valuelen); in xfs_attr_shortform_list() 100 sfe = xfs_attr_sf_nextentry(sfe); in xfs_attr_shortform_list() [all …]
|
/openbmc/linux/fs/xfs/scrub/ |
H A D | attr.c | 531 struct xfs_attr_sf_entry *sfe; in xchk_xattr_check_sf() local 545 sfe = &sf->list[0]; in xchk_xattr_check_sf() 546 if ((unsigned char *)sfe > end) { in xchk_xattr_check_sf() 552 unsigned char *name = sfe->nameval; in xchk_xattr_check_sf() 553 unsigned char *value = &sfe->nameval[sfe->namelen]; in xchk_xattr_check_sf() 558 next = xfs_attr_sf_nextentry(sfe); in xchk_xattr_check_sf() 568 if (sfe->flags & ~XFS_ATTR_NSP_ONDISK_MASK) { in xchk_xattr_check_sf() 574 (char *)sfe - (char *)sf, in xchk_xattr_check_sf() 582 sfe->namelen)) { in xchk_xattr_check_sf() 589 sfe->valuelen)) { in xchk_xattr_check_sf() [all …]
|
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_attr_leaf.c | 716 struct xfs_attr_sf_entry *sfe; in xfs_attr_sf_findname() local 723 sfe = &sf->list[0]; in xfs_attr_sf_findname() 725 for (i = 0; i < end; sfe = xfs_attr_sf_nextentry(sfe), in xfs_attr_sf_findname() 727 size = xfs_attr_sf_entsize(sfe); in xfs_attr_sf_findname() 728 if (!xfs_attr_match(args, sfe->namelen, sfe->nameval, in xfs_attr_sf_findname() 729 sfe->flags)) in xfs_attr_sf_findname() 735 *sfep = sfe; in xfs_attr_sf_findname() 755 struct xfs_attr_sf_entry *sfe; in xfs_attr_shortform_add() local 770 if (xfs_attr_sf_findname(args, &sfe, NULL) == -EEXIST) in xfs_attr_shortform_add() 773 offset = (char *)sfe - (char *)sf; in xfs_attr_shortform_add() [all …]
|
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/ |
H A D | uart.h | 29 unsigned int sfe; member
|
/openbmc/linux/arch/mips/include/asm/octeon/ |
H A D | cvmx-mio-defs.h | 3857 uint64_t sfe:1; member 3859 uint64_t sfe:1; 4272 uint64_t sfe:1; member 4274 uint64_t sfe:1;
|