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

/macosx-10.10/ntfs-84/kext/
H A Dntfs_attr_list.c235 ATTR_LIST_ENTRY *al_entry; local
275 al_entry = (ATTR_LIST_ENTRY*)al;
341 * record its attribute list entry in @ctx->al_entry so we do
345 ctx->al_entry = al_entry;
358 if ((u8*)al_entry + al_entry_len > al_end)
359 panic("%s(): (u8*)al_entry + al_entry_len > al_end\n",
365 *al_entry = (ATTR_LIST_ENTRY) {
376 memcpy(&al_entry->name,
381 memset((u8*)al_entry
1336 ATTR_LIST_ENTRY *al_entry; local
[all...]
H A Dntfs_attr.c685 ctx->al_entry = NULL;
940 * the mft record in which @ctx->a is located and @ctx->al_entry is set to
947 * located, i.e. the base mft record, and @ctx->al_entry is set to point to the
955 * attribute list attribute at @ctx->al_entry.
980 ATTR_LIST_ENTRY *al_entry, *next_al_entry; local
1007 if (!ctx->al_entry)
1008 ctx->al_entry = (ATTR_LIST_ENTRY*)al_start;
1010 * Iterate over entries in attribute list starting at @ctx->al_entry,
1015 al_entry = ctx->al_entry;
1538 ATTR_LIST_ENTRY *al_entry; local
2426 ATTR_LIST_ENTRY *al_entry; local
3206 ATTR_LIST_ENTRY *al_entry; local
3572 ntfs_attr_record_move_for_attr_list_attribute( ntfs_attr_search_ctx *al_ctx, ATTR_LIST_ENTRY *al_entry, ntfs_attr_search_ctx *ctx, BOOL *remap_needed) argument
3819 ATTR_LIST_ENTRY *al_entry; local
6784 ATTR_LIST_ENTRY *al_entry; local
7674 ATTR_LIST_ENTRY *al_entry; local
[all...]
H A Dntfs_index.c1456 ATTR_LIST_ENTRY *al_entry; local
1653 al_entry = ctx->al_entry;
1659 if ((u8*)al_entry < ni->attr_list ||
1660 (u8*)al_entry > ni->attr_list + new_al_size ||
1661 (u8*)al_entry + al_entry_len >
1708 al_entry_ofs = (u8*)al_entry - al;
1711 if ((u8*)al_entry < al_end)
1715 al_entry = ctx->al_entry
2511 ATTR_LIST_ENTRY *al_entry; local
[all...]
H A Dntfs_attr.h134 ATTR_LIST_ENTRY *al_entry; member in struct:_ntfs_attr_search_ctx
216 ntfs_attr_search_ctx *al_ctx, ATTR_LIST_ENTRY *al_entry,
H A Dntfs_vfsops.c862 ATTR_LIST_ENTRY *al_entry, *next_al_entry; local
953 al_entry = (ATTR_LIST_ENTRY*)ni->attr_list;
954 al_end = (u8*)al_entry + ni->attr_list_size;
955 for (;; al_entry = next_al_entry) {
957 if ((u8*)al_entry < ni->attr_list ||
958 (u8*)al_entry > al_end)
961 if ((u8*)al_entry == al_end)
963 if (!al_entry->length)
965 if ((u8*)al_entry + 6 > al_end || (u8*)al_entry
[all...]

Completed in 136 milliseconds