Lines Matching defs:whiteout
3810 struct inode *whiteout = NULL;
3883 whiteout = ext4_whiteout_for_rename(idmap, &old, credits, &handle);
3884 if (IS_ERR(whiteout)) {
3885 retval = PTR_ERR(whiteout);
3918 if (whiteout) {
3923 retval = ext4_setent(handle, &old, whiteout->i_ino,
3927 retval = ext4_mark_inode_dirty(handle, whiteout);
3955 if (!whiteout) {
4009 if (whiteout)
4010 __ext4_fc_track_create(handle, whiteout,
4025 if (whiteout) {
4029 drop_nlink(whiteout);
4030 ext4_mark_inode_dirty(handle, whiteout);
4031 ext4_orphan_add(handle, whiteout);
4033 unlock_new_inode(whiteout);
4035 iput(whiteout);