Home
last modified time | relevance | path

Searched refs:NAME_LESS (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/ubifs/
H A Dtnc.c32 * @NAME_LESS: name corresponding to the first argument is less than second
41 NAME_LESS = 0, enumerator
563 * @nm. Returns %NAME_MATCHES if it does, %NAME_LESS if the name referred by
596 return NAME_LESS; in matches_name()
600 return NAME_LESS; in matches_name()
806 if (err == NAME_LESS) in resolve_collision()
834 ubifs_assert(c, err == NAME_LESS); in resolve_collision()
849 * @nm. Returns %NAME_MATCHES it does, %NAME_LESS if the name referred by @zbr
889 return NAME_LESS; in fallible_matches_name()
893 return NAME_LESS; in fallible_matches_name()
[all...]
/kernel/linux/linux-6.6/fs/ubifs/
H A Dtnc.c32 * @NAME_LESS: name corresponding to the first argument is less than second
41 NAME_LESS = 0, enumerator
564 * @nm. Returns %NAME_MATCHES if it does, %NAME_LESS if the name referred by
597 return NAME_LESS; in matches_name()
601 return NAME_LESS; in matches_name()
807 if (err == NAME_LESS) in resolve_collision()
835 ubifs_assert(c, err == NAME_LESS); in resolve_collision()
850 * @nm. Returns %NAME_MATCHES it does, %NAME_LESS if the name referred by @zbr
890 return NAME_LESS; in fallible_matches_name()
894 return NAME_LESS; in fallible_matches_name()
[all...]

Completed in 4 milliseconds