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

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dattrlist.c158 if (ctx->al_entry->lowest_vcn == attr->lowest_vcn) {
166 ale = (ATTR_LIST_ENTRY*)((u8*)ctx->al_entry +
167 le16_to_cpu(ctx->al_entry->length));
177 ale = ctx->al_entry;
179 /* Don't need it anymore, @ctx->al_entry points to @ni->attr_list. */
240 * Remove the attribute list entry @ctx->al_entry from the attribute list.
253 if (!ctx || !ctx->ntfs_ino || !ctx->al_entry) {
263 ale = ctx->al_entry;
267 (unsigned) le32_to_cpu(ctx->al_entry->type),
268 (long long) sle64_to_cpu(ctx->al_entry
[all...]
H A Dattrib.c3042 * @ctx->mrec, and @ctx->al_entry is the attribute list entry for this
3051 * @ctx->al_entry points to the position within @ctx->base_ntfs_ino->attr_list
3055 * @ctx->al_entry is set to NULL also (see above).
3070 ATTR_LIST_ENTRY *al_entry, *next_al_entry; local
3095 if (!ctx->al_entry) {
3096 ctx->al_entry = (ATTR_LIST_ENTRY*)al_start;
3100 * Iterate over entries in attribute list starting at @ctx->al_entry,
3104 al_entry = ctx->al_entry;
3112 le32_to_cpu(al_entry
[all...]
H A Dattrib.h91 ATTR_LIST_ENTRY *al_entry; member in struct:_ntfs_attr_search_ctx
268 ATTR_LIST_ENTRY al_entry; member in union:__anon7
H A Dindex.c1281 && (ctx->al_entry || !ntfs_inode_add_attrlist(icx->ni))) {

Completed in 52 milliseconds