Lines Matching defs:spc
51 struct xchk_parent_ctx *spc;
54 spc = container_of(dc, struct xchk_parent_ctx, dc);
55 if (spc->ino == ino)
56 spc->nlink++;
63 if (xchk_should_terminate(spc->sc, &error))
64 spc->cancelled = true;
76 struct xchk_parent_ctx spc = {
108 error = xfs_readdir(sc->tp, parent, &spc.dc, bufsize);
111 if (spc.cancelled) {
115 if (oldpos == spc.dc.pos)
117 oldpos = spc.dc.pos;
119 *nlink = spc.nlink;