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

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dattrlist.c151 ((u8*)attr + le16_to_cpu(attr->name_offset)) :
192 ale->name_offset = offsetof(ATTR_LIST_ENTRY, name);
199 memcpy(ale->name, (u8 *)attr + le16_to_cpu(attr->name_offset),
H A Dattrib.c458 + le16_to_cpu(a->name_offset));
2904 && ((le16_to_cpu(a->name_offset)
2914 le16_to_cpu(a->name_offset)),
3201 && ((u8*)al_entry + al_entry->name_offset
3215 al_name = (ntfschar*)((u8*)al_entry + al_entry->name_offset);
3263 next_al_entry->name_offset),
3342 le16_to_cpu(a->name_offset)),
3460 && (((u32)le16_to_cpu(a->name_offset)
3481 && (((u32)le16_to_cpu(a->name_offset)
4162 a->name_offset
[all...]
H A Defs.c156 (ntfschar*)((u8*)a + le16_to_cpu(a->name_offset)),
H A Dinode.c1177 ale->name_offset = (u8 *)ale->name - (u8 *)ale;
1186 le16_to_cpu(ctx->attr->name_offset),
1450 (ntfschar *)((u8 *)attr + le16_to_cpu(attr->name_offset)),
H A Dlayout.h731 /* 10*/ le16 name_offset; /* If name_length != 0, the byte offset to the member in struct:__anon29
1027 /* 7*/ u8 name_offset; /* Byte offset to beginning of attribute name member in struct:__anon38
1048 name_offset to determine the location of the
H A Dindex.c2014 name = (ntfschar *)((u8 *)attr + le16_to_cpu(attr->name_offset));
/haiku/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dutils.h135 return (ntfschar*)((u8*)attr + le16_to_cpu(attr->name_offset));
H A Dmkntfs.c961 (ntfschar*)((char*)a + le16_to_cpu(a->name_offset)),
967 le16_to_cpu(a->name_offset)),
983 le16_to_cpu(a->name_offset)),
1250 a->name_offset = cpu_to_le16(hdr_size);
1443 a->name_offset = cpu_to_le16(hdr_size);
1588 a->name_offset = const_cpu_to_le16(0);
1590 a->name_offset = const_cpu_to_le16(24);
H A Dutils.c695 + le16_to_cpu(attr->name_offset)),

Completed in 97 milliseconds