Searched refs:firstused (Results 1 - 7 of 7) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_attr_leaf.c79 * attr3 block 'firstused' conversion helpers.
81 * firstused refers to the offset of the first used byte of the nameval region
83 * backwards towards the middle. As such, firstused is initialized to the block
87 * The in-core firstused field is 32-bit and thus supports the maximum fsb size.
104 to->firstused = be16_to_cpu(hdr3->firstused);
106 to->firstused = be16_to_cpu(from->hdr.firstused);
114 if (to->firstused == XFS_ATTR3_LEAF_NULLOFF) {
117 to->firstused
128 uint32_t firstused; local
[all...]
H A Dxfs_attr_leaf.h33 uint32_t firstused; member in struct:xfs_attr3_icleaf_hdr
H A Dxfs_da_format.h622 __be16 firstused; /* first used byte in name area */ member in struct:xfs_attr_leaf_hdr
682 __be16 firstused; member in struct:xfs_attr3_leaf_hdr
706 * Special value to represent fs block size in the leaf header firstused field.
/linux-master/fs/efs/
H A Defs.h100 unsigned char firstused; member in struct:efs_dir
/linux-master/drivers/net/wireless/broadcom/b43/
H A Ddma.c1422 int slot, firstused; local
1435 firstused = ring->current_slot - ring->used_slots + 1;
1436 if (firstused < 0)
1437 firstused = ring->nr_slots + firstused;
1440 if (unlikely(slot != firstused)) {
1444 if (slot == next_slot(ring, next_slot(ring, firstused))) {
1448 slot = firstused;
1465 ring->index, firstused, slot);
1481 slot, firstused, rin
[all...]
/linux-master/fs/xfs/scrub/
H A Dattr.c332 if (nameidx < leafhdr->firstused ||
408 if (leafhdr.firstused > mp->m_attr_geo->blksize)
410 if (leafhdr.firstused < hdrsize)
419 if ((char *)&entries[leafhdr.count] > (char *)leaf + leafhdr.firstused)
/linux-master/drivers/net/wireless/broadcom/b43legacy/
H A Ddma.c1108 int firstused; local
1118 firstused = ring->current_slot - ring->used_slots + 1;
1119 if (firstused < 0)
1120 firstused = ring->nr_slots + firstused;
1121 if (unlikely(slot != firstused)) {
1127 ring->index, firstused, slot);

Completed in 130 milliseconds