Searched refs:log_di (Results 1 – 1 of 1) sorted by relevance
1867 struct btrfs_dir_item *log_di; in check_item_in_log() local1896 log_di = NULL; in check_item_in_log()1898 log_di = btrfs_lookup_dir_item(trans, log, log_path, in check_item_in_log()1902 log_di = btrfs_lookup_dir_index_item(trans, log, in check_item_in_log()1908 if (!log_di || (IS_ERR(log_di) && PTR_ERR(log_di) == -ENOENT)) { in check_item_in_log()1945 } else if (IS_ERR(log_di)) { in check_item_in_log()1947 return PTR_ERR(log_di); in check_item_in_log()1990 struct btrfs_dir_item *log_di; in replay_xattr_deletes() local2017 log_di = btrfs_lookup_xattr(NULL, log, log_path, ino, in replay_xattr_deletes()2020 if (!log_di) { in replay_xattr_deletes()[all …]