Searched refs:nameidx (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/xfs/scrub/
H A Dattr.c320 unsigned int nameidx; local
331 nameidx = be16_to_cpu(ent->nameidx);
332 if (nameidx < leafhdr->firstused ||
333 nameidx >= mp->m_attr_geo->blksize) {
356 if (!xchk_xattr_set_map(ds->sc, ab->usedmap, nameidx, namesize))
464 int nameidx; local
488 nameidx = be16_to_cpu(ent->nameidx);
489 if (nameidx < hdrsiz
[all...]
/linux-master/fs/xfs/libxfs/
H A Dxfs_attr_leaf.c251 unsigned int nameidx; local
261 nameidx = be16_to_cpu(ent->nameidx);
262 if (nameidx < leafhdr->firstused || nameidx >= mp->m_attr_geo->blksize)
1113 if (!entry->nameidx)
1445 entry->nameidx = cpu_to_be16(ichdr->freemap[mapindex].base +
1499 if (be16_to_cpu(entry->nameidx) < ichdr->firstused)
1500 ichdr->firstused = be16_to_cpu(entry->nameidx);
2074 ASSERT(be16_to_cpu(entry->nameidx) >
[all...]
H A Dxfs_da_format.h631 __be16 nameidx; /* index into buffer of name/value */ member in struct:xfs_attr_leaf_entry
754 return &((char *)leafp)[be16_to_cpu(entries[idx].nameidx)];
/linux-master/fs/xfs/
H A Dxfs_attr_inactive.c106 if (!entry->nameidx || (entry->flags & XFS_ATTR_LOCAL))

Completed in 176 milliseconds