Searched refs:log_key (Results 1 – 1 of 1) sorted by relevance
| /linux/fs/btrfs/ |
| H A D | tree-log.c | 164 struct btrfs_key log_key; member 204 BTRFS_KEY_FMT_VALUE(&wc->log_key)); in do_abort_log_replay() 496 const bool is_inode_item = (wc->log_key.type == BTRFS_INODE_ITEM_KEY); in overwrite_item() 511 ret = btrfs_search_slot(NULL, root, &wc->log_key, wc->subvol_path, 0, 0); in overwrite_item() 515 BTRFS_KEY_FMT_VALUE(&wc->log_key), in overwrite_item() 606 ret = btrfs_insert_empty_item(trans, root, wc->subvol_path, &wc->log_key, item_size); in overwrite_item() 623 BTRFS_KEY_FMT_VALUE(&wc->log_key)); in overwrite_item() 725 const u64 start = wc->log_key.offset; in replay_one_extent() 753 wc->log_key.objectid, wc->log_key.offset); in replay_one_extent() 757 inode = btrfs_iget_logging(wc->log_key.objectid, root); in replay_one_extent() [all …]
|