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