Lines Matching refs:a_ctx
49 ntfs_attr_search_ctx *a_ctx = NULL;
70 a_ctx = ntfs_attr_get_search_ctx(m_ctx->inode, NULL);
73 while ((rec = find_attribute(AT_UNUSED, a_ctx))) {
77 (int)le32_to_cpu(a_ctx->attr->type));
81 runs = ntfs_mapping_pairs_decompress(vol, a_ctx->attr, NULL);
88 (int)le32_to_cpu(a_ctx->attr->type));
109 if ((*cb) (m_ctx->inode, a_ctx->attr, runs+j, data))
115 ntfs_attr_put_search_ctx(a_ctx);
116 a_ctx = NULL;
127 ntfs_attr_put_search_ctx(a_ctx);