Searched refs:log_key (Results 1 – 1 of 1) sorted by relevance
| /linux/fs/btrfs/ |
| H A D | tree-log.c | 153 struct btrfs_key log_key; member 193 BTRFS_KEY_FMT_VALUE(&wc->log_key)); in do_abort_log_replay() 468 const bool is_inode_item = (wc->log_key.type == BTRFS_INODE_ITEM_KEY); in overwrite_item() 483 ret = btrfs_search_slot(NULL, root, &wc->log_key, wc->subvol_path, 0, 0); in overwrite_item() 487 BTRFS_KEY_FMT_VALUE(&wc->log_key), in overwrite_item() 578 ret = btrfs_insert_empty_item(trans, root, wc->subvol_path, &wc->log_key, item_size); in overwrite_item() 595 BTRFS_KEY_FMT_VALUE(&wc->log_key)); in overwrite_item() 697 const u64 start = wc->log_key.offset; in replay_one_extent() 725 wc->log_key.objectid, wc->log_key.offset); in replay_one_extent() 729 inode = btrfs_iget_logging(wc->log_key.objectid, root); in replay_one_extent() [all …]
|