Lines Matching defs:subpartition
98 struct subpartition { struct
100 struct subpartition *next; argument
101 struct subpartition *prev; argument
102 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 */
109 int is_swap;
110 int tmpfsbacked; /* TMPFS Backed */
111 int type; /* FS type (UFS, HAMMER) */
112 int pfs; /* HAMMER pseudo file system */