zoslib
z/OS C/C++ Library
|
Go to the source code of this file.
Classes | |
struct | statfs |
Macros | |
#define | MFSNAMELEN 15 /* length of fs type name, not inc. nul */ |
#define | MNAMELEN 90 /* length of buffer for returned name */ |
#define | MNT_WAIT 1 |
#define | MNT_NOWAIT 2 /* only NOWAIT supported with getmntinfo */ |
Functions | |
__Z_EXPORT int | getmntinfo (struct statfs **mntbufp, int flags) |
#define MFSNAMELEN 15 /* length of fs type name, not inc. nul */ |
#define MNAMELEN 90 /* length of buffer for returned name */ |
#define MNT_NOWAIT 2 /* only NOWAIT supported with getmntinfo */ |
#define MNT_WAIT 1 |
__Z_EXPORT int getmntinfo | ( | struct statfs ** | mntbufp, |
int | flags | ||
) |