Searched refs:__bch2_new_inode (Results 1 – 1 of 1) sorted by relevance
453 static struct bch_inode_info *__bch2_new_inode(struct bch_fs *c, gfp_t gfp) in __bch2_new_inode() function 481 struct bch_inode_info *inode = __bch2_new_inode(trans->c, GFP_NOWAIT); in bch2_new_inode() 484 int ret = drop_locks_do(trans, (inode = __bch2_new_inode(trans->c, GFP_NOFS)) ? 0 : -ENOMEM); in bch2_new_inode() 558 inode = __bch2_new_inode(c, GFP_NOFS); in __bch2_create()