Home
last modified time | relevance | path

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

/Linux-v4.19/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()
580 context->seen_enough = 1; in xfs_attr_put_listent()
Dxfs_attr.h115 int seen_enough; /* T/F: seen enough of list? */ member
Dxfs_xattr.c138 context->seen_enough = 1; in __xfs_xattr_put_listent()
/Linux-v4.19/fs/xfs/scrub/
Dattr.c117 context->seen_enough = 1; in xchk_xattr_listent()