Searched defs:subpartition (Results 1 – 1 of 1) sorted by relevance
98 struct subpartition { struct100 struct subpartition *next; argument101 struct subpartition *prev; argument102 char letter; /* 'a' = root partition */103 char *mountpoint; /* includes leading slash */104 long capacity; /* in megabytes, -1 = "rest of disk" */105 int encrypted;106 int softupdates;107 long fsize; /* fragment size */108 long bsize; /* block size */[all …]