Home
last modified time | relevance | path

Searched refs:seen_enough (Results 1 – 4 of 4) sorted by relevance

/linux/fs/xfs/
H A Dxfs_handle.c362 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()
H A Dxfs_attr_list.c101 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()
H A Dxfs_xattr.c231 if (context->count < 0 || context->seen_enough) in __xfs_xattr_put_listent()
240 context->seen_enough = 1; in __xfs_xattr_put_listent()
/linux/fs/xfs/libxfs/
H A Dxfs_attr.h64 int seen_enough; member