Lines Matching defs:transid
232 * we can't consider a given block up to date unless the transid of the
233 * block matches the transid in the parent node's pointer. This is how we
264 "parent transid verify failed on %llu wanted %llu found %llu",
390 * @parent_transid: expected transid, skip check if 0
979 * @parent_transid: expected transid of this tree block, skip check if 0
1008 fs_info->running_transaction->transid) {
1170 btrfs_set_root_generation(&root->root_item, trans->transid);
1263 log_root->last_trans = trans->transid;
1794 u64 transid;
1819 transid = cur->transid;
1829 if (transid == trans->transid) {
3563 u64 transid = 0;
3575 if (!latest || btrfs_super_generation(super) > transid) {
3580 transid = btrfs_super_generation(super);
4274 u64 transid = btrfs_header_generation(buf);
4289 if (transid != fs_info->generation)
4290 WARN(1, KERN_CRIT "btrfs transid mismatch buffer %llu, found %llu running %llu\n",
4291 buf->start, transid, fs_info->generation);
4762 btrfs_wait_for_commit(fs_info, t->transid);