Home
last modified time | relevance | path

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

/linux/fs/xfs/
A Dxfs_handle.c364 ASSERT(!context->seen_enough); in xfs_ioc_attr_put_listent()
385 context->seen_enough = 1; in xfs_ioc_attr_put_listent()
732 context->seen_enough = -EFSCORRUPTED; in xfs_getparents_put_listent()
742 context->seen_enough = 1; in xfs_getparents_put_listent()
824 if (gpx->context.seen_enough < 0) { in xfs_getparents()
825 error = gpx->context.seen_enough; in xfs_getparents()
838 if (gpx->context.seen_enough == 0) { in xfs_getparents()
A Dxfs_attr_list.c101 if (context->seen_enough) in xfs_attr_shortform_list()
199 if (context->seen_enough) in xfs_attr_shortform_list()
415 if (context->seen_enough || leafhdr.forw == 0) in xfs_attr_node_list()
523 if (context->seen_enough) in xfs_attr3_leaf_list_int()
A Dxfs_xattr.c232 if (context->count < 0 || context->seen_enough) in __xfs_xattr_put_listent()
241 context->seen_enough = 1; in __xfs_xattr_put_listent()
/linux/fs/xfs/libxfs/
A Dxfs_attr.h64 int seen_enough; member

Completed in 13 milliseconds