Searched refs:run_lookup_entry (Results 1 - 8 of 8) sorted by relevance

/linux-master/fs/ntfs3/
H A Dattrib.c103 if (!run_lookup_entry(run, vcn, &lcn, &clen, &idx)) {
542 !run_lookup_entry(run, vcn, &lcn, NULL, NULL)) {
903 if (!run_lookup_entry(run, vcn, lcn, len, NULL))
918 if (!run_lookup_entry(run, vcn, lcn, len, NULL))
976 if (run_lookup_entry(run, vcn, lcn, len, NULL)) {
1041 } else if (vcn && !run_lookup_entry(run, vcn - 1, &hint, NULL, NULL)) {
1060 if (!run_lookup_entry(run, vcn0, lcn, len, NULL)) {
1354 if (!run_lookup_entry(run, vcn, &lcn, &clen, NULL)) {
1359 clen = 0; /* Next run_lookup_entry(vcn) must be success. */
1538 if (!run_lookup_entry(ru
[all...]
H A Dfsntfs.c827 if (!run_lookup_entry(&ni->file.run, vcn - 1, &lcn, &len, NULL))
1137 if (!run_lookup_entry(run, vcn, &lcn, &clen, &idx))
1183 if (!run_lookup_entry(run, vbo >> cluster_bits, &lcn, NULL, NULL))
1216 } else if (!run_lookup_entry(run, vcn, &lcn, &clen, &idx)) {
1336 if (!run_lookup_entry(run, vcn, &lcn, &clen, &idx)) {
1524 if (!run_lookup_entry(run, vcn, &lcn, &clen, &run_idx)) {
1620 if (!run_lookup_entry(run, 0, &lcn, &clen, &run_idx)) {
1673 if (!run_lookup_entry(run, vbo >> cluster_bits, &lcn, &len, NULL))
H A Drun.c192 bool run_lookup_entry(const struct runs_tree *run, CLST vcn, CLST *lcn, function
1073 for (ok = run_lookup_entry(run, vcn, &lcn, &len, &index);
H A Dbitmap.c545 if (!run_lookup_entry(&wnd->run, vbo >> cluster_bits,
692 if (!run_lookup_entry(&wnd->run, vbo >> sbi->cluster_bits, &lcn, &clen,
H A Dindex.c393 ok = run_lookup_entry(run, vcn, &lcn, &clen, &idx);
408 ok = run_lookup_entry(run, vcn, &lcn, &clen, &idx);
H A Dntfs_fs.h795 bool run_lookup_entry(const struct runs_tree *run, CLST vcn, CLST *lcn,
H A Dfslog.c4807 if ((!run_lookup_entry(oa->run1, vcn, &lcn0, &len0, NULL) ||
4898 if (!run_lookup_entry(oa->run1, vcn, &lcn, NULL, NULL) ||
5021 is_mapped = run_lookup_entry(oa->run1, le64_to_cpu(lrh->target_vcn),
H A Dfrecord.c1965 ok = run_lookup_entry(run, vcn, &lcn, &clen, &idx);
1989 ok = run_lookup_entry(run, vcn, &lcn, &clen, &idx);

Completed in 218 milliseconds