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.c878 struct bch_inode_unpacked src_inode_u, dst_inode_u, *whiteout_inode_u; in bch2_rename2() local
943 whiteout_inode_u = bch2_trans_kmalloc_nomemzero(trans, sizeof(*whiteout_inode_u)); in bch2_rename2()
944 ret = PTR_ERR_OR_ZERO(whiteout_inode_u); in bch2_rename2()
947 bch2_inode_init_early(c, whiteout_inode_u); in bch2_rename2()
951 whiteout_inode_u, in bch2_rename2()
957 bch2_quota_acct(c, bch_qid(whiteout_inode_u), Q_INO, 1, in bch2_rename2()