Lines Matching refs:log_di
2130 struct btrfs_dir_item *log_di;
2132 log_di = btrfs_lookup_dir_index_item(trans, log, log_path,
2135 if (IS_ERR(log_di)) {
2136 ret = PTR_ERR(log_di);
2138 } else if (log_di) {
2202 struct btrfs_dir_item *log_di;
2229 log_di = btrfs_lookup_xattr(NULL, log, log_path, ino,
2232 if (!log_di) {
2252 if (IS_ERR(log_di)) {
2253 ret = PTR_ERR(log_di);