Searched refs:usedbytes (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/pci/hotplug/ |
A D | cpqphp_nvram.c | 225 u32 usedbytes; in store_HRT() local 247 usedbytes = 0; in store_HRT() 259 rc = add_byte(&pFill, 1, &usedbytes, &available); in store_HRT() 269 rc = add_byte(&pFill, ctrl->bus, &usedbytes, &available); in store_HRT() 284 rc = add_dword(&pFill, 0, &usedbytes, &available); in store_HRT() 298 rc = add_dword(&pFill, resNode->base, &usedbytes, &available); in store_HRT() 323 rc = add_dword(&pFill, resNode->base, &usedbytes, &available); in store_HRT() 348 rc = add_dword(&pFill, resNode->base, &usedbytes, &available); in store_HRT() 373 rc = add_dword(&pFill, resNode->base, &usedbytes, &available); in store_HRT() 395 temp_dword = usedbytes; in store_HRT() [all …]
|
/linux/fs/xfs/scrub/ |
A D | attr.c | 250 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()
|
/linux/fs/xfs/libxfs/ |
A D | xfs_attr_leaf.c | 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() 1589 ichdr_dst->usedbytes = 0; in xfs_attr3_leaf_compact() 1884 half += ichdr1->usedbytes + ichdr2->usedbytes + in xfs_attr3_leaf_figure_balance() 1984 ichdr.usedbytes; in xfs_attr3_leaf_toosmall() 2041 ichdr.usedbytes - ichdr2.usedbytes - in xfs_attr3_leaf_toosmall() 2184 ichdr.usedbytes -= entsize; in xfs_attr3_leaf_remove() 2585 ichdr_s->usedbytes -= tmp; in xfs_attr3_leaf_moveents() [all …]
|
A D | xfs_da_format.h | 604 __be16 usedbytes; /* num bytes of names/values stored */ member 654 __be16 usedbytes; member
|
A D | xfs_attr_leaf.h | 26 uint16_t usedbytes; member
|
Completed in 21 milliseconds