Lines Matching defs:NAME_LESS
32 * @NAME_LESS: name corresponding to the first argument is less than second
41 NAME_LESS = 0,
563 * @nm. Returns %NAME_MATCHES if it does, %NAME_LESS if the name referred by
596 return NAME_LESS;
600 return NAME_LESS;
806 if (err == NAME_LESS)
834 ubifs_assert(c, err == NAME_LESS);
849 * @nm. Returns %NAME_MATCHES it does, %NAME_LESS if the name referred by @zbr
889 return NAME_LESS;
893 return NAME_LESS;
989 if (err == NAME_LESS)
996 if (cmp == NAME_LESS || unsure) {