CS350 COS
COS
Loading...
Searching...
No Matches
mount.h File Reference

Go to the source code of this file.

Data Structures

struct  statfs
 

Macros

#define MNT_RDONLY   0x0001 /* Read-only */
 
#define MNT_SYNC   0x0002 /* Synchronous */
 
#define MNT_ASYNC   0x0004 /* Asynchronous */
 

Data Structure Documentation

◆ statfs

struct statfs

Definition at line 5 of file mount.h.

Macro Definition Documentation

◆ MNT_ASYNC

#define MNT_ASYNC   0x0004 /* Asynchronous */

Definition at line 10 of file mount.h.

◆ MNT_RDONLY

#define MNT_RDONLY   0x0001 /* Read-only */

Definition at line 8 of file mount.h.

◆ MNT_SYNC

#define MNT_SYNC   0x0002 /* Synchronous */

Definition at line 9 of file mount.h.