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

/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dattrlist.c161 if (ctx->al_entry->lowest_vcn == attr->u.nonres.lowest_vcn) {
169 ale = (ATTR_LIST_ENTRY*)((u8*)ctx->al_entry +
170 le16_to_cpu(ctx->al_entry->length));
180 ale = ctx->al_entry;
182 /* Don't need it anymore, @ctx->al_entry points to @ni->attr_list. */
243 * Remove the attribute list entry @ctx->al_entry from the attribute list.
256 if (!ctx || !ctx->ntfs_ino || !ctx->al_entry) {
266 ale = ctx->al_entry;
270 (unsigned) le32_to_cpu(ctx->al_entry->type),
271 (long long) sle64_to_cpu(ctx->al_entry
[all...]
H A Dattrib.c1853 * @ctx->mrec, and @ctx->al_entry is the attribute list entry for this
1862 * @ctx->al_entry points to the position within @ctx->base_ntfs_ino->attr_list
1866 * @ctx->al_entry is set to NULL also (see above).
1881 ATTR_LIST_ENTRY *al_entry, *next_al_entry; local
1904 if (!ctx->al_entry) {
1905 ctx->al_entry = (ATTR_LIST_ENTRY*)al_start;
1909 * Iterate over entries in attribute list starting at @ctx->al_entry,
1913 al_entry = ctx->al_entry;
1921 le32_to_cpu(al_entry
[all...]
/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Dattrib.h80 ATTR_LIST_ENTRY *al_entry; member in struct:_ntfs_attr_search_ctx
259 ATTR_LIST_ENTRY al_entry; member in union:__anon2035

Completed in 28 milliseconds