distortos  v0.7.0
object-oriented C++ RTOS for microcontrollers
statvfs.h File Reference

Standard sys/statvfs.h, which is not provided by newlib. More...

#include <sys/types.h>
Include dependency graph for statvfs.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  statvfs
 

Macros

#define ST_RDONLY   (1 << 0)
 
#define ST_NOSUID   (1 << 1)
 
#define _FSBLKCNT_T_DECLARED
 

Typedefs

typedef __uint64_t __fsblkcnt_t
 
typedef __uint32_t __fsfilcnt_t
 
typedef __fsblkcnt_t fsblkcnt_t
 
typedef __fsfilcnt_t fsfilcnt_t
 

Detailed Description

Standard sys/statvfs.h, which is not provided by newlib.

Author
Copyright (C) 2018 Kamil Szczygiel http://www.distortec.com http://www.freddiechopin.info
License
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

Macro Definition Documentation

◆ ST_NOSUID

#define ST_NOSUID   (1 << 1)

for f_flag field - file system does not support the semantics of the ST_ISUID and ST_ISGID file mode bits

◆ ST_RDONLY

#define ST_RDONLY   (1 << 0)

for f_flag field - read-only file system