Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/hotplug/
Dcpqphp_nvram.c238 u32 usedbytes; in store_HRT() local
261 usedbytes = 0; in store_HRT()
268 rc = add_byte( &pFill, 1 + ctrl->push_flag, &usedbytes, &available); in store_HRT()
273 rc = add_byte( &pFill, 1, &usedbytes, &available); in store_HRT()
283 rc = add_byte( &pFill, ctrl->bus, &usedbytes, &available); in store_HRT()
288 rc = add_byte( &pFill, ctrl->device, &usedbytes, &available); in store_HRT()
293 rc = add_byte( &pFill, ctrl->function, &usedbytes, &available); in store_HRT()
298 rc = add_dword( &pFill, 0, &usedbytes, &available); in store_HRT()
312 rc = add_dword( &pFill, resNode->base, &usedbytes, &available); in store_HRT()
317 rc = add_dword( &pFill, resNode->length, &usedbytes, &available); in store_HRT()
[all …]
/linux-2.4.37.9/fs/xfs/
Dxfs_attr_leaf.c1066 INT_MOD(hdr->usedbytes, ARCH_CONVERT, in xfs_attr_leaf_add_work()
1104 INT_ZERO(hdr_d->usedbytes, ARCH_CONVERT); in xfs_attr_leaf_compact()
1200 space = INT_GET(hdr1->usedbytes, ARCH_CONVERT) - totallen; in xfs_attr_leaf_rebalance()
1234 space = totallen - INT_GET(hdr1->usedbytes, ARCH_CONVERT); in xfs_attr_leaf_rebalance()
1342 half += INT_GET(hdr1->usedbytes, ARCH_CONVERT) in xfs_attr_leaf_figure_balance()
1343 + INT_GET(hdr2->usedbytes, ARCH_CONVERT) in xfs_attr_leaf_figure_balance()
1442 INT_GET(leaf->hdr.usedbytes, ARCH_CONVERT); in xfs_attr_leaf_toosmall()
1499 bytes -= INT_GET(leaf->hdr.usedbytes, ARCH_CONVERT); in xfs_attr_leaf_toosmall()
1504 bytes -= INT_GET(leaf->hdr.usedbytes, ARCH_CONVERT); in xfs_attr_leaf_toosmall()
1656 INT_MOD(hdr->usedbytes, ARCH_CONVERT, -entsize); in xfs_attr_leaf_remove()
[all …]
Dxfs_attr_leaf.h93 __uint16_t usedbytes; /* num bytes of names/values stored */ member