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

  /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 46 milliseconds