Searched refs:log_di (Results 1 – 1 of 1) sorted by relevance
2453 struct btrfs_dir_item *log_di; in check_item_in_log() local2455 log_di = btrfs_lookup_dir_index_item(trans, wc->log, log_path, in check_item_in_log()2458 if (IS_ERR(log_di)) { in check_item_in_log()2459 ret = PTR_ERR(log_di); in check_item_in_log()2466 } else if (log_di) { in check_item_in_log()2539 struct btrfs_dir_item *log_di; in replay_xattr_deletes() local2569 log_di = btrfs_lookup_xattr(NULL, log, log_path, ino, in replay_xattr_deletes()2572 if (!log_di) { in replay_xattr_deletes()2602 if (IS_ERR(log_di)) { in replay_xattr_deletes()2603 ret = PTR_ERR(log_di); in replay_xattr_deletes()