Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_attr_list.c101 if (context->seen_enough) in xfs_attr_shortform_list()
187 if (context->seen_enough) in xfs_attr_shortform_list()
368 if (context->seen_enough || leafhdr.forw == 0) in xfs_attr_node_list()
467 if (context->seen_enough) in xfs_attr3_leaf_list_int()
558 ASSERT(!context->seen_enough); in xfs_attr_put_listent()
581 context->seen_enough = 1; in xfs_attr_put_listent()
Dxfs_xattr.c132 if (context->count < 0 || context->seen_enough) in __xfs_xattr_put_listent()
141 context->seen_enough = 1; in __xfs_xattr_put_listent()
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_attr.h115 int seen_enough; /* T/F: seen enough of list? */ member
/linux-4.19.296/fs/xfs/scrub/
Dattr.c117 context->seen_enough = 1; in xchk_xattr_listent()