Searched refs:xfs_attr_leaf_entry_t (Results 1 – 2 of 2) sorted by relevance
1161 tablesize = (ichdr.count + 1) * sizeof(xfs_attr_leaf_entry_t) in xfs_attr3_leaf_add()1172 tmp += sizeof(xfs_attr_leaf_entry_t); in xfs_attr3_leaf_add()1198 if (ichdr.freemap[0].size < (entsize + sizeof(xfs_attr_leaf_entry_t))) { in xfs_attr3_leaf_add()1243 tmp *= sizeof(xfs_attr_leaf_entry_t); in xfs_attr3_leaf_add_work()1318 ASSERT(ichdr->firstused >= ichdr->count * sizeof(xfs_attr_leaf_entry_t) in xfs_attr3_leaf_add_work()1320 tmp = (ichdr->count - 1) * sizeof(xfs_attr_leaf_entry_t) in xfs_attr3_leaf_add_work()1325 ichdr->freemap[i].base += sizeof(xfs_attr_leaf_entry_t); in xfs_attr3_leaf_add_work()1326 ichdr->freemap[i].size -= sizeof(xfs_attr_leaf_entry_t); in xfs_attr3_leaf_add_work()1525 space += count * sizeof(xfs_attr_leaf_entry_t); in xfs_attr3_leaf_rebalance()1531 max -= ichdr2.count * sizeof(xfs_attr_leaf_entry_t); in xfs_attr3_leaf_rebalance()[all …]
665 } xfs_attr_leaf_entry_t; typedef682 xfs_attr_leaf_entry_t entries[1]; /* sorted on key, not name */