Home
last modified time | relevance | path

Searched refs:firstused (Results 1 – 3 of 3) sorted by relevance

/fs/xfs/
Dxfs_attr_leaf.c118 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 …]
Dxfs_attr_leaf.h84 __be16 firstused; /* first used byte in name area */ member
127 __be16 firstused; member
159 __uint16_t firstused; member
/fs/efs/
Defs.h96 unsigned char firstused; member