Home
last modified time | relevance | path

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

/openbmc/linux/fs/afs/
H A Dafs.h19 #define AFSPATHMAX 1024 /* Maximum length of a pathname plus NUL */ macro
H A Ddir.c1785 if (strlen(content) >= AFSPATHMAX) in afs_symlink()