Lines Matching defs:context
94 struct xfs_attr_list_context context;
108 struct xfs_attr_list_context *context,
118 sx = container_of(context, struct xchk_xattr, context);
121 context->seen_enough = error;
127 xchk_ino_set_preen(sx->sc, context->dp->i_ino);
146 context->seen_enough = error;
152 args.geo = context->dp->i_mount->m_attr_geo;
154 args.dp = context->dp;
158 args.trans = context->tp;
174 context->seen_enough = 1;
494 sx.context.dp = sc->ip;
495 sx.context.resynch = 1;
496 sx.context.put_listent = xchk_xattr_listent;
497 sx.context.tp = sc->tp;
498 sx.context.allow_incomplete = true;
517 error = xfs_attr_list_ilocked(&sx.context);
522 if (sx.context.seen_enough < 0)
523 error = sx.context.seen_enough;