Searched refs:XFS_CMP_DIFFERENT (Results 1 - 14 of 14) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/xfs/
H A Dxfs_dir2.c74 return XFS_CMP_DIFFERENT;
81 return XFS_CMP_DIFFERENT;
251 if (args->cmpresult == XFS_CMP_DIFFERENT)
H A Dxfs_da_btree.h85 XFS_CMP_DIFFERENT, /* names are completely different */ enumerator in enum:xfs_dacmp
H A Dxfs_dir2_node.c606 if (curbp && (args->cmpresult == XFS_CMP_DIFFERENT ||
613 if (args->cmpresult != XFS_CMP_DIFFERENT &&
638 if (cmp != XFS_CMP_DIFFERENT && cmp != args->cmpresult) {
640 if (args->cmpresult != XFS_CMP_DIFFERENT &&
659 if (args->cmpresult == XFS_CMP_DIFFERENT) {
H A Dxfs_dir2_block.c699 if (cmp != XFS_CMP_DIFFERENT && cmp != args->cmpresult) {
H A Dxfs_dir2_sf.c853 if (cmp != XFS_CMP_DIFFERENT && cmp != args->cmpresult) {
H A Dxfs_dir2_leaf.c1390 if (cmp != XFS_CMP_DIFFERENT && cmp != args->cmpresult) {
H A Dxfs_da_btree.c1534 XFS_CMP_EXACT : XFS_CMP_DIFFERENT;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/xfs/
H A Dxfs_dir2.c74 return XFS_CMP_DIFFERENT;
81 return XFS_CMP_DIFFERENT;
251 if (args->cmpresult == XFS_CMP_DIFFERENT)
H A Dxfs_da_btree.h85 XFS_CMP_DIFFERENT, /* names are completely different */ enumerator in enum:xfs_dacmp
H A Dxfs_dir2_node.c606 if (curbp && (args->cmpresult == XFS_CMP_DIFFERENT ||
613 if (args->cmpresult != XFS_CMP_DIFFERENT &&
638 if (cmp != XFS_CMP_DIFFERENT && cmp != args->cmpresult) {
640 if (args->cmpresult != XFS_CMP_DIFFERENT &&
659 if (args->cmpresult == XFS_CMP_DIFFERENT) {
H A Dxfs_dir2_block.c699 if (cmp != XFS_CMP_DIFFERENT && cmp != args->cmpresult) {
H A Dxfs_dir2_sf.c853 if (cmp != XFS_CMP_DIFFERENT && cmp != args->cmpresult) {
H A Dxfs_dir2_leaf.c1390 if (cmp != XFS_CMP_DIFFERENT && cmp != args->cmpresult) {
H A Dxfs_da_btree.c1534 XFS_CMP_EXACT : XFS_CMP_DIFFERENT;

Completed in 102 milliseconds