Lines Matching refs:entries
961 struct xfs_attr_leaf_entry *entries; in xfs_attr3_leaf_to_node() local
1007 entries = xfs_attr3_leaf_entryp(leaf); in xfs_attr3_leaf_to_node()
1010 btree[0].hashval = entries[icleafhdr.count - 1].hashval; in xfs_attr3_leaf_to_node()
2160 struct xfs_attr_leaf_entry *entries; in xfs_attr3_leaf_lookup_int() local
2171 entries = xfs_attr3_leaf_entryp(leaf); in xfs_attr3_leaf_lookup_int()
2179 for (entry = &entries[probe]; span > 4; entry = &entries[probe]) { in xfs_attr3_leaf_lookup_int()
2475 struct xfs_attr_leaf_entry *entries; in xfs_attr_leaf_lasthash() local
2479 entries = xfs_attr3_leaf_entryp(bp->b_addr); in xfs_attr_leaf_lasthash()
2484 return be32_to_cpu(entries[ichdr.count - 1].hashval); in xfs_attr_leaf_lasthash()
2494 struct xfs_attr_leaf_entry *entries; in xfs_attr_leaf_entsize() local
2499 entries = xfs_attr3_leaf_entryp(leaf); in xfs_attr_leaf_entsize()
2500 if (entries[index].flags & XFS_ATTR_LOCAL) { in xfs_attr_leaf_entsize()