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