Home
last modified time | relevance | path

Searched refs:actx (Results 1 – 2 of 2) sorted by relevance

/fs/ntfs/
Dindex.c61 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()
[all …]
Dindex.h82 ntfs_attr_search_ctx *actx; member
114 flush_dcache_mft_record_page(ictx->actx->ntfs_ino); in ntfs_index_entry_flush_dcache_page()
140 mark_mft_record_dirty(ictx->actx->ntfs_ino); in ntfs_index_entry_mark_dirty()