Searched refs:usedbytes (Results 1 – 4 of 4) sorted by relevance
329 unsigned int *usedbytes, in xchk_xattr_entry() argument376 *usedbytes += namesize; in xchk_xattr_entry()397 unsigned int usedbytes = 0; in xchk_xattr_block() local434 if (leafhdr.usedbytes > mp->m_attr_geo->blksize) in xchk_xattr_block()464 ent, i, &usedbytes, &last_hashval); in xchk_xattr_block()473 if (leafhdr.usedbytes != usedbytes) in xchk_xattr_block()
170 to->usedbytes = be16_to_cpu(hdr3->usedbytes); in xfs_attr3_leaf_hdr_from_disk()184 to->usedbytes = be16_to_cpu(from->hdr.usedbytes); in xfs_attr3_leaf_hdr_from_disk()212 hdr3->usedbytes = cpu_to_be16(from->usedbytes); in xfs_attr3_leaf_hdr_to_disk()227 to->hdr.usedbytes = cpu_to_be16(from->usedbytes); in xfs_attr3_leaf_hdr_to_disk()1633 ichdr_dst->usedbytes = 0; in xfs_attr3_leaf_compact()1928 half += ichdr1->usedbytes + ichdr2->usedbytes + in xfs_attr3_leaf_figure_balance()2028 ichdr.usedbytes; in xfs_attr3_leaf_toosmall()2085 ichdr.usedbytes - ichdr2.usedbytes - in xfs_attr3_leaf_toosmall()2228 ichdr.usedbytes -= entsize; in xfs_attr3_leaf_remove()2636 ichdr_s->usedbytes -= tmp; in xfs_attr3_leaf_moveents()[all …]
621 __be16 usedbytes; /* num bytes of names/values stored */ member681 __be16 usedbytes; member
26 uint16_t usedbytes; member
Completed in 12 milliseconds