Searched refs:MAXMNTLEN (Results 1 – 6 of 6) sorted by relevance
26 #define MAXMNTLEN 468 macro114 u_char fs_fsmnt[MAXMNTLEN]; /* name mounted on */
146 #define MAXMNTLEN 512 macro154 char e2fs_fsmnt[MAXMNTLEN];/* name mounted on */
65 #define MAXMNTLEN 512 macro
130 if (strlen(path) >= MAXMNTLEN) in ext2_mount()273 strncpy(fs->e2fs_fsmnt, path, MAXMNTLEN); in ext2_mount()274 fs->e2fs_fsmnt[MAXMNTLEN - 1] = '\0'; in ext2_mount()
119 #define MAXMNTLEN 468 macro334 u_char fs_fsmnt[MAXMNTLEN]; /* name mounted on */
1069 bzero(fs->fs_fsmnt, MAXMNTLEN);1070 strlcpy(fs->fs_fsmnt, mp->mnt_stat.f_mntonname, MAXMNTLEN);