Searched refs:xfs_attr_leaf_entry_t (Results 1 – 2 of 2) sorted by relevance
1165 tablesize = (ichdr.count + 1) * sizeof(xfs_attr_leaf_entry_t) in xfs_attr3_leaf_add()1176 tmp += sizeof(xfs_attr_leaf_entry_t); in xfs_attr3_leaf_add()1202 if (ichdr.freemap[0].size < (entsize + sizeof(xfs_attr_leaf_entry_t))) { in xfs_attr3_leaf_add()1247 tmp *= sizeof(xfs_attr_leaf_entry_t); in xfs_attr3_leaf_add_work()1322 ASSERT(ichdr->firstused >= ichdr->count * sizeof(xfs_attr_leaf_entry_t) in xfs_attr3_leaf_add_work()1324 tmp = (ichdr->count - 1) * sizeof(xfs_attr_leaf_entry_t) in xfs_attr3_leaf_add_work()1329 ichdr->freemap[i].base += sizeof(xfs_attr_leaf_entry_t); in xfs_attr3_leaf_add_work()1330 ichdr->freemap[i].size -= sizeof(xfs_attr_leaf_entry_t); in xfs_attr3_leaf_add_work()1529 space += count * sizeof(xfs_attr_leaf_entry_t); in xfs_attr3_leaf_rebalance()1535 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 */