Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Dinode.c135 ret = bch2_inode_unpack(bkey_i_to_s_c(&packed->inode.k_i), &unpacked); in bch2_inode_pack_inlined()
326 int bch2_inode_unpack(struct bkey_s_c k, in bch2_inode_unpack() function
358 ret = bch2_inode_unpack(k, inode); in __bch2_inode_peek()
423 ret = bch2_inode_unpack(bkey_i_to_s_c(k), &u); in bch2_inode_to_v3()
445 bkey_fsck_err_on(bch2_inode_unpack(k, &unpacked), in __bch2_inode_validate()
566 if (bch2_inode_unpack(k, &inode)) { in bch2_inode_to_text()
1263 bch2_inode_unpack(k, &inode_u); in __bch2_inode_rm_snapshot()
1347 ret = bch2_inode_unpack(k, &inode); in may_delete_deleted_inode()
H A Dstr_hash.c120 ret = bch2_inode_unpack(k, &inode); in repair_inode_hash_info()
165 ret = bch2_inode_unpack(k, &inode); in check_inode_hash_info_matches_root()
H A Dfsck.c132 ret = bch2_inode_unpack(k, inode); in lookup_first_inode()
156 ? bch2_inode_unpack(k, inode) in lookup_inode()
499 ret = bch2_inode_unpack(k, &child_inode); in reattach_inode()
855 return bch2_inode_unpack(inode, &u) ?: in add_inode()
1115 ret = bch2_inode_unpack(k, root); in get_snapshot_root_inode()
1146 ret = bch2_inode_unpack(k, &u); in check_inode()
1370 ret = bch2_inode_unpack(k, &parent_inode); in find_oldest_inode_needs_reattach()
1395 ret = bch2_inode_unpack(k, &inode); in check_unreachable_inode()
2682 : bch2_inode_unpack(k, &inode); in bch2_bi_depth_renumber_one()
2735 ret = bch2_inode_unpack(inode_k, &inode); in check_path_loop()
[all …]
H A Dinode.h115 int bch2_inode_unpack(struct bkey_s_c, struct bch_inode_unpacked *);
H A Dsubvolume.c697 ret = bch2_inode_unpack(k, &inode); in __bch2_fs_upgrade_for_subvolumes()