Home
last modified time | relevance | path

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

/Linux-v5.10/fs/btrfs/
Dtree-log.c2208 struct btrfs_dir_item *log_di; in check_item_in_log() local
2232 log_di = NULL; in check_item_in_log()
2234 log_di = btrfs_lookup_dir_item(trans, log, log_path, in check_item_in_log()
2238 log_di = btrfs_lookup_dir_index_item(trans, log, in check_item_in_log()
2244 if (!log_di || log_di == ERR_PTR(-ENOENT)) { in check_item_in_log()
2281 } else if (IS_ERR(log_di)) { in check_item_in_log()
2283 return PTR_ERR(log_di); in check_item_in_log()
2326 struct btrfs_dir_item *log_di; in replay_xattr_deletes() local
2353 log_di = btrfs_lookup_xattr(NULL, log, log_path, ino, in replay_xattr_deletes()
2356 if (!log_di) { in replay_xattr_deletes()
[all …]