Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Ddirent.c399 subvol_inum dst_dir, struct bch_hash_info *dst_hash, u64 *dst_dir_i_size, in bch2_dirent_rename() argument
410 POS(dst_dir.inum, bch2_dirent_hash(dst_hash, dst_name)); in bch2_dirent_rename()
435 ret = bch2_maybe_casefold(trans, dst_hash, dst_name, &dst_name_lookup); in bch2_dirent_rename()
445 dst_hash, dst_dir, &dst_name_lookup); in bch2_dirent_rename()
450 dst_hash, dst_dir, &dst_name_lookup, in bch2_dirent_rename()
466 new_dst = dirent_create_key(trans, dst_hash, dst_dir, 0, dst_name, in bch2_dirent_rename()
467 dst_hash->cf_encoding ? &dst_name_lookup : NULL, 0); in bch2_dirent_rename()
H A Dnamei.c394 struct bch_hash_info src_hash, dst_hash; in bch2_rename_trans() local
414 dst_hash = bch2_hash_info_init(c, dst_dir_u); in bch2_rename_trans()
417 dst_hash = src_hash; in bch2_rename_trans()
422 dst_dir, &dst_hash, &dst_dir_u->bi_size, in bch2_rename_trans()