Lines Matching defs:whiteout
362 * Create an inode('nlink = 1') for whiteout without updating journal,
363 * let ubifs_jnl_rename() store it on flash to complete rename whiteout
392 ubifs_err(c, "cannot create whiteout file, error %d", err);
1291 struct inode *whiteout = NULL;
1310 * wht_req: new whiteout inode for RENAME_WHITEOUT.
1372 * The whiteout inode without dentry is pinned in memory,
1376 whiteout = create_whiteout(old_dir, old_dentry);
1377 if (IS_ERR(whiteout)) {
1378 err = PTR_ERR(whiteout);
1383 whiteout_ui = ubifs_inode(whiteout);
1403 iput(whiteout);
1411 lock_4_inodes(old_dir, new_dir, new_inode, whiteout);
1477 * S_SYNC flag of whiteout inherits from the old_dir, and we
1479 * to check whiteout.
1484 new_inode, &new_nm, whiteout, sync);
1488 unlock_4_inodes(old_dir, new_dir, new_inode, whiteout);
1491 if (whiteout) {
1493 iput(whiteout);
1534 unlock_4_inodes(old_dir, new_dir, new_inode, whiteout);
1535 if (whiteout) {
1537 iput(whiteout);