Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Dfs.c842 struct bch_inode_unpacked src_inode_u, dst_inode_u, *whiteout_inode_u; in bch2_rename2() local
907 whiteout_inode_u = bch2_trans_kmalloc_nomemzero(trans, sizeof(*whiteout_inode_u)); in bch2_rename2()
908 ret = PTR_ERR_OR_ZERO(whiteout_inode_u); in bch2_rename2()
911 bch2_inode_init_early(c, whiteout_inode_u); in bch2_rename2()
915 whiteout_inode_u, in bch2_rename2()
921 bch2_quota_acct(c, bch_qid(whiteout_inode_u), Q_INO, 1, in bch2_rename2()