Lines Matching refs:run1
2947 struct runs_tree *run1; member
3190 err = ntfs_read_run_nb(sbi, oa->run1, vbo, buffer_le, bytes, in do_action()
3326 oa2->run1 = &oa2->run0; in do_action()
3707 err = ntfs_sb_write_run(sbi, oa->run1, vbo, buffer_le, bytes, 0); in do_action()
4738 oa->run1 = &oa->run0; in log_replay()
4758 oa->run1 = &ni_oe->file.run; in log_replay()
4765 oa->run1 = &ni_oe->dir.alloc_run; in log_replay()
4784 oa->run1 = &oa->run0; in log_replay()
4835 if ((!run_lookup_entry(oa->run1, vcn, &lcn0, &len0, NULL) || in log_replay()
4837 !run_add_entry(oa->run1, vcn, lcn, 1, false)) { in log_replay()
4927 if (!run_lookup_entry(oa->run1, vcn, &lcn, NULL, NULL) || in log_replay()
5050 is_mapped = run_lookup_entry(oa->run1, le64_to_cpu(lrh->target_vcn), in log_replay()