Searched refs:sfe (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_attr_leaf.c | 831 struct xfs_attr_sf_entry *sfe; in xfs_attr_sf_findname() local 833 for (sfe = xfs_attr_sf_firstentry(sf); in xfs_attr_sf_findname() 834 sfe < xfs_attr_sf_endptr(sf); in xfs_attr_sf_findname() 835 sfe = xfs_attr_sf_nextentry(sfe)) { in xfs_attr_sf_findname() 836 if (xfs_attr_match(args, sfe->flags, sfe->nameval, in xfs_attr_sf_findname() 837 sfe->namelen, &sfe->nameval[sfe->namelen], in xfs_attr_sf_findname() 838 sfe->valuelen)) in xfs_attr_sf_findname() 839 return sfe; in xfs_attr_sf_findname() 853 struct xfs_attr_sf_entry *sfe; in xfs_attr_shortform_replace() local 859 sfe = xfs_attr_sf_findname(args); in xfs_attr_shortform_replace() [all …]
|
| /linux/fs/xfs/scrub/ |
| H A D | attr_repair.c | 252 struct xfs_attr_sf_entry *sfe) in xrep_xattr_salvage_sf_attr() argument 256 unsigned char *name = sfe->nameval; in xrep_xattr_salvage_sf_attr() 257 unsigned char *value = &sfe->nameval[sfe->namelen]; in xrep_xattr_salvage_sf_attr() 260 sfe->namelen)) in xrep_xattr_salvage_sf_attr() 264 sfe->valuelen)) in xrep_xattr_salvage_sf_attr() 267 if (!xrep_xattr_want_salvage(rx, sfe->flags, sfe->nameval, in xrep_xattr_salvage_sf_attr() 268 sfe->namelen, value, sfe->valuelen)) in xrep_xattr_salvage_sf_attr() 271 return xrep_xattr_salvage_key(rx, sfe->flags, sfe->nameval, in xrep_xattr_salvage_sf_attr() 272 sfe->namelen, value, sfe->valuelen); in xrep_xattr_salvage_sf_attr() 458 struct xfs_attr_sf_entry *sfe; in xrep_xattr_recover_sf() local [all …]
|
| H A D | attr.c | 578 struct xfs_attr_sf_entry *sfe = xfs_attr_sf_firstentry(sf); in xchk_xattr_check_sf() local 587 if ((unsigned char *)sfe > end) { in xchk_xattr_check_sf() 593 unsigned char *name = sfe->nameval; in xchk_xattr_check_sf() 594 unsigned char *value = &sfe->nameval[sfe->namelen]; in xchk_xattr_check_sf() 599 next = xfs_attr_sf_nextentry(sfe); in xchk_xattr_check_sf() 609 if (sfe->flags & ~XFS_ATTR_NSP_ONDISK_MASK) { in xchk_xattr_check_sf() 615 (char *)sfe - (char *)sf, in xchk_xattr_check_sf() 623 sfe->namelen)) { in xchk_xattr_check_sf() 630 sfe->valuelen)) { in xchk_xattr_check_sf() 635 sfe = next; in xchk_xattr_check_sf()
|
| /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;
|