Searched refs:log_di (Results 1 – 1 of 1) sorted by relevance
2147 struct btrfs_dir_item *log_di; in check_item_in_log() local2149 log_di = btrfs_lookup_dir_index_item(trans, log, log_path, in check_item_in_log()2152 if (IS_ERR(log_di)) { in check_item_in_log()2153 ret = PTR_ERR(log_di); in check_item_in_log()2155 } else if (log_di) { in check_item_in_log()2219 struct btrfs_dir_item *log_di; in replay_xattr_deletes() local2246 log_di = btrfs_lookup_xattr(NULL, log, log_path, ino, in replay_xattr_deletes()2249 if (!log_di) { in replay_xattr_deletes()2269 if (IS_ERR(log_di)) { in replay_xattr_deletes()2270 ret = PTR_ERR(log_di); in replay_xattr_deletes()