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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
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) le64_to_cpu(ctx->al_entry
[all...]
H A Dattrib.c1891 * @ctx->mrec, and @ctx->al_entry is the attribute list entry for this
1900 * @ctx->al_entry points to the position within @ctx->base_ntfs_ino->attr_list
1904 * @ctx->al_entry is set to NULL also (see above).
1919 ATTR_LIST_ENTRY *al_entry, *next_al_entry; local
1942 if (!ctx->al_entry) {
1943 ctx->al_entry = (ATTR_LIST_ENTRY*)al_start;
1947 * Iterate over entries in attribute list starting at @ctx->al_entry,
1951 al_entry = ctx->al_entry;
1959 le32_to_cpu(al_entry
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ntfs/
H A Dattrib.c839 * mft record in which @ctx->attr is located and @ctx->al_entry will point to
846 * @ctx->attr is located and @ctx->al_entry will point to the attribute list
854 * attribute list attribute at @ctx->al_entry.
866 ATTR_LIST_ENTRY *al_entry, *next_al_entry; local
889 if (!ctx->al_entry)
890 ctx->al_entry = (ATTR_LIST_ENTRY*)al_start;
892 * Iterate over entries in attribute list starting at @ctx->al_entry,
896 al_entry = ctx->al_entry;
899 al_entry
[all...]
H A Dattrib.h57 ATTR_LIST_ENTRY *al_entry; member in struct:__anon7486
H A Dinode.c1852 ATTR_LIST_ENTRY *al_entry, *next_al_entry; local
1935 al_entry = (ATTR_LIST_ENTRY*)ni->attr_list;
1936 al_end = (u8*)al_entry + ni->attr_list_size;
1937 for (;; al_entry = next_al_entry) {
1939 if ((u8*)al_entry < ni->attr_list ||
1940 (u8*)al_entry > al_end)
1943 if ((u8*)al_entry == al_end)
1945 if (!al_entry->length)
1947 if ((u8*)al_entry + 6 > al_end || (u8*)al_entry
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dattrib.h79 ATTR_LIST_ENTRY *al_entry; member in struct:_ntfs_attr_search_ctx
229 ATTR_LIST_ENTRY al_entry; member in union:__anon1227

Completed in 194 milliseconds