Searched refs:bch2_inode_init_late (Results 1 – 5 of 5) sorted by relevance
/linux/fs/bcachefs/ |
H A D | inode.h | 167 void bch2_inode_init_late(struct bch_fs *, struct bch_inode_unpacked *, u64,
|
H A D | inode.c | 912 void bch2_inode_init_late(struct bch_fs *c, in bch2_inode_init_late() function 950 bch2_inode_init_late(c, inode_u, bch2_current_time(c), in bch2_inode_init()
|
H A D | subvolume.c | 138 bch2_inode_init_late(c, &inode, bch2_current_time(c), in check_subvol()
|
H A D | namei.c | 60 bch2_inode_init_late(c, new_inode, now, uid, gid, mode, rdev, dir_u); in bch2_create_trans()
|
H A D | fsck.c | 269 bch2_inode_init_late(c, lostfound, now, 0, 0, S_IFDIR|0700, 0, &root_inode); in lookup_lostfound() 583 bch2_inode_init_late(c, &new_inode, bch2_current_time(c), 0, 0, S_IFDIR|0755, 0, NULL); in reconstruct_subvol() 673 bch2_inode_init_late(c, &new_inode, bch2_current_time(c), 0, 0, i_mode|0600, 0, NULL); in reconstruct_inode()
|