Searched refs:seen_enough (Results 1 – 3 of 3) sorted by relevance
340 ASSERT(!context->seen_enough); in xfs_ioc_attr_put_listent()361 context->seen_enough = 1; in xfs_ioc_attr_put_listent()708 context->seen_enough = -EFSCORRUPTED; in xfs_getparents_put_listent()718 context->seen_enough = 1; in xfs_getparents_put_listent()800 if (gpx->context.seen_enough < 0) { in xfs_getparents()801 error = gpx->context.seen_enough; in xfs_getparents()814 if (gpx->context.seen_enough == 0) { in xfs_getparents()
231 if (context->count < 0 || context->seen_enough) in __xfs_xattr_put_listent()240 context->seen_enough = 1; in __xfs_xattr_put_listent()
65 int seen_enough; member