Home
last modified time | relevance | path

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

/fs/ext4/
Dnamei.c3768 struct inode *wh; in ext4_whiteout_for_rename() local
3779 wh = ext4_new_inode_start_handle(mnt_userns, ent->dir, in ext4_whiteout_for_rename()
3785 if (IS_ERR(wh)) { in ext4_whiteout_for_rename()
3788 if (PTR_ERR(wh) == -ENOSPC && in ext4_whiteout_for_rename()
3793 init_special_inode(wh, wh->i_mode, WHITEOUT_DEV); in ext4_whiteout_for_rename()
3794 wh->i_op = &ext4_special_inode_operations; in ext4_whiteout_for_rename()
3796 return wh; in ext4_whiteout_for_rename()