Lines Matching defs:NAME_LESS
32 * @NAME_LESS: name corresponding to the first argument is less than second
41 NAME_LESS = 0,
564 * @nm. Returns %NAME_MATCHES if it does, %NAME_LESS if the name referred by
597 return NAME_LESS;
601 return NAME_LESS;
807 if (err == NAME_LESS)
835 ubifs_assert(c, err == NAME_LESS);
850 * @nm. Returns %NAME_MATCHES it does, %NAME_LESS if the name referred by @zbr
890 return NAME_LESS;
894 return NAME_LESS;
990 if (err == NAME_LESS)
997 if (cmp == NAME_LESS || unsure) {