Home
last modified time | relevance | path

Searched refs:XFS_CMP_DIFFERENT (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_dir2.c81 return XFS_CMP_DIFFERENT; in xfs_ascii_ci_compname()
88 return XFS_CMP_DIFFERENT; in xfs_ascii_ci_compname()
333 if (args->cmpresult == XFS_CMP_DIFFERENT) in xfs_dir_cilookup_result()
Dxfs_da_btree.h53 XFS_CMP_DIFFERENT, /* names are completely different */ enumerator
Dxfs_dir2_node.c732 if (curbp && (args->cmpresult == XFS_CMP_DIFFERENT || in xfs_dir2_leafn_lookup_for_entry()
739 if (args->cmpresult != XFS_CMP_DIFFERENT && in xfs_dir2_leafn_lookup_for_entry()
766 if (cmp != XFS_CMP_DIFFERENT && cmp != args->cmpresult) { in xfs_dir2_leafn_lookup_for_entry()
768 if (args->cmpresult != XFS_CMP_DIFFERENT && in xfs_dir2_leafn_lookup_for_entry()
789 if (args->cmpresult == XFS_CMP_DIFFERENT) { in xfs_dir2_leafn_lookup_for_entry()
Dxfs_dir2_sf.c757 if (cmp != XFS_CMP_DIFFERENT && cmp != args->cmpresult) { in xfs_dir2_sf_lookup()
Dxfs_dir2_block.c726 if (cmp != XFS_CMP_DIFFERENT && cmp != args->cmpresult) { in xfs_dir2_block_lookup_int()
Dxfs_dir2_leaf.c1291 if (cmp != XFS_CMP_DIFFERENT && cmp != args->cmpresult) { in xfs_dir2_leaf_lookup_int()
Dxfs_da_btree.c1979 XFS_CMP_EXACT : XFS_CMP_DIFFERENT; in xfs_da_compname()