Lines Matching defs:last_offset
3978 * last_offset tell us which parts of the key space the log should
3985 u64 first_offset, u64 last_offset)
4014 * during a rename, so set the new last_offset to the max value.
4016 last_offset = max(last_offset, curr_end);
4018 btrfs_set_dir_log_end(path->nodes[0], item, last_offset);
4263 u64 last_offset = (u64)-1;
4341 * (@last_offset is initialized to that), resulting in removing dir
4378 last_offset = (u64)-1;
4385 last_offset = (u64)-1;
4398 last_offset = min_key.offset - 1;
4412 *last_offset_ret = last_offset;
4419 * a range, last_old_dentry_offset is == to last_offset.
4421 ASSERT(last_old_dentry_offset <= last_offset,
4422 "last_old_dentry_offset=%llu last_offset=%llu",
4423 last_old_dentry_offset, last_offset);
4424 if (last_old_dentry_offset < last_offset)
4427 last_offset);