Searched refs:dst_di (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | tree-log.c | 1932 struct btrfs_dir_item *dst_di; in replay_one_name() local 1966 dst_di = btrfs_lookup_dir_item(trans, root, path, key->objectid, in replay_one_name() 1969 dst_di = btrfs_lookup_dir_index_item(trans, root, path, in replay_one_name() 1979 if (dst_di == ERR_PTR(-ENOENT)) in replay_one_name() 1980 dst_di = NULL; in replay_one_name() 1982 if (IS_ERR(dst_di)) { in replay_one_name() 1983 ret = PTR_ERR(dst_di); in replay_one_name() 1985 } else if (!dst_di) { in replay_one_name() 1994 btrfs_dir_item_key_to_cpu(path->nodes[0], dst_di, &found_key); in replay_one_name() 1999 btrfs_dir_type(path->nodes[0], dst_di) in replay_one_name() [all...] |
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | tree-log.c | 1782 struct btrfs_dir_item *dst_di, in delete_conflicting_dir_entry() 1789 btrfs_dir_item_key_to_cpu(path->nodes[0], dst_di, &found_key); in delete_conflicting_dir_entry() 1794 btrfs_dir_flags(path->nodes[0], dst_di) == log_flags) in delete_conflicting_dir_entry() 1804 return drop_one_dir_item(trans, path, dir, dst_di); in delete_conflicting_dir_entry() 1779 delete_conflicting_dir_entry(struct btrfs_trans_handle *trans, struct btrfs_inode *dir, struct btrfs_path *path, struct btrfs_dir_item *dst_di, const struct btrfs_key *log_key, u8 log_flags, bool exists) delete_conflicting_dir_entry() argument
|
Completed in 13 milliseconds