Home | Sort by: relevance | last modified time | path |
/src/sys/fs/adosfs/ | |
adosfs.h | 115 u_int32_t dostype; /* type of volume */ member in struct:adosfsmount 132 #define IS_FFS(amp) ((amp)->dostype & 1) 133 #define IS_INTER(amp) (((amp)->dostype & 7) > 1) |
/src/sys/sys/ | |
disklabel_rdb.h | 115 uint32_t dostype; /* 16: filesystem type */ member in struct:ados_environ 164 uint32_t dostype; /* this is a file system for this type */ member in struct:fsblock 216 uint8_t fstype; /* byte 3 from amiga dostype */ |