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

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dindex.c463 u32 ib_size = (unsigned)le32_to_cpu(ib->index.allocated_size) local
482 if (ib_size != block_size) {
486 (unsigned long long)inum, ib_size,
904 static INDEX_BLOCK *ntfs_ib_alloc(VCN ib_vcn, u32 ib_size, argument
910 ntfs_log_trace("ib_vcn: %lld ib_size: %u\n", (long long)ib_vcn, ib_size);
912 ib = ntfs_calloc(ib_size);
918 ib->usa_count = cpu_to_le16(ib_size / NTFS_BLOCK_SIZE + 1);
928 ib->index.allocated_size = cpu_to_le32(ib_size -

Completed in 36 milliseconds