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

/macosx-10.10/ntfs-84/kext/
H A Dntfs_index.c4649 * @new_ie_size: size in bytes of the new index entry
4662 const unsigned new_ie_size)
4668 const int size_change = (int)new_ie_size - (int)ie_size;
4685 memmove((u8*)ie + new_ie_size - sizeof(VCN), vcn_addr,
4713 * @new_ie_size: size in bytes of the new index entry
4726 const unsigned new_ie_size)
4732 const u32 new_ilen = ilen + new_ie_size - ie_size;
4744 memmove((u8*)ie + new_ie_size - sizeof(VCN), vcn_addr,
4777 const unsigned new_ie_size = le16_to_cpu(new_ie->length) + sizeof(VCN); local
4792 err = ntfs_index_root_prepare_replace(ictx, new_ie_size);
4661 ntfs_index_root_prepare_replace(ntfs_index_context *ictx, const unsigned new_ie_size) argument
4725 ntfs_index_block_prepare_replace(ntfs_index_context *ictx, const unsigned new_ie_size) argument
[all...]

Completed in 121 milliseconds