Lines Matching refs:log_di
2198 struct btrfs_dir_item *log_di; in check_item_in_log() local
2222 log_di = NULL; in check_item_in_log()
2224 log_di = btrfs_lookup_dir_item(trans, log, log_path, in check_item_in_log()
2228 log_di = btrfs_lookup_dir_index_item(trans, log, in check_item_in_log()
2234 if (!log_di || log_di == ERR_PTR(-ENOENT)) { in check_item_in_log()
2271 } else if (IS_ERR(log_di)) { in check_item_in_log()
2273 return PTR_ERR(log_di); in check_item_in_log()
2316 struct btrfs_dir_item *log_di; in replay_xattr_deletes() local
2343 log_di = btrfs_lookup_xattr(NULL, log, log_path, ino, in replay_xattr_deletes()
2346 if (!log_di) { in replay_xattr_deletes()
2366 if (IS_ERR(log_di)) { in replay_xattr_deletes()
2367 ret = PTR_ERR(log_di); in replay_xattr_deletes()