Lines Matching refs:log_di
1969 struct btrfs_dir_item *log_di; in check_item_in_log() local
1998 log_di = NULL; in check_item_in_log()
2000 log_di = btrfs_lookup_dir_item(trans, log, log_path, in check_item_in_log()
2004 log_di = btrfs_lookup_dir_index_item(trans, log, in check_item_in_log()
2010 if (!log_di || (IS_ERR(log_di) && PTR_ERR(log_di) == -ENOENT)) { in check_item_in_log()
2047 } else if (IS_ERR(log_di)) { in check_item_in_log()
2049 return PTR_ERR(log_di); in check_item_in_log()
2092 struct btrfs_dir_item *log_di; in replay_xattr_deletes() local
2119 log_di = btrfs_lookup_xattr(NULL, log, log_path, ino, in replay_xattr_deletes()
2122 if (!log_di) { in replay_xattr_deletes()
2142 if (IS_ERR(log_di)) { in replay_xattr_deletes()
2143 ret = PTR_ERR(log_di); in replay_xattr_deletes()