Home | History | Annotate | Download | only in e2fsck

Lines Matching full:loop

24  * twice, then it has detected a filesystem loop, and it will again
26 * filesystem loop.
77 * Allocate some bitmaps to do loop detection.
260 * the lost+found. We have to do loop detection; if we ever discover
261 * a loop, we treat that as a disconnected directory and offer to
264 * However, loop detection is expensive, because for very large
268 * the algorithm. The first time, we ignore loop detection and merely
270 * then we try again with the loop detection bitmap enabled.
326 * loop bitmap turned on and start from the
333 pctx->errcode = ext2fs_allocate_inode_bitmap(fs, _("inode loop detection bitmap"), &inode_loop_detect);