Lines Matching defs:whiteout
3904 struct inode *whiteout = NULL;
3977 whiteout = ext4_whiteout_for_rename(&old, credits, &handle);
3978 if (IS_ERR(whiteout)) {
3979 retval = PTR_ERR(whiteout);
4012 if (whiteout) {
4017 retval = ext4_setent(handle, &old, whiteout->i_ino,
4021 retval = ext4_mark_inode_dirty(handle, whiteout);
4049 if (!whiteout) {
4098 if (whiteout)
4099 __ext4_fc_track_create(handle, whiteout, old.dentry);
4112 if (whiteout) {
4116 drop_nlink(whiteout);
4117 ext4_orphan_add(handle, whiteout);
4119 unlock_new_inode(whiteout);
4121 iput(whiteout);