Lines Matching refs:ctx1
671 static void cmp_attribute(ntfs_attr_search_ctx *ctx1,
674 ATTR_RECORD *a1 = ctx1->attr;
679 print_ctx(ctx1);
683 na1 = ntfs_attr_open(base_inode(ctx1), a1->type, GET_ATTR_NAME(a1));
687 print_ctx(ctx1);
702 if (ntfs_inode_badclus_bad(inumber(ctx1->ntfs_ino), ctx1->attr) == 1) {
834 ntfs_attr_search_ctx *ctx1, *ctx2;
836 if (!(ctx1 = attr_get_search_ctx(ni1)))
841 set_cmp_attr(ctx1, &atype1, &name1);
850 ret1 = next_attr(ctx1, &atype1, &name1, &errno1);
867 if (new_attribute(ctx1, prev_atype, prev_name)) {
868 print_ctx(ctx1);
882 if (new_attribute(ctx1, prev_atype, prev_name)) {
883 cmp_attribute(ctx1, ctx2);
893 ntfs_attr_put_search_ctx(ctx1);