Lines Matching refs:actx
61 if (ictx->actx) in ntfs_index_ctx_put()
62 ntfs_attr_put_search_ctx(ictx->actx); in ntfs_index_ctx_put()
132 ntfs_attr_search_ctx *actx; in ntfs_index_lookup() local
158 actx = ntfs_attr_get_search_ctx(base_ni, m); in ntfs_index_lookup()
159 if (unlikely(!actx)) { in ntfs_index_lookup()
165 CASE_SENSITIVE, 0, NULL, 0, actx); in ntfs_index_lookup()
175 ir = (INDEX_ROOT*)((u8*)actx->attr + in ntfs_index_lookup()
176 le16_to_cpu(actx->attr->data.resident.value_offset)); in ntfs_index_lookup()
187 if ((u8*)ie < (u8*)actx->mrec || (u8*)ie + in ntfs_index_lookup()
211 ictx->actx = actx; in ntfs_index_lookup()
268 ntfs_attr_put_search_ctx(actx); in ntfs_index_lookup()
271 actx = NULL; in ntfs_index_lookup()
380 ictx->actx = NULL; in ntfs_index_lookup()
446 if (actx) in ntfs_index_lookup()
447 ntfs_attr_put_search_ctx(actx); in ntfs_index_lookup()