Home
last modified time | relevance | path

Searched refs:xfs_attr_leaf_entry_t (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/fs/xfs/libxfs/
Dxfs_attr_leaf.c1381 tablesize = (ichdr.count + 1) * sizeof(xfs_attr_leaf_entry_t) in xfs_attr3_leaf_add()
1392 tmp += sizeof(xfs_attr_leaf_entry_t); in xfs_attr3_leaf_add()
1418 if (ichdr.freemap[0].size < (entsize + sizeof(xfs_attr_leaf_entry_t))) { in xfs_attr3_leaf_add()
1463 tmp *= sizeof(xfs_attr_leaf_entry_t); in xfs_attr3_leaf_add_work()
1539 ASSERT(ichdr->firstused >= ichdr->count * sizeof(xfs_attr_leaf_entry_t) in xfs_attr3_leaf_add_work()
1541 tmp = (ichdr->count - 1) * sizeof(xfs_attr_leaf_entry_t) in xfs_attr3_leaf_add_work()
1546 ichdr->freemap[i].base += sizeof(xfs_attr_leaf_entry_t); in xfs_attr3_leaf_add_work()
1549 sizeof(xfs_attr_leaf_entry_t)); in xfs_attr3_leaf_add_work()
1741 space += count * sizeof(xfs_attr_leaf_entry_t); in xfs_attr3_leaf_rebalance()
1747 max -= ichdr2.count * sizeof(xfs_attr_leaf_entry_t); in xfs_attr3_leaf_rebalance()
[all …]
Dxfs_da_format.h617 } xfs_attr_leaf_entry_t; typedef
634 xfs_attr_leaf_entry_t entries[1]; /* sorted on key, not name */
/Linux-v5.15/fs/xfs/
Dxfs_ondisk.h70 XFS_CHECK_STRUCT_SIZE(xfs_attr_leaf_entry_t, 8); in xfs_check_ondisk_structs()
/Linux-v5.15/fs/xfs/scrub/
Dattr.c375 sizeof(xfs_attr_leaf_entry_t))) { in xchk_xattr_block()