Searched refs:CODA_MAXNAMLEN (Results 1 – 4 of 4) sorted by relevance
136 #define CODA_MAXNAMLEN 255 macro166 char d_name[CODA_MAXNAMLEN + 1];/* name must be no longer than this */169 #define DIRSIZ(dp) ((sizeof (struct venus_dirent) - (CODA_MAXNAMLEN+1)) + \180 char d_name[CODA_MAXNAMLEN + 1];/* name must be no longer than this */183 #define DIRSIZ(dp) ((sizeof (struct venus_dirent) - (CODA_MAXNAMLEN+1)) + \
919 if (len+1 > CODA_MAXNAMLEN) { in coda_lookup()1276 if (flen+1 > CODA_MAXNAMLEN) { in coda_rename()1282 if (tlen+1 > CODA_MAXNAMLEN) { in coda_rename()1342 if (len+1 > CODA_MAXNAMLEN) { in coda_mkdir()1494 if (len+1 > CODA_MAXNAMLEN) { in coda_symlink()
253 vfsp->mnt_stat.f_namemax = CODA_MAXNAMLEN; in coda_mount()
694 char coda_nc_name_buf[CODA_MAXNAMLEN+1];