Home
last modified time | relevance | path

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

/linux/fs/ubifs/
H A Dtnc.c34 * @NAME_GREATER: name corresponding to the second argument is greater than
43 NAME_GREATER = 2, enumerator
565 * @zbr is less than @nm, and %NAME_GREATER if it is greater than @nm. In case
599 return NAME_GREATER; in matches_name()
603 return NAME_GREATER; in matches_name()
749 if (err == NAME_GREATER) { in resolve_collision()
811 ubifs_assert(c, err == NAME_GREATER); in resolve_collision()
829 if (err == NAME_GREATER) in resolve_collision()
851 * is less than @nm, %NAME_GREATER if it is greater than @nm, and @NOT_ON_MEDIA
892 return NAME_GREATER; in fallible_matches_name()
[all...]