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

/linux-master/fs/xfs/libxfs/
H A Dxfs_attr_leaf.c1343 tablesize = (ichdr.count + 1) * sizeof(xfs_attr_leaf_entry_t)
1354 tmp += sizeof(xfs_attr_leaf_entry_t);
1380 if (ichdr.freemap[0].size < (entsize + sizeof(xfs_attr_leaf_entry_t))) {
1425 tmp *= sizeof(xfs_attr_leaf_entry_t);
1502 ASSERT(ichdr->firstused >= ichdr->count * sizeof(xfs_attr_leaf_entry_t)
1504 tmp = (ichdr->count - 1) * sizeof(xfs_attr_leaf_entry_t)
1509 ichdr->freemap[i].base += sizeof(xfs_attr_leaf_entry_t);
1512 sizeof(xfs_attr_leaf_entry_t));
1704 space += count * sizeof(xfs_attr_leaf_entry_t);
1710 max -= ichdr2.count * sizeof(xfs_attr_leaf_entry_t);
[all...]
H A Dxfs_da_format.h634 } xfs_attr_leaf_entry_t; typedef in typeref:struct:xfs_attr_leaf_entry
661 xfs_attr_leaf_entry_t entries[]; /* sorted on key, not name */
H A Dxfs_ondisk.h70 XFS_CHECK_STRUCT_SIZE(xfs_attr_leaf_entry_t, 8);
/linux-master/fs/xfs/scrub/
H A Dattr.c427 sizeof(xfs_attr_leaf_entry_t))) {

Completed in 110 milliseconds