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

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dindex.c531 if (ie->key_length
532 && ((le16_to_cpu(ie->key_length) + offsetof(INDEX_ENTRY, key))
623 &ie->key, le16_to_cpu(ie->key_length));
894 icx->data_len = le16_to_cpu(ie->key_length);
1570 if (!ntfs_index_lookup(&ie->key, le16_to_cpu(ie->key_length), icx)) {
1647 ie->key_length = cpu_to_le16(fn_size);
H A Dobject_id.c160 indx.header.key_length = const_cpu_to_le16(
H A Dlayout.h2311 /* 10*/ le16 key_length; member in struct:__anon88
2344 /* 10*/ le16 key_length; /* Byte size of the key value, which is in the member in struct:__anon91
2376 If the key_length is zero, then the vcn immediately
H A Dreparse.c958 indx.header.key_length = const_cpu_to_le16(
H A Ddir.c1604 ie->key_length = const_cpu_to_le16(0);
/haiku/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dmkntfs.c2031 e->key_length = const_cpu_to_le16(0);
2493 le16_to_cpu(idx->key_length),
2494 le16_to_cpu(idx_entry->key_length),
2559 idx_entry_sdh->key_length = const_cpu_to_le16(0x08);
2577 idx_entry_sii->key_length = const_cpu_to_le16(0x04);
2623 idx_entry_q1->key_length = const_cpu_to_le16(0x04);
2650 idx_entry_q2->key_length = const_cpu_to_le16(0x04);
2685 idx_entry_o->key_length = const_cpu_to_le16(0x10);
2835 ie->key_length = cpu_to_le16(file_name_size);
2938 idx_entry_new->key_length
[all...]

Completed in 68 milliseconds