Lines Matching defs:whiteout
360 * Create an inode('nlink = 1') for whiteout without updating journal,
361 * let ubifs_jnl_rename() store it on flash to complete rename whiteout
395 ubifs_err(c, "cannot create whiteout file, error %d", err);
1294 struct inode *whiteout = NULL;
1314 * wht_req: new whiteout inode for RENAME_WHITEOUT.
1376 * The whiteout inode without dentry is pinned in memory,
1380 whiteout = create_whiteout(old_dir, old_dentry);
1381 if (IS_ERR(whiteout)) {
1382 err = PTR_ERR(whiteout);
1387 whiteout_ui = ubifs_inode(whiteout);
1407 iput(whiteout);
1415 lock_4_inodes(old_dir, new_dir, new_inode, whiteout);
1485 * S_SYNC flag of whiteout inherits from the old_dir, and we
1487 * to check whiteout.
1492 new_inode, &new_nm, whiteout, sync);
1496 unlock_4_inodes(old_dir, new_dir, new_inode, whiteout);
1499 if (whiteout) {
1501 iput(whiteout);
1542 unlock_4_inodes(old_dir, new_dir, new_inode, whiteout);
1543 if (whiteout) {
1545 iput(whiteout);