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

/freebsd-10.0-release/tools/tools/find-sb/
H A Dmini_ufs.h26 #define MAXMNTLEN 468 macro
114 u_char fs_fsmnt[MAXMNTLEN]; /* name mounted on */
/freebsd-10.0-release/sys/fs/ext2fs/
H A Dfs.h62 * in fs_fsmnt. MAXMNTLEN defines the amount of space allocated in
65 #define MAXMNTLEN 512 macro
H A Dext2fs.h114 * in fs_fsmnt. MAXMNTLEN defines the amount of space allocated in
117 #define MAXMNTLEN 512 macro
125 char e2fs_fsmnt[MAXMNTLEN];/* name mounted on */
H A Dext2_vfsops.c130 if (strlen(path) >= MAXMNTLEN)
277 strncpy(fs->e2fs_fsmnt, path, MAXMNTLEN);
278 fs->e2fs_fsmnt[MAXMNTLEN - 1] = '\0';
/freebsd-10.0-release/sys/ufs/ffs/
H A Dfs.h116 * in fs_fsmnt. MAXMNTLEN defines the amount of space allocated in
119 #define MAXMNTLEN 468 macro
321 u_char fs_fsmnt[MAXMNTLEN]; /* name mounted on */
H A Dffs_vfsops.c1046 bzero(fs->fs_fsmnt, MAXMNTLEN);
1047 strlcpy(fs->fs_fsmnt, mp->mnt_stat.f_mntonname, MAXMNTLEN);

Completed in 79 milliseconds