Searched refs:run_lookup (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.15/fs/ntfs3/ |
| D | run.c | 34 bool run_lookup(const struct runs_tree *run, CLST vcn, size_t *index) in run_lookup() function 173 if (!run_lookup(run, svcn, &i)) in run_is_mapped_full() 203 if (!run_lookup(run, vcn, &idx)) in run_lookup_entry() 233 if (run_lookup(run, vcn, &index)) { in run_truncate_head() 273 if (run_lookup(run, vcn, &index)) { in run_truncate() 331 inrange = run_lookup(run, vcn, &index); in run_add_entry() 495 if (WARN_ON(!run_lookup(run, vcn, &index))) in run_collapse_range()
|
| D | ntfs_fs.h | 779 bool run_lookup(const struct runs_tree *run, CLST vcn, size_t *Index);
|