Lines Matching refs:actx
47 if (ictx->actx) in ntfs_index_ctx_put()
48 ntfs_attr_put_search_ctx(ictx->actx); in ntfs_index_ctx_put()
118 ntfs_attr_search_ctx *actx; in ntfs_index_lookup() local
144 actx = ntfs_attr_get_search_ctx(base_ni, m); in ntfs_index_lookup()
145 if (unlikely(!actx)) { in ntfs_index_lookup()
151 CASE_SENSITIVE, 0, NULL, 0, actx); in ntfs_index_lookup()
161 ir = (INDEX_ROOT*)((u8*)actx->attr + in ntfs_index_lookup()
162 le16_to_cpu(actx->attr->data.resident.value_offset)); in ntfs_index_lookup()
173 if ((u8*)ie < (u8*)actx->mrec || (u8*)ie + in ntfs_index_lookup()
197 ictx->actx = actx; in ntfs_index_lookup()
254 ntfs_attr_put_search_ctx(actx); in ntfs_index_lookup()
257 actx = NULL; in ntfs_index_lookup()
366 ictx->actx = NULL; in ntfs_index_lookup()
432 if (actx) in ntfs_index_lookup()
433 ntfs_attr_put_search_ctx(actx); in ntfs_index_lookup()