Searched refs:bch2_inode_unpacked_to_text (Results 1 – 5 of 5) sorted by relevance
/linux/fs/bcachefs/ |
H A D | inode.h | 118 void bch2_inode_unpacked_to_text(struct printbuf *, struct bch_inode_unpacked *);
|
H A D | fsck.c | 47 bch2_inode_unpacked_to_text(out, inode); in dirent_inode_mismatch_msg() 1088 (bch2_inode_unpacked_to_text(&buf, inode), buf.buf)) || in check_inode_dirent_inode() 1172 bch2_inode_unpacked_to_text(&buf, &u), in check_inode() 1188 bch2_inode_unpacked_to_text(&buf, &u), in check_inode() 1212 bch2_inode_unpacked_to_text(&buf, &u), in check_inode() 1309 bch2_inode_unpacked_to_text(&buf, &u), in check_inode() 1413 (bch2_inode_unpacked_to_text(&buf, &inode), in check_unreachable_inode() 1489 bch2_inode_unpacked_to_text(&buf, &i2->inode); in check_key_has_inode()
|
H A D | namei.c | 744 bch2_inode_unpacked_to_text(&buf, target), in bch2_check_dirent_inode_dirent() 753 bch2_inode_unpacked_to_text(&buf, target), in bch2_check_dirent_inode_dirent()
|
H A D | inode.c | 633 void bch2_inode_unpacked_to_text(struct printbuf *out, struct bch_inode_unpacked *inode) in bch2_inode_unpacked_to_text() function 1471 bch2_inode_unpacked_to_text(&buf, &inode), in may_delete_deleted_inode()
|
H A D | fs-io.c | 204 (bch2_inode_unpacked_to_text(&buf, &u), in bch2_get_inode_journal_seq_trans()
|