Home
last modified time | relevance | path

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

/fs/ext4/
Dnamei.c3795 struct inode *wh; in ext4_whiteout_for_rename() local
3806 wh = ext4_new_inode_start_handle(idmap, ent->dir, in ext4_whiteout_for_rename()
3812 if (IS_ERR(wh)) { in ext4_whiteout_for_rename()
3815 if (PTR_ERR(wh) == -ENOSPC && in ext4_whiteout_for_rename()
3820 init_special_inode(wh, wh->i_mode, WHITEOUT_DEV); in ext4_whiteout_for_rename()
3821 wh->i_op = &ext4_special_inode_operations; in ext4_whiteout_for_rename()
3823 return wh; in ext4_whiteout_for_rename()