Vega strike Python Modules doc  0.5.1
Documentation of the " Modules " folder of Vega strike
 All Data Structures Namespaces Files Functions Variables
statvfs Namespace Reference

Variables

int F_BSIZE = 0
 
int F_FRSIZE = 1
 
int F_BLOCKS = 2
 
int F_BFREE = 3
 
int F_BAVAIL = 4
 
int F_FILES = 5
 
int F_FFREE = 6
 
int F_FAVAIL = 7
 
int F_FLAG = 8
 
int F_NAMEMAX = 9
 

Detailed Description

Constants for interpreting the results of os.statvfs() and os.fstatvfs().

Variable Documentation

int F_BAVAIL = 4

Definition at line 10 of file statvfs.py.

int F_BFREE = 3

Definition at line 9 of file statvfs.py.

int F_BLOCKS = 2

Definition at line 8 of file statvfs.py.

int F_BSIZE = 0

Definition at line 6 of file statvfs.py.

int F_FAVAIL = 7

Definition at line 13 of file statvfs.py.

int F_FFREE = 6

Definition at line 12 of file statvfs.py.

int F_FILES = 5

Definition at line 11 of file statvfs.py.

int F_FLAG = 8

Definition at line 14 of file statvfs.py.

int F_FRSIZE = 1

Definition at line 7 of file statvfs.py.

int F_NAMEMAX = 9

Definition at line 15 of file statvfs.py.