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

/macosx-10.10/ntfs-84/kext/
H A Dntfs_attr_list.c1342 BOOL dirty_mft, remap_needed; local
1361 remap_needed = dirty_mft = FALSE;
1446 remap_needed = TRUE;
1596 al_entry, ctx, &remap_needed);
1827 remap_needed = TRUE;
2031 al_entry, ctx, &remap_needed);
2127 if (remap_needed && ctx->ni != base_ni) {
H A Dntfs_attr.h217 ntfs_attr_search_ctx *ctx, BOOL *remap_needed);
H A Dntfs_attr.c3559 * @remap_needed: [OUT] pointer to remap_needed variable or NULL
3566 * If @ctx is present and is the attribute moved out then set *@remap_needed to
3567 * true. If the caller is not interested in this then @remap_needed can be set
3574 ntfs_attr_search_ctx *ctx, BOOL *remap_needed)
3660 if (remap_needed)
3661 *remap_needed = TRUE;
3572 ntfs_attr_record_move_for_attr_list_attribute( ntfs_attr_search_ctx *al_ctx, ATTR_LIST_ENTRY *al_entry, ntfs_attr_search_ctx *ctx, BOOL *remap_needed) argument

Completed in 147 milliseconds