Searched refs:xnc (Results 1 – 1 of 1) sorted by relevance
50 struct xchk_nlink_ctrs *xnc; in xchk_setup_nlinks() local61 xnc = kvzalloc_obj(struct xchk_nlink_ctrs, XCHK_GFP_FLAGS); in xchk_setup_nlinks()62 if (!xnc) in xchk_setup_nlinks()64 xnc->xname.name = xnc->namebuf; in xchk_setup_nlinks()65 xnc->sc = sc; in xchk_setup_nlinks()66 sc->buf = xnc; in xchk_setup_nlinks()119 struct xchk_nlink_ctrs *xnc, in xchk_nlinks_update_incore() argument128 if (!xnc->nlinks) in xchk_nlinks_update_incore()131 error = xfarray_load_sparse(xnc->nlinks, ino, &nl); in xchk_nlinks_update_incore()135 trace_xchk_nlinks_update_incore(xnc->sc->mp, ino, &nl, parents_delta, in xchk_nlinks_update_incore()[all …]