Home
last modified time | relevance | path

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

/third_party/ntfs-3g/libntfs-3g/
H A Dattrlist.c158 if (ctx->al_entry->lowest_vcn == attr->lowest_vcn) { in ntfs_attrlist_entry_add()
166 ale = (ATTR_LIST_ENTRY*)((u8*)ctx->al_entry + in ntfs_attrlist_entry_add()
167 le16_to_cpu(ctx->al_entry->length)); in ntfs_attrlist_entry_add()
177 ale = ctx->al_entry; in ntfs_attrlist_entry_add()
179 /* Don't need it anymore, @ctx->al_entry points to @ni->attr_list. */ in ntfs_attrlist_entry_add()
240 * Remove the attribute list entry @ctx->al_entry from the attribute list.
253 if (!ctx || !ctx->ntfs_ino || !ctx->al_entry) { in ntfs_attrlist_entry_rm()
263 ale = ctx->al_entry; in ntfs_attrlist_entry_rm()
267 (unsigned) le32_to_cpu(ctx->al_entry->type), in ntfs_attrlist_entry_rm()
268 (long long) sle64_to_cpu(ctx->al_entry in ntfs_attrlist_entry_rm()
[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 Dindex.c1281 && (ctx->al_entry || !ntfs_inode_add_attrlist(icx->ni))) { in ntfs_ir_reparent()
/third_party/ntfs-3g/include/ntfs-3g/
H A Dattrib.h91 ATTR_LIST_ENTRY *al_entry; member
268 ATTR_LIST_ENTRY al_entry; member
/third_party/ntfs-3g/ntfsprogs/
H A Dntfswipe.c917 if (!ctx->al_entry || !ctx->al_entry->lowest_vcn) { in wipe_tails()

Completed in 11 milliseconds