Home
last modified time | relevance | path

Searched refs:usedbytes (Results 1 – 3 of 3) 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
353 if (leafhdr.usedbytes > mp->m_attr_geo->blksize) in xchk_xattr_block()
381 ent, i, &usedbytes, &last_hashval); in xchk_xattr_block()
390 if (leafhdr.usedbytes != usedbytes) in xchk_xattr_block()
/fs/xfs/libxfs/
Dxfs_attr_leaf.c112 ASSERT(!to->count && !to->usedbytes); in xfs_attr3_leaf_firstused_from_disk()
167 to->usedbytes = be16_to_cpu(hdr3->usedbytes); in xfs_attr3_leaf_hdr_from_disk()
181 to->usedbytes = be16_to_cpu(from->hdr.usedbytes); in xfs_attr3_leaf_hdr_from_disk()
209 hdr3->usedbytes = cpu_to_be16(from->usedbytes); in xfs_attr3_leaf_hdr_to_disk()
224 to->hdr.usedbytes = cpu_to_be16(from->usedbytes); in xfs_attr3_leaf_hdr_to_disk()
1453 ichdr->usedbytes += xfs_attr_leaf_entsize(leaf, args->index); in xfs_attr3_leaf_add_work()
1490 ichdr_dst->usedbytes = 0; in xfs_attr3_leaf_compact()
1641 space = ichdr1.usedbytes - totallen; in xfs_attr3_leaf_rebalance()
1670 space = totallen - ichdr1.usedbytes; in xfs_attr3_leaf_rebalance()
1785 half += ichdr1->usedbytes + ichdr2->usedbytes + in xfs_attr3_leaf_figure_balance()
[all …]
Dxfs_da_format.h638 __be16 usedbytes; /* num bytes of names/values stored */ member
688 __be16 usedbytes; member
720 uint16_t usedbytes; member