Home
last modified time | relevance | path

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

/freebsd/tools/tools/find-sb/
H A Dmini_ufs.h24 #define MAXMNTLEN 468 macro
112 u_char fs_fsmnt[MAXMNTLEN]; /* name mounted on */
/freebsd/sys/fs/ext2fs/
H A Dfs.h66 #define MAXMNTLEN 512 macro
H A Dext2fs.h146 #define MAXMNTLEN 512 macro
154 char e2fs_fsmnt[MAXMNTLEN];/* name mounted on */
/freebsd/sys/ufs/ffs/
H A Dfs.h157 #define MAXMNTLEN 468 macro
401 uint8_t fs_fsmnt[MAXMNTLEN]; /* name mounted on */
H A Dffs_vfsops.c1164 bzero(fs->fs_fsmnt, MAXMNTLEN); in ffs_mountfs()
1165 strlcpy(fs->fs_fsmnt, mp->mnt_stat.f_mntonname, MAXMNTLEN); in ffs_mountfs()