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