Home
last modified time | relevance | path

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

/linux-6.6.21/fs/xfs/scrub/
Dattr.c181 context->seen_enough = error; in xchk_xattr_listent()
220 context->seen_enough = error; in xchk_xattr_listent()
238 context->seen_enough = 1; in xchk_xattr_listent()
652 if (sx.context.seen_enough < 0) in xchk_xattr()
653 return sx.context.seen_enough; in xchk_xattr()
/linux-6.6.21/fs/xfs/
Dxfs_attr_list.c97 if (context->seen_enough) in xfs_attr_shortform_list()
187 if (context->seen_enough) in xfs_attr_shortform_list()
370 if (context->seen_enough || leafhdr.forw == 0) in xfs_attr_node_list()
472 if (context->seen_enough) in xfs_attr3_leaf_list_int()
Dxfs_xattr.c207 if (context->count < 0 || context->seen_enough) in __xfs_xattr_put_listent()
216 context->seen_enough = 1; in __xfs_xattr_put_listent()
Dxfs_ioctl.c316 ASSERT(!context->seen_enough); in xfs_ioc_attr_put_listent()
337 context->seen_enough = 1; in xfs_ioc_attr_put_listent()
/linux-6.6.21/fs/xfs/libxfs/
Dxfs_attr.h63 int seen_enough; member