CODA_MAXNAMLEN 105 fs/coda/dir.c if (length > CODA_MAXNAMLEN) { CODA_MAXNAMLEN 286 fs/coda/inode.c buf->f_namelen = CODA_MAXNAMLEN; CODA_MAXNAMLEN 169 include/linux/coda.h char d_name[CODA_MAXNAMLEN + 1];/* name must be no longer than this */ CODA_MAXNAMLEN 172 include/linux/coda.h #define DIRSIZ(dp) ((sizeof (struct venus_dirent) - (CODA_MAXNAMLEN+1)) + \