Searched refs:firstused (Results 1 – 6 of 6) sorted by relevance
132 * attr3 block 'firstused' conversion helpers.134 * firstused refers to the offset of the first used byte of the nameval region136 * backwards towards the middle. As such, firstused is initialized to the block140 * The in-core firstused field is 32-bit and thus supports the maximum fsb size.157 to->firstused = be16_to_cpu(hdr3->firstused); in xfs_attr3_leaf_firstused_from_disk() 159 to->firstused = be16_to_cpu(from->hdr.firstused); in xfs_attr3_leaf_firstused_from_disk() 167 if (to->firstused == XFS_ATTR3_LEAF_NULLOFF) { in xfs_attr3_leaf_firstused_from_disk() 170 to->firstused in xfs_attr3_leaf_firstused_from_disk() 181 uint32_t firstused; xfs_attr3_leaf_firstused_to_disk() local [all...]
33 uint32_t firstused; member
323 if (nameidx < leafhdr->firstused || in xchk_xattr_entry() 414 if (leafhdr.firstused > mp->m_attr_geo->blksize) in xchk_xattr_block() 416 if (leafhdr.firstused < hdrsize) in xchk_xattr_block() 427 if ((char *)&entries[leafhdr.count] > (char *)leaf + leafhdr.firstused) in xchk_xattr_block()
430 if (nameidx < leafhdr.firstused || in xrep_xattr_recover_leaf()
1107 int firstused; in b43legacy_dma_handle_txstatus() local1117 firstused = ring->current_slot - ring->used_slots + 1; in b43legacy_dma_handle_txstatus()1118 if (firstused < 0) in b43legacy_dma_handle_txstatus()1119 firstused = ring->nr_slots + firstused; in b43legacy_dma_handle_txstatus()1120 if (unlikely(slot != firstused)) { in b43legacy_dma_handle_txstatus()1126 ring->index, firstused, slot); in b43legacy_dma_handle_txstatus()
100 unsigned char firstused; member