/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_attr_leaf.c | 76 * attr3 block 'firstused' conversion helpers. 78 * firstused refers to the offset of the first used byte of the nameval region 80 * backwards towards the middle. As such, firstused is initialized to the block 84 * The in-core firstused field is 32-bit and thus supports the maximum fsb size. 101 to->firstused = be16_to_cpu(hdr3->firstused); in xfs_attr3_leaf_firstused_from_disk() 103 to->firstused = be16_to_cpu(from->hdr.firstused); in xfs_attr3_leaf_firstused_from_disk() 111 if (to->firstused == XFS_ATTR3_LEAF_NULLOFF) { in xfs_attr3_leaf_firstused_from_disk() 114 to->firstused in xfs_attr3_leaf_firstused_from_disk() 125 uint32_t firstused; xfs_attr3_leaf_firstused_to_disk() local [all...] |
H A D | xfs_da_format.h | 605 __be16 firstused; /* first used byte in name area */ member 655 __be16 firstused; member 679 * Special value to represent fs block size in the leaf header firstused field.
|
H A D | xfs_attr_leaf.h | 33 uint32_t firstused; member
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_attr_leaf.c | 78 * attr3 block 'firstused' conversion helpers. 80 * firstused refers to the offset of the first used byte of the nameval region 82 * backwards towards the middle. As such, firstused is initialized to the block 86 * The in-core firstused field is 32-bit and thus supports the maximum fsb size. 103 to->firstused = be16_to_cpu(hdr3->firstused); in xfs_attr3_leaf_firstused_from_disk() 105 to->firstused = be16_to_cpu(from->hdr.firstused); in xfs_attr3_leaf_firstused_from_disk() 113 if (to->firstused == XFS_ATTR3_LEAF_NULLOFF) { in xfs_attr3_leaf_firstused_from_disk() 116 to->firstused in xfs_attr3_leaf_firstused_from_disk() 127 uint32_t firstused; xfs_attr3_leaf_firstused_to_disk() local [all...] |
H A D | xfs_da_format.h | 606 __be16 firstused; /* first used byte in name area */ member 666 __be16 firstused; member 690 * Special value to represent fs block size in the leaf header firstused field.
|
H A D | xfs_attr_leaf.h | 33 uint32_t firstused; member
|
/kernel/linux/linux-5.10/fs/xfs/scrub/ |
H A D | attr.c | 270 if (nameidx < leafhdr->firstused || in xchk_xattr_entry() 355 if (leafhdr.firstused > mp->m_attr_geo->blksize) in xchk_xattr_block() 357 if (leafhdr.firstused < hdrsize) in xchk_xattr_block() 366 if ((char *)&entries[leafhdr.count] > (char *)leaf + leafhdr.firstused) in xchk_xattr_block()
|
/kernel/linux/linux-6.6/fs/xfs/scrub/ |
H A D | attr.c | 332 if (nameidx < leafhdr->firstused || in xchk_xattr_entry() 408 if (leafhdr.firstused > mp->m_attr_geo->blksize) in xchk_xattr_block() 410 if (leafhdr.firstused < hdrsize) in xchk_xattr_block() 419 if ((char *)&entries[leafhdr.count] > (char *)leaf + leafhdr.firstused) in xchk_xattr_block()
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/ |
H A D | dma.c | 1422 int slot, firstused; in b43_dma_handle_txstatus() local 1435 firstused = ring->current_slot - ring->used_slots + 1; in b43_dma_handle_txstatus() 1436 if (firstused < 0) in b43_dma_handle_txstatus() 1437 firstused = ring->nr_slots + firstused; in b43_dma_handle_txstatus() 1440 if (unlikely(slot != firstused)) { in b43_dma_handle_txstatus() 1444 if (slot == next_slot(ring, next_slot(ring, firstused))) { in b43_dma_handle_txstatus() 1448 slot = firstused; in b43_dma_handle_txstatus() 1465 ring->index, firstused, slot); in b43_dma_handle_txstatus() 1481 slot, firstused, rin in b43_dma_handle_txstatus() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/ |
H A D | dma.c | 1422 int slot, firstused; in b43_dma_handle_txstatus() local 1435 firstused = ring->current_slot - ring->used_slots + 1; in b43_dma_handle_txstatus() 1436 if (firstused < 0) in b43_dma_handle_txstatus() 1437 firstused = ring->nr_slots + firstused; in b43_dma_handle_txstatus() 1440 if (unlikely(slot != firstused)) { in b43_dma_handle_txstatus() 1444 if (slot == next_slot(ring, next_slot(ring, firstused))) { in b43_dma_handle_txstatus() 1448 slot = firstused; in b43_dma_handle_txstatus() 1465 ring->index, firstused, slot); in b43_dma_handle_txstatus() 1481 slot, firstused, rin in b43_dma_handle_txstatus() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43legacy/ |
H A D | dma.c | 1129 int firstused; in b43legacy_dma_handle_txstatus() local 1139 firstused = ring->current_slot - ring->used_slots + 1; in b43legacy_dma_handle_txstatus() 1140 if (firstused < 0) in b43legacy_dma_handle_txstatus() 1141 firstused = ring->nr_slots + firstused; in b43legacy_dma_handle_txstatus() 1142 if (unlikely(slot != firstused)) { in b43legacy_dma_handle_txstatus() 1148 ring->index, firstused, slot); in b43legacy_dma_handle_txstatus()
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43legacy/ |
H A D | dma.c | 1108 int firstused; in b43legacy_dma_handle_txstatus() local 1118 firstused = ring->current_slot - ring->used_slots + 1; in b43legacy_dma_handle_txstatus() 1119 if (firstused < 0) in b43legacy_dma_handle_txstatus() 1120 firstused = ring->nr_slots + firstused; in b43legacy_dma_handle_txstatus() 1121 if (unlikely(slot != firstused)) { in b43legacy_dma_handle_txstatus() 1127 ring->index, firstused, slot); in b43legacy_dma_handle_txstatus()
|
/kernel/linux/linux-5.10/fs/efs/ |
H A D | efs.h | 103 unsigned char firstused; member
|
/kernel/linux/linux-6.6/fs/efs/ |
H A D | efs.h | 100 unsigned char firstused; member
|