Searched refs:XFS_CMP_DIFFERENT (Results 1 – 7 of 7) sorted by relevance
47 XFS_CMP_DIFFERENT, /* names are completely different */ enumerator
94 return XFS_CMP_DIFFERENT; in xfs_ascii_ci_compname()102 return XFS_CMP_DIFFERENT; in xfs_ascii_ci_compname()376 if (args->cmpresult == XFS_CMP_DIFFERENT) in xfs_dir_cilookup_result()
858 if (curbp && (args->cmpresult == XFS_CMP_DIFFERENT || in xfs_dir2_leafn_lookup_for_entry()865 if (args->cmpresult != XFS_CMP_DIFFERENT && in xfs_dir2_leafn_lookup_for_entry()892 if (cmp != XFS_CMP_DIFFERENT && cmp != args->cmpresult) { in xfs_dir2_leafn_lookup_for_entry()894 if (args->cmpresult != XFS_CMP_DIFFERENT && in xfs_dir2_leafn_lookup_for_entry()915 if (args->cmpresult == XFS_CMP_DIFFERENT) { in xfs_dir2_leafn_lookup_for_entry()
893 if (cmp != XFS_CMP_DIFFERENT && cmp != args->cmpresult) { in xfs_dir2_sf_lookup()
756 if (cmp != XFS_CMP_DIFFERENT && cmp != args->cmpresult) { in xfs_dir2_block_lookup_int()
1352 if (cmp != XFS_CMP_DIFFERENT && cmp != args->cmpresult) { in xfs_dir2_leaf_lookup_int()
2288 XFS_CMP_EXACT : XFS_CMP_DIFFERENT; in xfs_da_compname()
Completed in 32 milliseconds