Searched refs:kbn_sz (Results 1 – 1 of 1) sorted by relevance
1611 unsigned int kbn_sz = 0; /* Number of bytes available in the kbn block. */ in vms_write_index() local1656 if (kbn_sz < sizeof (struct vms_kbn)) in vms_write_index()1677 kbn_sz = VMS_BLOCK_SIZE - 2; in vms_write_index()1680 if (kl + sizeof (struct vms_kbn) > kbn_sz) in vms_write_index()1681 kl_chunk = kbn_sz - sizeof (struct vms_kbn); in vms_write_index()1689 kbn = (struct vms_kbn *)(kbn_blk + VMS_BLOCK_SIZE - kbn_sz); in vms_write_index()1695 key_off = VMS_BLOCK_SIZE - kbn_sz; in vms_write_index()1716 kbn_sz -= kl_chunk + sizeof (struct vms_kbn); in vms_write_index()