HomeSort by: relevance | last modified time | path
    Searched refs:MAXMNTLEN (Results 1 - 3 of 3) sorted by relevancy

  /src/sbin/scan_ffs/
scan_ffs.c 71 char lfs_path[MAXMNTLEN];
72 char ffs_path[MAXMNTLEN];
98 /* second and third sblock address contain lfs_fsmnt[MAXMNTLEN] */
459 sbinfo.ffs->fs_fsmnt, MAXMNTLEN);
  /src/sys/ufs/ext2fs/
ext2fs.h 111 * in fs_fsmnt. MAXMNTLEN defines the amount of space allocated in
114 #define MAXMNTLEN 512
242 u_char e2fs_fsmnt[MAXMNTLEN]; /* name mounted on */
  /src/sys/ufs/ffs/
fs.h 145 * in fs_fsmnt. MAXMNTLEN defines the amount of space allocated in
148 #define MAXMNTLEN 468
320 u_char fs_fsmnt[MAXMNTLEN]; /* name mounted on */

Completed in 15 milliseconds