Searched defs:al_entry (Results 1 - 2 of 2) sorted by relevance

/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
/osnet-11/usr/src/lib/libntfs/common/libntfs/
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...]

Completed in 20 milliseconds