• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ext4/

Lines Matching refs:orphan

195 		 * make sure that the in-core orphan linked list is properly
218 * the orphan list and set the dtime field.
235 * Kill off the orphan record which ext4_truncate created.
238 * deletion of a non-existent orphan - this is because we don't
239 * know if ext4_truncate() actually created an orphan record.
1579 * Reserve one block more for addition to orphan list in case
1624 * Add inode to orphan list in case we crash before
1635 * still be on the orphan list; we need to
1637 * orphan list in that case.
1745 * on the orphan list; we need to make sure the inode
1746 * is removed from the orphan list in that case.
1787 * on the orphan list; we need to make sure the inode
1788 * is removed from the orphan list in that case.
1850 * on the orphan list; we need to make sure the inode
1851 * is removed from the orphan list in that case.
3508 * orphan list. So recovery will truncate it back to the original size
3524 int orphan = 0;
3543 orphan = 1;
3572 if (orphan) {
3920 * orphan list. So recovery will truncate it back to the original size
4607 * truncate against the orphan inode list.
4662 * orphan list, so that if this truncate spans multiple transactions,
4681 * The orphan list entry will now protect us from any crash which
4762 * then we need to clear up the orphan record which we created above.
4765 * orphan info for us.
5038 * valid i_mode and are being read by the orphan
5425 * shrinks i_size, we put the inode on the orphan list and modify
5540 * all, we need to clean up the in-core orphan list manually.