Home
last modified time | relevance | path

Searched refs:MAXMNTLEN (Results 1 – 6 of 6) sorted by relevance

/freebsd-11-stable/tools/tools/find-sb/
HDmini_ufs.h26 #define MAXMNTLEN 468 macro
114 u_char fs_fsmnt[MAXMNTLEN]; /* name mounted on */
/freebsd-11-stable/sys/fs/ext2fs/
HDext2fs.h146 #define MAXMNTLEN 512 macro
154 char e2fs_fsmnt[MAXMNTLEN];/* name mounted on */
HDfs.h65 #define MAXMNTLEN 512 macro
HDext2_vfsops.c130 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()
/freebsd-11-stable/sys/ufs/ffs/
HDfs.h119 #define MAXMNTLEN 468 macro
334 u_char fs_fsmnt[MAXMNTLEN]; /* name mounted on */
HDffs_vfsops.c1069 bzero(fs->fs_fsmnt, MAXMNTLEN);
1070 strlcpy(fs->fs_fsmnt, mp->mnt_stat.f_mntonname, MAXMNTLEN);