Home
last modified time | relevance | path

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

/linux/fs/afs/
H A Daddr_prefs.c25 static int afs_split_string(char **pbuf, char *strv[], unsigned int maxstrv) in afs_split_string() argument
30 maxstrv--; /* Allow for terminal NULL */ in afs_split_string()
44 if (count >= maxstrv) { in afs_split_string()