Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Dfsck.c2585 static int check_path_loop(struct btree_trans *trans, struct bkey_s_c inode_k) in check_path_loop() argument
2591 u32 snapshot = inode_k.k->p.snapshot; in check_path_loop()
2597 ret = bch2_inode_unpack(inode_k, &inode); in check_path_loop()
2616 bch2_bkey_val_to_text(&buf, c, inode_k); in check_path_loop()
2634 inode_k = bch2_bkey_get_iter(trans, &inode_iter, BTREE_ID_inodes, in check_path_loop()
2638 ret = bkey_err(inode_k) ?: in check_path_loop()
2639 !bkey_is_inode(inode_k.k) ? -BCH_ERR_ENOENT_inode in check_path_loop()
2640 : bch2_inode_unpack(inode_k, &parent_inode); in check_path_loop()
2654 snapshot = inode_k.k->p.snapshot; in check_path_loop()
H A Dmove.c470 struct bkey_s_c inode_k = bch2_bkey_get_iter(trans, &inode_iter, BTREE_ID_inodes, in bch2_move_get_io_opts_one() local
473 int ret = bkey_err(inode_k); in bch2_move_get_io_opts_one()
477 if (!ret && bkey_is_inode(inode_k.k)) { in bch2_move_get_io_opts_one()
479 bch2_inode_unpack(inode_k, &inode); in bch2_move_get_io_opts_one()