Movatterモバイル変換
[0]ホーム
Thestatvfs module defines constants so interpreting the resultifos.statvfs(), which returns a tuple, can be made withoutremembering ``magic numbers.'' Each of the constants defined in thismodule is theindex of the entry in the tuple returned byos.statvfs() that contains the specified information.
- F_BSIZE
- Preferred file system block size.
- F_FRSIZE
- Fundamental file system block size.
- F_BLOCKS
- Total number of blocks in the filesystem.
- F_BFREE
- Total number of free blocks.
- F_BAVAIL
- Free blocks available to non-super user.
- F_FILES
- Total number of file nodes.
- F_FFREE
- Total number of free file nodes.
- F_FAVAIL
- Free nodes available to non-super user.
- F_FLAG
- Flags. System dependent: seestatvfs() man page.
- F_NAMEMAX
- Maximum file name length.
SeeAbout this document... for information on suggesting changes.
[8]ページ先頭