Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_attr_list.c47 (!((cursor)->initted) && !((cursor)->hashval) && \
157 cursor->initted = 1; in xfs_attr_shortform_list()
297 cursor->initted = 1; in xfs_attr_node_list()
403 cursor->initted = 1; in xfs_attr3_leaf_list_int()
619 if ((cursor->initted == 0) && in xfs_attr_list()
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_attr.h97 __u8 initted; /* T/F: cursor has been initialized */ member