zoslib
z/OS C/C++ Library
Loading...
Searching...
No Matches
Classes | Macros | Functions
mount.h File Reference
#include "zos-macros.h"
#include <sys/types.h>

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)
 

Macro Definition Documentation

◆ MFSNAMELEN

#define MFSNAMELEN   15 /* length of fs type name, not inc. nul */

◆ MNAMELEN

#define MNAMELEN   90 /* length of buffer for returned name */

◆ MNT_NOWAIT

#define MNT_NOWAIT   2 /* only NOWAIT supported with getmntinfo */

◆ MNT_WAIT

#define MNT_WAIT   1

Function Documentation

◆ getmntinfo()

__Z_EXPORT int getmntinfo ( struct statfs **  mntbufp,
int  flags 
)