Searched refs:MAXMNTLEN (Results 1 – 5 of 5) sorted by relevance
24 #define MAXMNTLEN 468 macro112 u_char fs_fsmnt[MAXMNTLEN]; /* name mounted on */
66 #define MAXMNTLEN 512 macro
146 #define MAXMNTLEN 512 macro154 char e2fs_fsmnt[MAXMNTLEN];/* name mounted on */
157 #define MAXMNTLEN 468 macro401 uint8_t fs_fsmnt[MAXMNTLEN]; /* name mounted on */
1164 bzero(fs->fs_fsmnt, MAXMNTLEN); in ffs_mountfs()1165 strlcpy(fs->fs_fsmnt, mp->mnt_stat.f_mntonname, MAXMNTLEN); in ffs_mountfs()