| /linux/fs/ntfs3/ |
| H A D | run.c | 193 bool run_lookup_entry(const struct runs_tree *run, CLST vcn, CLST *lcn, in run_lookup_entry() function 265 if (run_da && run_lookup_entry(run_da, vcn, lcn, len, NULL)) { in run_lookup_entry_da() 270 if (!run_lookup_entry(run, vcn, lcn, len, NULL)) in run_lookup_entry_da() 1201 for (ok = run_lookup_entry(run, vcn, &lcn, &len, &index); in run_unpack_ex()
|
| H A D | fsntfs.c | 856 if (!run_lookup_entry(&ni->file.run, vcn - 1, &lcn, &len, NULL)) in ntfs_refresh_zone() 1136 if (!run_lookup_entry(run, vcn, &lcn, &clen, &idx)) in ntfs_sb_write_run() 1182 if (!run_lookup_entry(run, vbo >> cluster_bits, &lcn, NULL, NULL)) in ntfs_bread_run() 1217 } else if (!run_lookup_entry(run, vcn, &lcn, &clen, &idx)) { in ntfs_read_run_nb_ra() 1355 if (!run_lookup_entry(run, vcn, &lcn, &clen, &idx)) { in ntfs_get_bh() 1535 if (!run_lookup_entry(run, vcn, &lcn, &clen, &idx)) in ntfs_read_write_run() 1628 if (!run_lookup_entry(run, 0, &lcn, &clen, &run_idx)) { in ntfs_bio_fill_1() 1681 if (!run_lookup_entry(run, vbo >> cluster_bits, &lcn, &len, NULL)) in ntfs_vbo_to_lbo()
|
| H A D | attrib.c | 104 if (!run_lookup_entry(run, vcn, &lcn, &clen, &idx)) { in run_deallocate_ex() 611 !run_lookup_entry(run, vcn, &lcn, NULL, NULL)) { in attr_set_size_ex() 1217 } else if (vcn && !run_lookup_entry(run, vcn - 1, &hint, NULL, NULL)) { in attr_data_get_block_locked() 1237 if (!run_lookup_entry(run, vcn0, lcn, len, NULL)) { in attr_data_get_block_locked() 1495 if (run_lookup_entry(run, vcn, &lcn, &clen, NULL)) { in attr_load_runs_range() 1693 if (!run_lookup_entry(run, vcn, &lcn, &clen, &idx)) { in attr_is_frame_compressed() 1699 if (!run_lookup_entry(run, vcn, &lcn, &clen, &idx)) in attr_is_frame_compressed() 1737 if (!run_lookup_entry(run, vcn, &lcn, &clen, &idx)) in attr_is_frame_compressed() 1857 !run_lookup_entry(run, vcn + clst_data - 1, &hint, NULL, in attr_allocate_frame()
|
| H A D | bitmap.c | 554 if (!run_lookup_entry(&wnd->run, vbo >> cluster_bits, in wnd_rescan() 709 if (!run_lookup_entry(&wnd->run, vbo >> sbi->cluster_bits, &lcn, &clen, in wnd_map()
|
| H A D | index.c | 391 ok = run_lookup_entry(run, vcn, &lcn, &clen, &idx); in scan_nres_bitmap() 406 ok = run_lookup_entry(run, vcn, &lcn, &clen, &idx); in scan_nres_bitmap()
|
| H A D | ntfs_fs.h | 884 bool run_lookup_entry(const struct runs_tree *run, CLST vcn, CLST *lcn,
|
| H A D | fslog.c | 5020 if ((!run_lookup_entry(oa->run1, vcn, &lcn0, &len0, NULL) || in log_replay() 5111 if (!run_lookup_entry(oa->run1, vcn, &lcn, NULL, NULL) || in log_replay() 5241 is_mapped = run_lookup_entry(oa->run1, le64_to_cpu(lrh->target_vcn), in log_replay()
|