Home
last modified time | relevance | path

Searched refs:log_di (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/fs/btrfs/
Dtree-log.c2266 struct btrfs_dir_item *log_di; in check_item_in_log() local
2290 log_di = NULL; in check_item_in_log()
2292 log_di = btrfs_lookup_dir_item(trans, log, log_path, in check_item_in_log()
2296 log_di = btrfs_lookup_dir_index_item(trans, log, in check_item_in_log()
2302 if (!log_di) { in check_item_in_log()
2339 } else if (IS_ERR(log_di)) { in check_item_in_log()
2341 return PTR_ERR(log_di); in check_item_in_log()
2384 struct btrfs_dir_item *log_di; in replay_xattr_deletes() local
2411 log_di = btrfs_lookup_xattr(NULL, log, log_path, ino, in replay_xattr_deletes()
2414 if (!log_di) { in replay_xattr_deletes()
[all …]