Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ubifs/
H A Dtnc.c34 * @NAME_GREATER: name corresponding to the second argument is greater than
43 NAME_GREATER = 2, enumerator
564 * @zbr is less than @nm, and %NAME_GREATER if it is greater than @nm. In case
598 return NAME_GREATER; in matches_name()
602 return NAME_GREATER; in matches_name()
748 if (err == NAME_GREATER) { in resolve_collision()
810 ubifs_assert(c, err == NAME_GREATER); in resolve_collision()
828 if (err == NAME_GREATER) in resolve_collision()
850 * is less than @nm, %NAME_GREATER if it is greater than @nm, and @NOT_ON_MEDIA
891 return NAME_GREATER; in fallible_matches_name()
[all...]
/kernel/linux/linux-6.6/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...]

Completed in 5 milliseconds