Home
last modified time | relevance | path

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

/freebsd-13-stable/tools/tools/find-sb/
HDmini_ufs.h24 #define MAXMNTLEN 468 macro
112 u_char fs_fsmnt[MAXMNTLEN]; /* name mounted on */
/freebsd-13-stable/sys/fs/ext2fs/
HDfs.h66 #define MAXMNTLEN 512 macro
HDext2fs.h146 #define MAXMNTLEN 512 macro
154 char e2fs_fsmnt[MAXMNTLEN];/* name mounted on */
HDext2_vfsops.c143 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()
/freebsd-13-stable/sys/ufs/ffs/
HDfs.h120 #define MAXMNTLEN 468 macro
364 uint8_t fs_fsmnt[MAXMNTLEN]; /* name mounted on */
HDffs_vfsops.c1152 bzero(fs->fs_fsmnt, MAXMNTLEN); in ffs_mountfs()
1153 strlcpy(fs->fs_fsmnt, mp->mnt_stat.f_mntonname, MAXMNTLEN); in ffs_mountfs()