/openbmc/linux/fs/ntfs3/ |
H A D | attrib.c | 103 if (!run_lookup_entry(run, vcn, &lcn, &clen, &idx)) { in run_deallocate_ex() 545 !run_lookup_entry(run, vcn, &lcn, NULL, NULL)) { in attr_set_size() 907 if (!run_lookup_entry(run, vcn, lcn, len, NULL)) in attr_data_get_block() 922 if (!run_lookup_entry(run, vcn, lcn, len, NULL)) in attr_data_get_block() 993 if (run_lookup_entry(run, vcn, lcn, len, NULL)) { in attr_data_get_block() 1077 if (!run_lookup_entry(run, vcn0, lcn, len, NULL)) { in attr_data_get_block() 1371 if (!run_lookup_entry(run, vcn, &lcn, &clen, NULL)) { in attr_load_runs_range() 1555 if (!run_lookup_entry(run, vcn, &lcn, &clen, &idx)) { in attr_is_frame_compressed() 1561 if (!run_lookup_entry(run, vcn, &lcn, &clen, &idx)) in attr_is_frame_compressed() 1599 if (!run_lookup_entry(run, vcn, &lcn, &clen, &idx)) in attr_is_frame_compressed() [all …]
|
H A D | fsntfs.c | 827 if (!run_lookup_entry(&ni->file.run, vcn - 1, &lcn, &len, NULL)) in ntfs_refresh_zone() 1137 if (!run_lookup_entry(run, vcn, &lcn, &clen, &idx)) in ntfs_sb_write_run() 1183 if (!run_lookup_entry(run, vbo >> cluster_bits, &lcn, NULL, NULL)) in ntfs_bread_run() 1216 } else if (!run_lookup_entry(run, vcn, &lcn, &clen, &idx)) { in ntfs_read_run_nb() 1336 if (!run_lookup_entry(run, vcn, &lcn, &clen, &idx)) { in ntfs_get_bh() 1524 if (!run_lookup_entry(run, vcn, &lcn, &clen, &run_idx)) { in ntfs_bio_pages() 1620 if (!run_lookup_entry(run, 0, &lcn, &clen, &run_idx)) { in ntfs_bio_fill_1() 1673 if (!run_lookup_entry(run, vbo >> cluster_bits, &lcn, &len, NULL)) in ntfs_vbo_to_lbo()
|
H A D | run.c | 192 bool run_lookup_entry(const struct runs_tree *run, CLST vcn, CLST *lcn, in run_lookup_entry() function 1073 for (ok = run_lookup_entry(run, vcn, &lcn, &len, &index); in run_unpack_ex()
|
H A D | bitmap.c | 545 if (!run_lookup_entry(&wnd->run, vbo >> cluster_bits, in wnd_rescan() 692 if (!run_lookup_entry(&wnd->run, vbo >> sbi->cluster_bits, &lcn, &clen, in wnd_map()
|
H A 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()
|
H A D | ntfs_fs.h | 791 bool run_lookup_entry(const struct runs_tree *run, CLST vcn, CLST *lcn,
|
H A D | fslog.c | 4856 if ((!run_lookup_entry(oa->run1, vcn, &lcn0, &len0, NULL) || in log_replay() 4947 if (!run_lookup_entry(oa->run1, vcn, &lcn, NULL, NULL) || in log_replay() 5070 is_mapped = run_lookup_entry(oa->run1, le64_to_cpu(lrh->target_vcn), in log_replay()
|
H A D | frecord.c | 2021 ok = run_lookup_entry(run, vcn, &lcn, &clen, &idx); in ni_fiemap() 2045 ok = run_lookup_entry(run, vcn, &lcn, &clen, &idx); in ni_fiemap()
|