Home
last modified time | relevance | path

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

/fs/xfs/scrub/
Dattr.c250 unsigned int *usedbytes, in xchk_xattr_entry() argument
297 *usedbytes += namesize; in xchk_xattr_entry()
318 unsigned int usedbytes = 0; in xchk_xattr_block() local
354 if (leafhdr.usedbytes > mp->m_attr_geo->blksize) in xchk_xattr_block()
382 ent, i, &usedbytes, &last_hashval); in xchk_xattr_block()
391 if (leafhdr.usedbytes != usedbytes) in xchk_xattr_block()
/fs/xfs/libxfs/
Dxfs_attr_leaf.c113 ASSERT(!to->count && !to->usedbytes); in xfs_attr3_leaf_firstused_from_disk()
168 to->usedbytes = be16_to_cpu(hdr3->usedbytes); in xfs_attr3_leaf_hdr_from_disk()
182 to->usedbytes = be16_to_cpu(from->hdr.usedbytes); in xfs_attr3_leaf_hdr_from_disk()
210 hdr3->usedbytes = cpu_to_be16(from->usedbytes); in xfs_attr3_leaf_hdr_to_disk()
225 to->hdr.usedbytes = cpu_to_be16(from->usedbytes); in xfs_attr3_leaf_hdr_to_disk()
1552 ichdr->usedbytes += xfs_attr_leaf_entsize(leaf, args->index); in xfs_attr3_leaf_add_work()
1589 ichdr_dst->usedbytes = 0; in xfs_attr3_leaf_compact()
1740 space = ichdr1.usedbytes - totallen; in xfs_attr3_leaf_rebalance()
1769 space = totallen - ichdr1.usedbytes; in xfs_attr3_leaf_rebalance()
1884 half += ichdr1->usedbytes + ichdr2->usedbytes + in xfs_attr3_leaf_figure_balance()
[all …]
Dxfs_da_format.h604 __be16 usedbytes; /* num bytes of names/values stored */ member
654 __be16 usedbytes; member
Dxfs_attr_leaf.h26 uint16_t usedbytes; member