Lines Matching refs:log_di
2253 struct btrfs_dir_item *log_di;
2277 log_di = NULL;
2279 log_di = btrfs_lookup_dir_item(trans, log, log_path,
2283 log_di = btrfs_lookup_dir_index_item(trans, log,
2289 if (!log_di || log_di == ERR_PTR(-ENOENT)) {
2326 } else if (IS_ERR(log_di)) {
2328 return PTR_ERR(log_di);
2371 struct btrfs_dir_item *log_di;
2398 log_di = btrfs_lookup_xattr(NULL, log, log_path, ino,
2401 if (!log_di) {
2421 if (IS_ERR(log_di)) {
2422 ret = PTR_ERR(log_di);