Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/libxfs/
Dxfs_attr_leaf.c1267 tablesize = (ichdr.count + 1) * sizeof(xfs_attr_leaf_entry_t) in xfs_attr3_leaf_add()
1278 tmp += sizeof(xfs_attr_leaf_entry_t); in xfs_attr3_leaf_add()
1304 if (ichdr.freemap[0].size < (entsize + sizeof(xfs_attr_leaf_entry_t))) { in xfs_attr3_leaf_add()
1349 tmp *= sizeof(xfs_attr_leaf_entry_t); in xfs_attr3_leaf_add_work()
1424 ASSERT(ichdr->firstused >= ichdr->count * sizeof(xfs_attr_leaf_entry_t) in xfs_attr3_leaf_add_work()
1426 tmp = (ichdr->count - 1) * sizeof(xfs_attr_leaf_entry_t) in xfs_attr3_leaf_add_work()
1431 ichdr->freemap[i].base += sizeof(xfs_attr_leaf_entry_t); in xfs_attr3_leaf_add_work()
1432 ichdr->freemap[i].size -= sizeof(xfs_attr_leaf_entry_t); in xfs_attr3_leaf_add_work()
1624 space += count * sizeof(xfs_attr_leaf_entry_t); in xfs_attr3_leaf_rebalance()
1630 max -= ichdr2.count * sizeof(xfs_attr_leaf_entry_t); in xfs_attr3_leaf_rebalance()
[all …]
Dxfs_da_format.h651 } xfs_attr_leaf_entry_t; typedef
668 xfs_attr_leaf_entry_t entries[1]; /* sorted on key, not name */
/Linux-v4.19/fs/xfs/
Dxfs_ondisk.h65 XFS_CHECK_STRUCT_SIZE(xfs_attr_leaf_entry_t, 8); in xfs_check_ondisk_structs()
/Linux-v4.19/fs/xfs/scrub/
Dattr.c309 sizeof(xfs_attr_leaf_entry_t))) { in xchk_xattr_block()