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

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

Completed in 164 milliseconds