Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/
Dxfs_attr_list.c116 if (context->seen_enough) in xfs_attr_shortform_list()
209 if (context->seen_enough) in xfs_attr_shortform_list()
348 if (context->seen_enough || leafhdr.forw == 0) in xfs_attr_node_list()
478 if (context->seen_enough) in xfs_attr3_leaf_list_int()
583 context->seen_enough = 1; in xfs_attr_put_listent()
Dxfs_attr.h122 int seen_enough; /* T/F: seen enough of list? */ member