Searched refs:xnc (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/xfs/scrub/
H A Dnlinks.c103 struct xchk_nlink_ctrs *xnc,
112 if (!xnc->nlinks)
115 error = xfarray_load_sparse(xnc->nlinks, ino, &nl);
119 trace_xchk_nlinks_update_incore(xnc->sc->mp, ino, &nl, parents_delta,
127 error = xfarray_store(xnc->nlinks, ino, &nl);
150 struct xchk_nlink_ctrs *xnc; local
153 xnc = container_of(nb, struct xchk_nlink_ctrs, dhook.dirent_hook.nb);
155 trace_xchk_nlinks_live_update(xnc->sc->mp, p->dp, action, p->ip->i_ino,
163 if (xchk_iscan_want_live_update(&xnc->collect_iscan, p->dp->i_ino)) {
164 mutex_lock(&xnc
102 xchk_nlinks_update_incore( struct xchk_nlink_ctrs *xnc, xfs_ino_t ino, int parents_delta, int backrefs_delta, int children_delta) argument
206 struct xchk_nlink_ctrs *xnc = priv; local
298 xchk_nlinks_collect_dir( struct xchk_nlink_ctrs *xnc, struct xfs_inode *dp) argument
349 xchk_nlinks_collect_metafile( struct xchk_nlink_ctrs *xnc, xfs_ino_t ino) argument
362 xchk_nlinks_collect_metafiles( struct xchk_nlink_ctrs *xnc) argument
406 xchk_nlinks_collect_file( struct xchk_nlink_ctrs *xnc, struct xfs_inode *ip) argument
418 xchk_nlinks_collect( struct xchk_nlink_ctrs *xnc) argument
492 xchk_nlinks_comparison_read( struct xchk_nlink_ctrs *xnc, xfs_ino_t ino, struct xchk_nlink *obs) argument
530 xchk_nlinks_compare_inode( struct xchk_nlink_ctrs *xnc, struct xfs_inode *ip) argument
653 xchk_nlinks_compare_inum( struct xchk_nlink_ctrs *xnc, xfs_ino_t ino) argument
728 xchk_nlinks_compare_iter( struct xchk_nlink_ctrs *xnc, struct xfs_inode **ipp) argument
743 xchk_nlinks_compare( struct xchk_nlink_ctrs *xnc) argument
821 struct xchk_nlink_ctrs *xnc = priv; local
842 xchk_nlinks_setup_scan( struct xfs_scrub *sc, struct xchk_nlink_ctrs *xnc) argument
901 struct xchk_nlink_ctrs *xnc = sc->buf; local
[all...]
H A Dnlinks_repair.c45 struct xchk_nlink_ctrs *xnc)
48 struct xfs_scrub *sc = xnc->sc;
65 mutex_lock(&xnc->lock);
67 if (xchk_iscan_aborted(&xnc->collect_iscan)) {
72 error = xfarray_load_sparse(xnc->nlinks, ip->i_ino, &obs);
80 mutex_unlock(&xnc->lock);
139 mutex_unlock(&xnc->lock);
152 struct xchk_nlink_ctrs *xnc,
158 error = xchk_iscan_iter(&xnc->compare_iscan, ipp);
169 struct xchk_nlink_ctrs *xnc local
44 xrep_nlinks_repair_inode( struct xchk_nlink_ctrs *xnc) argument
151 xrep_nlinks_iter( struct xchk_nlink_ctrs *xnc, struct xfs_inode **ipp) argument
[all...]

Completed in 126 milliseconds