Lines Matching defs:last
37 u64 last = (u64)-1;
92 root->ino_cache_progress = last;
108 if (last != (u64)-1 && last + 1 != key.objectid) {
109 __btrfs_add_free_space(fs_info, ctl, last + 1,
110 key.objectid - last - 1, 0);
114 last = key.objectid;
119 if (last < root->highest_objectid - 1) {
120 __btrfs_add_free_space(fs_info, ctl, last + 1,
121 root->highest_objectid - last - 1, 0);