Searched refs:wh (Results 1 – 1 of 1) sorted by relevance
3434 struct inode *wh; in ext4_whiteout_for_rename() local3445 wh = ext4_new_inode_start_handle(ent->dir, S_IFCHR | WHITEOUT_MODE, in ext4_whiteout_for_rename()3450 if (IS_ERR(wh)) { in ext4_whiteout_for_rename()3453 if (PTR_ERR(wh) == -ENOSPC && in ext4_whiteout_for_rename()3458 init_special_inode(wh, wh->i_mode, WHITEOUT_DEV); in ext4_whiteout_for_rename()3459 wh->i_op = &ext4_special_inode_operations; in ext4_whiteout_for_rename()3461 return wh; in ext4_whiteout_for_rename()