Searched refs:run_lookup_entry (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.15/fs/ntfs3/ |
| D | attrib.c | 126 if (!run_lookup_entry(run, vcn, &lcn, &clen, &idx)) { in run_deallocate_ex() 530 !run_lookup_entry(run, vcn, &lcn, NULL, NULL)) { in attr_set_size() 825 ok = run_lookup_entry(run, vcn, lcn, len, NULL); in attr_data_get_block() 893 ok = run_lookup_entry(run, vcn, lcn, len, NULL); in attr_data_get_block() 927 } else if (vcn && !run_lookup_entry(run, vcn - 1, &hint, NULL, NULL)) { in attr_data_get_block() 1182 if (!run_lookup_entry(run, vcn, &lcn, &clen, NULL)) { in attr_load_runs_range() 1366 if (!run_lookup_entry(run, vcn, &lcn, &clen, &idx)) { in attr_is_frame_compressed() 1372 if (!run_lookup_entry(run, vcn, &lcn, &clen, &idx)) in attr_is_frame_compressed() 1410 if (!run_lookup_entry(run, vcn, &lcn, &clen, &idx)) in attr_is_frame_compressed() 1528 !run_lookup_entry(run, vcn + clst_data - 1, &hint, NULL, in attr_allocate_frame()
|
| D | fsntfs.c | 805 if (!run_lookup_entry(&ni->file.run, vcn - 1, &lcn, &len, NULL)) in ntfs_refresh_zone() 1089 if (!run_lookup_entry(run, vcn, &lcn, &clen, &idx)) in ntfs_sb_write_run() 1135 if (!run_lookup_entry(run, vbo >> cluster_bits, &lcn, NULL, NULL)) in ntfs_bread_run() 1168 } else if (!run_lookup_entry(run, vcn, &lcn, &clen, &idx)) { in ntfs_read_run_nb() 1288 if (!run_lookup_entry(run, vcn, &lcn, &clen, &idx)) { in ntfs_get_bh() 1487 if (!run_lookup_entry(run, vcn, &lcn, &clen, &run_idx)) { in ntfs_bio_pages() 1589 if (!run_lookup_entry(run, 0, &lcn, &clen, &run_idx)) { in ntfs_bio_fill_1() 1649 if (!run_lookup_entry(run, vbo >> cluster_bits, &lcn, &len, NULL)) in ntfs_vbo_to_lbo()
|
| D | run.c | 192 bool run_lookup_entry(const struct runs_tree *run, CLST vcn, CLST *lcn, in run_lookup_entry() function 794 ok = run_lookup_entry(run, vcn, &lcn, &len, &i); in run_pack() 1023 for (ok = run_lookup_entry(run, vcn, &lcn, &len, &index); in run_unpack_ex()
|
| D | bitmap.c | 550 if (!run_lookup_entry(&wnd->run, vbo >> cluster_bits, in wnd_rescan() 697 if (!run_lookup_entry(&wnd->run, vbo >> sbi->cluster_bits, &lcn, &clen, in wnd_map()
|
| D | index.c | 393 ok = run_lookup_entry(run, vcn, &lcn, &clen, &idx); in scan_nres_bitmap() 408 ok = run_lookup_entry(run, vcn, &lcn, &clen, &idx); in scan_nres_bitmap()
|
| D | ntfs_fs.h | 774 bool run_lookup_entry(const struct runs_tree *run, CLST vcn, CLST *lcn,
|
| D | frecord.c | 1902 ok = run_lookup_entry(run, vcn, &lcn, &clen, &idx); in ni_fiemap() 1926 ok = run_lookup_entry(run, vcn, &lcn, &clen, &idx); in ni_fiemap()
|
| D | fslog.c | 4831 if ((!run_lookup_entry(oa->run1, vcn, &lcn0, &len0, NULL) || in log_replay() 4923 if (!run_lookup_entry(oa->run1, vcn, &lcn, NULL, NULL) || in log_replay() 5046 is_mapped = run_lookup_entry(oa->run1, le64_to_cpu(lrh->target_vcn), in log_replay()
|