Lines Matching refs:ctx2
672 ntfs_attr_search_ctx *ctx2)
675 ATTR_RECORD *a2 = ctx2->attr;
684 na2 = ntfs_attr_open(base_inode(ctx2), a2->type, GET_ATTR_NAME(a2));
834 ntfs_attr_search_ctx *ctx1, *ctx2;
838 if (!(ctx2 = attr_get_search_ctx(ni2)))
842 set_cmp_attr(ctx2, &atype2, &name2);
853 ret2 = next_attr(ctx2, &atype2, &name2, &errno2);
875 if (new_attribute(ctx2, prev_atype, prev_name)) {
876 print_ctx(ctx2);
883 cmp_attribute(ctx1, ctx2);
891 ntfs_attr_put_search_ctx(ctx2);