1: /*
2: * Copyright (c) 1980 Regents of the University of California.
3: * All rights reserved. The Berkeley software License Agreement
4: * specifies the terms and conditions for redistribution.
5: *
6: * @(#)mtab.h 5.1 (Berkeley) 5/30/85
7: */
8:
9: /*
10: * Mounted device accounting file.
11: */
12: struct mtab {
13: char m_path[32]; /* mounted on pathname */
14: char m_dname[32]; /* block device pathname */
15: char m_type[4]; /* read-only, quotas */
16: };
Defined struct's
mtab
defined in line
12; used 32 times
- in /usr/src/bin/df.c line
29(2),
185(2)
- in /usr/src/etc/mount.c line
30(2),
42(2),
122(2),
137(2),
194(2)
- in /usr/src/etc/quotaon.c line
26(2),
142(2),
166(2),
176(2)
- in /usr/src/etc/umount.c line
26(2),
35(2),
131(2),
137(2),
163(2)
Usage of this include