Searched refs:log_di (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | tree-log.c | 2253 struct btrfs_dir_item *log_di; in check_item_in_log() local 2277 log_di = NULL; in check_item_in_log() 2279 log_di = btrfs_lookup_dir_item(trans, log, log_path, in check_item_in_log() 2283 log_di = btrfs_lookup_dir_index_item(trans, log, in check_item_in_log() 2289 if (!log_di || log_di == ERR_PTR(-ENOENT)) { in check_item_in_log() 2326 } else if (IS_ERR(log_di)) { in check_item_in_log() 2328 return PTR_ERR(log_di); in check_item_in_log() 2371 struct btrfs_dir_item *log_di; in replay_xattr_deletes() local 2398 log_di in replay_xattr_deletes() [all...] |
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | tree-log.c | 2130 struct btrfs_dir_item *log_di; in check_item_in_log() local 2132 log_di = btrfs_lookup_dir_index_item(trans, log, log_path, in check_item_in_log() 2135 if (IS_ERR(log_di)) { in check_item_in_log() 2136 ret = PTR_ERR(log_di); in check_item_in_log() 2138 } else if (log_di) { in check_item_in_log() 2202 struct btrfs_dir_item *log_di; in replay_xattr_deletes() local 2229 log_di = btrfs_lookup_xattr(NULL, log, log_path, ino, in replay_xattr_deletes() 2232 if (!log_di) { in replay_xattr_deletes() 2252 if (IS_ERR(log_di)) { in replay_xattr_deletes() 2253 ret = PTR_ERR(log_di); in replay_xattr_deletes() [all...] |
Completed in 10 milliseconds