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

/macosx-10.10.1/ntfs-84/kext/
H A Dntfs_index.c3270 * @ie_size: size of the index entry to make space for
3273 * record to insert an index entry of size @ie_size in the index root
3287 const u32 ie_size)
3291 const u32 new_muse = muse + ie_size;
3305 memmove((u8*)ie + ie_size, ie, muse - ((u8*)ie - (u8*)m));
3314 a->length = cpu_to_le32(le32_to_cpu(a->length) + ie_size);
3316 ie_size);
3320 le32_to_cpu(ih->index_length) + ie_size);
3332 * @ie_size: size of the index entry to make space for
3335 * block to insert an index entry of size @ie_size
3286 ntfs_index_root_make_space(ntfs_index_context *ictx, const u32 ie_size) argument
3347 ntfs_index_block_make_space(ntfs_index_context *ictx, const u32 ie_size) argument
3388 ntfs_index_node_make_space(ntfs_index_context *ictx, const u32 ie_size) argument
4667 const unsigned ie_size = le16_to_cpu(ie->length); local
4731 const unsigned ie_size = le16_to_cpu(ie->length); local
5262 unsigned ie_size, pred_ie_size, pull_down_entry_nr, pull_down_ie_size; local
[all...]

Completed in 216 milliseconds