Lines Matching defs:whiteout
829 umode_t mode, struct inode **whiteout)
843 if (whiteout) {
868 if (whiteout) {
875 *whiteout = inode;
905 static int f2fs_create_whiteout(struct inode *dir, struct inode **whiteout)
910 return __f2fs_tmpfile(dir, NULL, S_IFCHR | WHITEOUT_MODE, whiteout);
920 struct inode *whiteout = NULL;
953 err = f2fs_create_whiteout(old_dir, &whiteout);
1042 if (!old_dir_entry || whiteout)
1055 if (whiteout) {
1056 set_inode_flag(whiteout, FI_INC_LINK);
1057 err = f2fs_add_link(old_dentry, whiteout);
1061 spin_lock(&whiteout->i_lock);
1062 whiteout->i_state &= ~I_LINKABLE;
1063 spin_unlock(&whiteout->i_lock);
1065 iput(whiteout);
1100 if (whiteout)
1101 iput(whiteout);