Searched refs:MAXMNTLEN (Results 1 – 6 of 6) 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 */
143 if (strlen(path) >= MAXMNTLEN) in ext2_mount()290 strncpy(fs->e2fs_fsmnt, path, MAXMNTLEN); in ext2_mount()291 fs->e2fs_fsmnt[MAXMNTLEN - 1] = '\0'; in ext2_mount()
120 #define MAXMNTLEN 468 macro364 uint8_t fs_fsmnt[MAXMNTLEN]; /* name mounted on */
1152 bzero(fs->fs_fsmnt, MAXMNTLEN); in ffs_mountfs()1153 strlcpy(fs->fs_fsmnt, mp->mnt_stat.f_mntonname, MAXMNTLEN); in ffs_mountfs()