Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_attr_leaf.c1434 tablesize = (ichdr.count + 1) * sizeof(xfs_attr_leaf_entry_t) in xfs_attr3_leaf_add()
1445 tmp += sizeof(xfs_attr_leaf_entry_t); in xfs_attr3_leaf_add()
1471 if (ichdr.freemap[0].size < (entsize + sizeof(xfs_attr_leaf_entry_t))) { in xfs_attr3_leaf_add()
1516 tmp *= sizeof(xfs_attr_leaf_entry_t); in xfs_attr3_leaf_add_work()
1593 ASSERT(ichdr->firstused >= ichdr->count * sizeof(xfs_attr_leaf_entry_t) in xfs_attr3_leaf_add_work()
1595 tmp = (ichdr->count - 1) * sizeof(xfs_attr_leaf_entry_t) in xfs_attr3_leaf_add_work()
1600 ichdr->freemap[i].base += sizeof(xfs_attr_leaf_entry_t); in xfs_attr3_leaf_add_work()
1603 sizeof(xfs_attr_leaf_entry_t)); in xfs_attr3_leaf_add_work()
1794 space += count * sizeof(xfs_attr_leaf_entry_t); in xfs_attr3_leaf_rebalance()
1800 max -= ichdr2.count * sizeof(xfs_attr_leaf_entry_t); in xfs_attr3_leaf_rebalance()
[all …]
H A Dxfs_da_format.h618 } xfs_attr_leaf_entry_t; typedef
645 xfs_attr_leaf_entry_t entries[]; /* sorted on key, not name */
/openbmc/linux/fs/xfs/
H A Dxfs_ondisk.h70 XFS_CHECK_STRUCT_SIZE(xfs_attr_leaf_entry_t, 8); in xfs_check_ondisk_structs()
/openbmc/linux/fs/xfs/scrub/
H A Dattr.c423 sizeof(xfs_attr_leaf_entry_t))) { in xchk_xattr_block()