Searched refs:AFSPATHMAX (Results 1 – 2 of 2) sorted by relevance
19 #define AFSPATHMAX 1024 /* Maximum length of a pathname plus NUL */ macro
248 if (i_size > AFSPATHMAX) { in afs_do_read_single()1796 if (strlen(content) >= AFSPATHMAX) in afs_symlink()