Searched refs:sfe (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/fs/xfs/ |
D | xfs_attr_list.c | 74 xfs_attr_sf_entry_t *sfe; in xfs_attr_shortform_list() local 104 for (i = 0, sfe = &sf->list[0]; i < sf->hdr.count; i++) { in xfs_attr_shortform_list() 106 sfe->flags, in xfs_attr_shortform_list() 107 sfe->nameval, in xfs_attr_shortform_list() 108 (int)sfe->namelen, in xfs_attr_shortform_list() 109 (int)sfe->valuelen, in xfs_attr_shortform_list() 110 &sfe->nameval[sfe->namelen]); in xfs_attr_shortform_list() 121 sfe = XFS_ATTR_SF_NEXTENTRY(sfe); in xfs_attr_shortform_list() 142 for (i = 0, sfe = &sf->list[0]; i < sf->hdr.count; i++) { in xfs_attr_shortform_list() 144 ((char *)sfe < (char *)sf) || in xfs_attr_shortform_list() [all …]
|
/linux-4.4.14/fs/xfs/libxfs/ |
D | xfs_attr_leaf.c | 531 xfs_attr_sf_entry_t *sfe; in xfs_attr_shortform_add() local 546 sfe = &sf->list[0]; in xfs_attr_shortform_add() 547 for (i = 0; i < sf->hdr.count; sfe = XFS_ATTR_SF_NEXTENTRY(sfe), i++) { in xfs_attr_shortform_add() 549 if (sfe->namelen != args->namelen) in xfs_attr_shortform_add() 551 if (memcmp(args->name, sfe->nameval, args->namelen) != 0) in xfs_attr_shortform_add() 553 if (!xfs_attr_namesp_match(args->flags, sfe->flags)) in xfs_attr_shortform_add() 559 offset = (char *)sfe - (char *)sf; in xfs_attr_shortform_add() 563 sfe = (xfs_attr_sf_entry_t *)((char *)sf + offset); in xfs_attr_shortform_add() 565 sfe->namelen = args->namelen; in xfs_attr_shortform_add() 566 sfe->valuelen = args->valuelen; in xfs_attr_shortform_add() [all …]
|
/linux-4.4.14/arch/mips/include/asm/octeon/ |
D | cvmx-mio-defs.h | 4464 uint64_t sfe:1; member 4466 uint64_t sfe:1; 5073 uint64_t sfe:1; member 5075 uint64_t sfe:1;
|