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

/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dmkntfs.c2070 INDEX_ALLOCATION *ia_val = NULL; local
2117 ia_val = ntfs_calloc(index_block_size);
2118 if (!ia_val) {
2123 ia_val->magic = magic_INDX;
2124 ia_val->usa_ofs = cpu_to_le16(sizeof(INDEX_ALLOCATION));
2126 ia_val->usa_count = cpu_to_le16(index_block_size /
2129 ia_val->usa_count = cpu_to_le16(1);
2138 *(le16*)((char*)ia_val + le16_to_cpu(ia_val->usa_ofs)) =
2140 ia_val
[all...]

Completed in 44 milliseconds