Searched refs:orphanage (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/xfs/scrub/ |
| H A D | orphanage.c | 134 sc->orphanage = NULL; in xrep_orphanage_create() 139 ASSERT(sc->orphanage == NULL); in xrep_orphanage_create() 198 sc->orphanage = XFS_I(orphanage_inode); in xrep_orphanage_create() 215 xfs_ilock(sc->orphanage, ilock_flags); in xrep_orphanage_ilock() 223 if (xfs_ilock_nowait(sc->orphanage, ilock_flags)) { in xrep_orphanage_ilock_nowait() 236 xfs_iunlock(sc->orphanage, ilock_flags); in xrep_orphanage_iunlock() 272 if (!sc->orphanage) in xrep_orphanage_rele() 276 xfs_iunlock(sc->orphanage, sc->orphanage_ilock_flags); in xrep_orphanage_rele() 278 xchk_irele(sc, sc->orphanage); in xrep_orphanage_rele() 279 sc->orphanage = NULL; in xrep_orphanage_rele() [all …]
|
| H A D | dirtree_repair.c | 236 if (dl->sc->orphanage) in xrep_dirtree_decide_fate() 584 xfs_inode_to_parent_rec(&dl->pptr_rec, sc->orphanage); in xrep_dirtree_create_adoption_path() 586 error = xino_bitmap_set(&path->seen_inodes, sc->orphanage->i_ino); in xrep_dirtree_create_adoption_path()
|
| H A D | nlinks_repair.c | 65 if (xchk_inode_is_dirtree_root(ip) || ip == sc->orphanage) in xrep_nlinks_is_orphaned()
|
| H A D | scrub.h | 175 struct xfs_inode *orphanage; member
|
| H A D | scrub.c | 201 ASSERT(sc->orphanage == sub->sc.orphanage); in xchk_scrub_free_subord()
|
| /linux/fs/xfs/ |
| H A D | Makefile | 232 orphanage.o \
|
| /linux/Documentation/filesystems/xfs/ |
| H A D | xfs-online-fsck-design.rst | 3607 If no parents are found, the file must be :ref:`reparented <orphanage>` to the 3608 orphanage to prevent the file from being lost forever. 4744 serve as an orphanage, and linking orphan files into the orphanage by using the 4746 Reparenting a file to the orphanage does not reset any of its permissions or 4751 VFS mechanisms to create the orphanage directory with all the necessary 4755 Orphaned files are adopted by the orphanage as follows: 4759 This also attaches the orphanage directory to the scrub context. 4762 orphanage and the file being reattached. 4770 orphanage. 4777 orphanage ILOCK, and clean the scrub transaction. Call
|