Lines Matching defs:whiteout
941 struct inode *dir, struct inode **whiteout,
945 true, whiteout, fname);
962 struct inode *whiteout = NULL;
1002 err = f2fs_create_whiteout(idmap, old_dir, &whiteout, &fname);
1091 if (!old_dir_entry || whiteout)
1104 if (whiteout) {
1105 set_inode_flag(whiteout, FI_INC_LINK);
1106 err = f2fs_add_link(old_dentry, whiteout);
1110 spin_lock(&whiteout->i_lock);
1111 whiteout->i_state &= ~I_LINKABLE;
1112 spin_unlock(&whiteout->i_lock);
1114 iput(whiteout);
1149 iput(whiteout);