Searched refs:bch2_inode_init_late (Results 1 – 4 of 4) sorted by relevance
/linux/fs/bcachefs/ |
H A D | inode.h | 147 void bch2_inode_init_late(struct bch_inode_unpacked *, u64,
|
H A D | fs-common.c | 52 bch2_inode_init_late(new_inode, now, uid, gid, mode, rdev, dir_u); in bch2_create_trans()
|
H A D | inode.c | 813 void bch2_inode_init_late(struct bch_inode_unpacked *inode_u, u64 now, in bch2_inode_init_late() function 844 bch2_inode_init_late(inode_u, bch2_current_time(c), in bch2_inode_init()
|
H A D | fsck.c | 299 bch2_inode_init_late(lostfound, now, 0, 0, S_IFDIR|0700, 0, &root_inode); in lookup_lostfound() 546 bch2_inode_init_late(&new_inode, bch2_current_time(c), 0, 0, S_IFDIR|0755, 0, NULL); in reconstruct_subvol() 636 bch2_inode_init_late(&new_inode, bch2_current_time(c), 0, 0, i_mode|0600, 0, NULL); in reconstruct_inode()
|