Searched refs:wh (Results 1 – 1 of 1) sorted by relevance
3812 struct inode *wh; in ext4_whiteout_for_rename() local3823 wh = ext4_new_inode_start_handle(ent->dir, S_IFCHR | WHITEOUT_MODE, in ext4_whiteout_for_rename()3828 if (IS_ERR(wh)) { in ext4_whiteout_for_rename()3831 if (PTR_ERR(wh) == -ENOSPC && in ext4_whiteout_for_rename()3836 init_special_inode(wh, wh->i_mode, WHITEOUT_DEV); in ext4_whiteout_for_rename()3837 wh->i_op = &ext4_special_inode_operations; in ext4_whiteout_for_rename()3839 return wh; in ext4_whiteout_for_rename()