/kernel/linux/linux-5.10/drivers/pci/hotplug/ |
H A D | cpqphp_nvram.c | 225 u32 usedbytes; in store_HRT() local 247 usedbytes = 0; in store_HRT() 254 rc = add_byte(&pFill, 1 + ctrl->push_flag, &usedbytes, &available); 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() 274 rc = add_byte(&pFill, PCI_SLOT(ctrl->pci_dev->devfn), &usedbytes, &available); in store_HRT() 279 rc = add_byte(&pFill, PCI_FUNC(ctrl->pci_dev->devfn), &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() 303 rc = add_dword(&pFill, resNode->length, &usedbytes, in store_HRT() [all...] |
/kernel/linux/linux-6.6/drivers/pci/hotplug/ |
H A D | cpqphp_nvram.c | 225 u32 usedbytes; in store_HRT() local 247 usedbytes = 0; in store_HRT() 254 rc = add_byte(&pFill, 1 + ctrl->push_flag, &usedbytes, &available); 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() 274 rc = add_byte(&pFill, PCI_SLOT(ctrl->pci_dev->devfn), &usedbytes, &available); in store_HRT() 279 rc = add_byte(&pFill, PCI_FUNC(ctrl->pci_dev->devfn), &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() 303 rc = add_dword(&pFill, resNode->length, &usedbytes, in store_HRT() [all...] |
/kernel/linux/linux-5.10/fs/xfs/scrub/ |
H A D | attr.c | 250 unsigned int *usedbytes, in xchk_xattr_entry() 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() 242 xchk_xattr_entry( struct xchk_da_btree *ds, int level, char *buf_end, struct xfs_attr_leafblock *leaf, struct xfs_attr3_icleaf_hdr *leafhdr, struct xfs_attr_leaf_entry *ent, int idx, unsigned int *usedbytes, __u32 *last_hashval) xchk_xattr_entry() argument
|
/kernel/linux/linux-6.6/fs/xfs/scrub/ |
H A D | attr.c | 312 unsigned int *usedbytes, in xchk_xattr_entry() 359 *usedbytes += namesize; in xchk_xattr_entry() 380 unsigned int usedbytes = 0; in xchk_xattr_block() local 406 if (leafhdr.usedbytes > mp->m_attr_geo->blksize) in xchk_xattr_block() 434 ent, i, &usedbytes, &last_hashval); in xchk_xattr_block() 443 if (leafhdr.usedbytes != usedbytes) in xchk_xattr_block() 304 xchk_xattr_entry( struct xchk_da_btree *ds, int level, char *buf_end, struct xfs_attr_leafblock *leaf, struct xfs_attr3_icleaf_hdr *leafhdr, struct xfs_attr_leaf_entry *ent, int idx, unsigned int *usedbytes, __u32 *last_hashval) xchk_xattr_entry() argument
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_attr_leaf.c | 112 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() 1551 ichdr->usedbytes in xfs_attr3_leaf_add_work() [all...] |
H A D | xfs_da_format.h | 604 __be16 usedbytes; /* num bytes of names/values stored */ member 654 __be16 usedbytes; member
|
H A D | xfs_attr_leaf.h | 26 uint16_t usedbytes; member
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_attr_leaf.c | 114 ASSERT(!to->count && !to->usedbytes); in xfs_attr3_leaf_firstused_from_disk() 169 to->usedbytes = be16_to_cpu(hdr3->usedbytes); in xfs_attr3_leaf_hdr_from_disk() 183 to->usedbytes = be16_to_cpu(from->hdr.usedbytes); in xfs_attr3_leaf_hdr_from_disk() 211 hdr3->usedbytes = cpu_to_be16(from->usedbytes); in xfs_attr3_leaf_hdr_to_disk() 226 to->hdr.usedbytes = cpu_to_be16(from->usedbytes); in xfs_attr3_leaf_hdr_to_disk() 1597 ichdr->usedbytes in xfs_attr3_leaf_add_work() [all...] |
H A D | xfs_da_format.h | 605 __be16 usedbytes; /* num bytes of names/values stored */ member 665 __be16 usedbytes; member
|
H A D | xfs_attr_leaf.h | 26 uint16_t usedbytes; member
|