Searched refs:firstused (Results 1 – 3 of 3) sorted by relevance
118 to->firstused = be16_to_cpu(hdr3->firstused); in xfs_attr3_leaf_hdr_from_disk()132 to->firstused = be16_to_cpu(from->hdr.firstused); in xfs_attr3_leaf_hdr_from_disk()159 hdr3->firstused = cpu_to_be16(from->firstused); in xfs_attr3_leaf_hdr_to_disk()174 to->hdr.firstused = cpu_to_be16(from->firstused); in xfs_attr3_leaf_hdr_to_disk()1156 ichdr.firstused = XFS_LBSIZE(mp); in xfs_attr3_leaf_create()1172 ichdr.freemap[0].size = ichdr.firstused - ichdr.freemap[0].base; in xfs_attr3_leaf_create()1271 if (tablesize > ichdr.firstused) { in xfs_attr3_leaf_add()1278 if (ichdr.freemap[i].base < ichdr.firstused) in xfs_attr3_leaf_add()1424 if (be16_to_cpu(entry->nameidx) < ichdr->firstused) in xfs_attr3_leaf_add_work()1425 ichdr->firstused = be16_to_cpu(entry->nameidx); in xfs_attr3_leaf_add_work()[all …]
84 __be16 firstused; /* first used byte in name area */ member127 __be16 firstused; member159 __uint16_t firstused; member
96 unsigned char firstused; member