Lines Matching refs:al_entry
158 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->lowest_vcn));