• Home
  • Raw
  • Download

Lines Matching refs:sc

25 	struct xfs_scrub	*sc,  in xchk_setup_directory()  argument
28 return xchk_setup_inode_contents(sc, ip, 0); in xchk_setup_directory()
39 struct xfs_scrub *sc; member
50 struct xfs_mount *mp = sdc->sc->mp; in xchk_dir_check_ftype()
57 xchk_fblock_set_corrupt(sdc->sc, XFS_DATA_FORK, in xchk_dir_check_ftype()
70 error = xfs_iget(mp, sdc->sc->tp, inum, 0, 0, &ip); in xchk_dir_check_ftype()
71 if (!xchk_fblock_xref_process_error(sdc->sc, XFS_DATA_FORK, offset, in xchk_dir_check_ftype()
79 xchk_fblock_set_corrupt(sdc->sc, XFS_DATA_FORK, offset); in xchk_dir_check_ftype()
111 ip = sdc->sc->ip; in xchk_dir_actor()
118 xchk_fblock_set_corrupt(sdc->sc, XFS_DATA_FORK, offset); in xchk_dir_actor()
124 xchk_fblock_set_corrupt(sdc->sc, XFS_DATA_FORK, offset); in xchk_dir_actor()
131 xchk_fblock_set_corrupt(sdc->sc, XFS_DATA_FORK, in xchk_dir_actor()
134 xchk_fblock_set_corrupt(sdc->sc, XFS_DATA_FORK, in xchk_dir_actor()
142 xchk_fblock_set_corrupt(sdc->sc, XFS_DATA_FORK, in xchk_dir_actor()
145 xchk_fblock_set_corrupt(sdc->sc, XFS_DATA_FORK, in xchk_dir_actor()
154 error = xfs_dir_lookup(sdc->sc->tp, ip, &xname, &lookup_ino, NULL); in xchk_dir_actor()
155 if (!xchk_fblock_process_error(sdc->sc, XFS_DATA_FORK, offset, in xchk_dir_actor()
159 xchk_fblock_set_corrupt(sdc->sc, XFS_DATA_FORK, offset); in xchk_dir_actor()
173 if (error == 0 && sdc->sc->sm->sm_flags & XFS_SCRUB_OFLAG_CORRUPT) in xchk_dir_actor()
221 if (!xchk_fblock_process_error(ds->sc, XFS_DATA_FORK, rec_bno, in xchk_dir_rec()
225 xchk_fblock_set_corrupt(ds->sc, XFS_DATA_FORK, rec_bno); in xchk_dir_rec()
228 xchk_buffer_recheck(ds->sc, bp); in xchk_dir_rec()
230 if (ds->sc->sm->sm_flags & XFS_SCRUB_OFLAG_CORRUPT) in xchk_dir_rec()
239 xchk_fblock_set_corrupt(ds->sc, XFS_DATA_FORK, rec_bno); in xchk_dir_rec()
257 xchk_fblock_set_corrupt(ds->sc, XFS_DATA_FORK, rec_bno); in xchk_dir_rec()
266 xchk_fblock_set_corrupt(ds->sc, XFS_DATA_FORK, rec_bno); in xchk_dir_rec()
268 xchk_fblock_set_corrupt(ds->sc, XFS_DATA_FORK, rec_bno); in xchk_dir_rec()
273 xchk_fblock_set_corrupt(ds->sc, XFS_DATA_FORK, rec_bno); in xchk_dir_rec()
288 struct xfs_scrub *sc, in xchk_directory_check_free_entry() argument
307 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, lblk); in xchk_directory_check_free_entry()
313 struct xfs_scrub *sc, in xchk_directory_data_bestfree() argument
321 struct xfs_mount *mp = sc->mp; in xchk_directory_data_bestfree()
333 d_ops = sc->ip->d_ops; in xchk_directory_data_bestfree()
338 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, lblk); in xchk_directory_data_bestfree()
339 error = xfs_dir3_block_read(sc->tp, sc->ip, &bp); in xchk_directory_data_bestfree()
342 error = xfs_dir3_data_read(sc->tp, sc->ip, lblk, -1, &bp); in xchk_directory_data_bestfree()
344 if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, lblk, &error)) in xchk_directory_data_bestfree()
346 xchk_buffer_recheck(sc, bp); in xchk_directory_data_bestfree()
350 if (sc->sm->sm_flags & XFS_SCRUB_OFLAG_CORRUPT) in xchk_directory_data_bestfree()
361 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, lblk); in xchk_directory_data_bestfree()
371 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, lblk); in xchk_directory_data_bestfree()
377 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, lblk); in xchk_directory_data_bestfree()
399 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, in xchk_directory_data_bestfree()
410 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, lblk); in xchk_directory_data_bestfree()
418 xchk_directory_check_free_entry(sc, lblk, bf, dup); in xchk_directory_data_bestfree()
419 if (sc->sm->sm_flags & XFS_SCRUB_OFLAG_CORRUPT) in xchk_directory_data_bestfree()
425 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, lblk); in xchk_directory_data_bestfree()
435 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, lblk); in xchk_directory_data_bestfree()
439 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, lblk); in xchk_directory_data_bestfree()
441 xfs_trans_brelse(sc->tp, bp); in xchk_directory_data_bestfree()
454 struct xfs_scrub *sc, in xchk_directory_check_freesp() argument
461 dfp = sc->ip->d_ops->data_bestfree_p(dbp->b_addr); in xchk_directory_check_freesp()
464 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, lblk); in xchk_directory_check_freesp()
467 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, lblk); in xchk_directory_check_freesp()
473 struct xfs_scrub *sc, in xchk_directory_leaf1_bestfree() argument
483 const struct xfs_dir_ops *d_ops = sc->ip->d_ops; in xchk_directory_leaf1_bestfree()
484 struct xfs_da_geometry *geo = sc->mp->m_dir_geo; in xchk_directory_leaf1_bestfree()
495 error = xfs_dir3_leaf_read(sc->tp, sc->ip, lblk, -1, &bp); in xchk_directory_leaf1_bestfree()
496 if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, lblk, &error)) in xchk_directory_leaf1_bestfree()
498 xchk_buffer_recheck(sc, bp); in xchk_directory_leaf1_bestfree()
507 if (xfs_sb_version_hascrc(&sc->mp->m_sb)) { in xchk_directory_leaf1_bestfree()
511 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, lblk); in xchk_directory_leaf1_bestfree()
518 if (bestcount != xfs_dir2_byte_to_db(geo, sc->ip->i_d.di_size)) { in xchk_directory_leaf1_bestfree()
519 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, lblk); in xchk_directory_leaf1_bestfree()
525 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, lblk); in xchk_directory_leaf1_bestfree()
531 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, lblk); in xchk_directory_leaf1_bestfree()
539 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, lblk); in xchk_directory_leaf1_bestfree()
545 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, lblk); in xchk_directory_leaf1_bestfree()
546 if (sc->sm->sm_flags & XFS_SCRUB_OFLAG_CORRUPT) in xchk_directory_leaf1_bestfree()
554 error = xfs_dir3_data_read(sc->tp, sc->ip, in xchk_directory_leaf1_bestfree()
556 if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, lblk, in xchk_directory_leaf1_bestfree()
559 xchk_directory_check_freesp(sc, lblk, dbp, best); in xchk_directory_leaf1_bestfree()
560 xfs_trans_brelse(sc->tp, dbp); in xchk_directory_leaf1_bestfree()
561 if (sc->sm->sm_flags & XFS_SCRUB_OFLAG_CORRUPT) in xchk_directory_leaf1_bestfree()
571 struct xfs_scrub *sc, in xchk_directory_free_bestfree() argument
585 error = xfs_dir2_free_read(sc->tp, sc->ip, lblk, &bp); in xchk_directory_free_bestfree()
586 if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, lblk, &error)) in xchk_directory_free_bestfree()
588 xchk_buffer_recheck(sc, bp); in xchk_directory_free_bestfree()
590 if (xfs_sb_version_hascrc(&sc->mp->m_sb)) { in xchk_directory_free_bestfree()
594 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, lblk); in xchk_directory_free_bestfree()
598 sc->ip->d_ops->free_hdr_from_disk(&freehdr, bp->b_addr); in xchk_directory_free_bestfree()
599 bestp = sc->ip->d_ops->free_bests_p(bp->b_addr); in xchk_directory_free_bestfree()
606 error = xfs_dir3_data_read(sc->tp, sc->ip, in xchk_directory_free_bestfree()
609 if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, lblk, in xchk_directory_free_bestfree()
612 xchk_directory_check_freesp(sc, lblk, dbp, best); in xchk_directory_free_bestfree()
613 xfs_trans_brelse(sc->tp, dbp); in xchk_directory_free_bestfree()
617 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, lblk); in xchk_directory_free_bestfree()
625 struct xfs_scrub *sc) in xchk_directory_blocks() argument
630 struct xfs_mount *mp = sc->mp; in xchk_directory_blocks()
641 if (sc->ip->i_d.di_format != XFS_DINODE_FMT_EXTENTS && in xchk_directory_blocks()
642 sc->ip->i_d.di_format != XFS_DINODE_FMT_BTREE) in xchk_directory_blocks()
645 ifp = XFS_IFORK_PTR(sc->ip, XFS_DATA_FORK); in xchk_directory_blocks()
651 args.dp = sc->ip; in xchk_directory_blocks()
653 args.trans = sc->tp; in xchk_directory_blocks()
655 if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, lblk, &error)) in xchk_directory_blocks()
659 found = xfs_iext_lookup_extent(sc->ip, ifp, lblk, &icur, &got); in xchk_directory_blocks()
660 while (found && !(sc->sm->sm_flags & XFS_SCRUB_OFLAG_CORRUPT)) { in xchk_directory_blocks()
665 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, in xchk_directory_blocks()
689 error = xchk_directory_data_bestfree(sc, lblk, in xchk_directory_blocks()
696 found = xfs_iext_lookup_extent(sc->ip, ifp, lblk, &icur, &got); in xchk_directory_blocks()
699 if (sc->sm->sm_flags & XFS_SCRUB_OFLAG_CORRUPT) in xchk_directory_blocks()
703 if (xfs_iext_lookup_extent(sc->ip, ifp, leaf_lblk, &icur, &got) && in xchk_directory_blocks()
708 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, lblk); in xchk_directory_blocks()
711 error = xchk_directory_leaf1_bestfree(sc, &args, in xchk_directory_blocks()
717 if (sc->sm->sm_flags & XFS_SCRUB_OFLAG_CORRUPT) in xchk_directory_blocks()
722 found = xfs_iext_lookup_extent(sc->ip, ifp, lblk, &icur, &got); in xchk_directory_blocks()
723 while (found && !(sc->sm->sm_flags & XFS_SCRUB_OFLAG_CORRUPT)) { in xchk_directory_blocks()
730 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, lblk); in xchk_directory_blocks()
734 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, lblk); in xchk_directory_blocks()
753 error = xchk_directory_free_bestfree(sc, &args, in xchk_directory_blocks()
760 found = xfs_iext_lookup_extent(sc->ip, ifp, lblk, &icur, &got); in xchk_directory_blocks()
769 struct xfs_scrub *sc) in xchk_directory() argument
774 .sc = sc, in xchk_directory()
780 if (!S_ISDIR(VFS_I(sc->ip)->i_mode)) in xchk_directory()
784 if (sc->ip->i_d.di_size < xfs_dir2_sf_hdr_size(0)) { in xchk_directory()
785 xchk_ino_set_corrupt(sc, sc->ip->i_ino); in xchk_directory()
790 error = xchk_da_btree(sc, XFS_DATA_FORK, xchk_dir_rec, NULL); in xchk_directory()
794 if (sc->sm->sm_flags & XFS_SCRUB_OFLAG_CORRUPT) in xchk_directory()
798 error = xchk_directory_blocks(sc); in xchk_directory()
802 if (sc->sm->sm_flags & XFS_SCRUB_OFLAG_CORRUPT) in xchk_directory()
810 sc->ip->i_d.di_size); in xchk_directory()
829 sc->ilock_flags &= ~XFS_ILOCK_EXCL; in xchk_directory()
830 xfs_iunlock(sc->ip, XFS_ILOCK_EXCL); in xchk_directory()
832 error = xfs_readdir(sc->tp, sc->ip, &sdc.dir_iter, bufsize); in xchk_directory()
833 if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, 0, in xchk_directory()