Lines Matching refs:deletion
475 * Drop the attached data if this is a deletion inode, the data is not
517 * @deletion: indicates a directory entry deletion i.e unlink or rmdir
540 int deletion, int xent)
544 int last_reference = !!(deletion && inode->i_nlink == 0);
601 dent->inum = deletion ? 0 : cpu_to_le64(inode->i_ino);
649 if (deletion) {
982 * deleting it from TNC and, in some cases, writing a deletion inode to the
986 * 'ubifs_jnl_update()' function writes a corresponding deletion inode and
989 * general, it has to write one more deletion inode to the media, because if
991 * 'ubifs_jnl_delete_inode()', the deletion inode is not in the journal
999 * 'ubifs_jnl_delete_inode()', then there is no need to write the deletion
1304 /* Make deletion dent */
1703 * un-linking regular files - it writes a deletion xentry, a deletion inode and