Searched refs:seen_enough (Results 1 – 4 of 4) sorted by relevance
362 ASSERT(!context->seen_enough); in xfs_ioc_attr_put_listent()383 context->seen_enough = 1; in xfs_ioc_attr_put_listent()730 context->seen_enough = -EFSCORRUPTED; in xfs_getparents_put_listent()740 context->seen_enough = 1; in xfs_getparents_put_listent()822 if (gpx->context.seen_enough < 0) { in xfs_getparents()823 error = gpx->context.seen_enough; in xfs_getparents()836 if (gpx->context.seen_enough == 0) { in xfs_getparents()
101 if (context->seen_enough) in xfs_attr_shortform_list()200 if (context->seen_enough) in xfs_attr_shortform_list()416 if (context->seen_enough || leafhdr.forw == 0) in xfs_attr_node_list()524 if (context->seen_enough) in xfs_attr3_leaf_list_int()
231 if (context->count < 0 || context->seen_enough) in __xfs_xattr_put_listent()240 context->seen_enough = 1; in __xfs_xattr_put_listent()
64 int seen_enough; member