Home
last modified time | relevance | path

Searched refs:sdc (Results 1 – 1 of 1) sorted by relevance

/fs/xfs/scrub/
Ddir.c45 struct xchk_dir_ctx *sdc, in xchk_dir_check_ftype() argument
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()
104 struct xchk_dir_ctx *sdc; in xchk_dir_actor() local
110 sdc = container_of(dir_iter, struct xchk_dir_ctx, dir_iter); in xchk_dir_actor()
111 ip = sdc->sc->ip; in xchk_dir_actor()
118 xchk_fblock_set_corrupt(sdc->sc, XFS_DATA_FORK, offset); in xchk_dir_actor()
[all …]