![]() |
WL865E4-P
36.07.001
|
#include <m2mb_fs_posix.h>
Data Fields | |
UINT32 | f_bsize |
UINT32 | f_blocks |
UINT32 | f_bfree |
UINT32 | f_bavail |
UINT32 | f_fsid |
UINT32 | f_pathmax |
UINT32 | f_max_file_size |
UINT32 | f_max_transaction_size |
UINT32 | f_max_open_files |
Definition at line 105 of file m2mb_fs_posix.h.
UINT32 f_bavail |
number free blocks for unprivileged users
Definition at line 110 of file m2mb_fs_posix.h.
UINT32 f_bfree |
number of free blocks
Definition at line 109 of file m2mb_fs_posix.h.
UINT32 f_blocks |
size of fs in f_frsize units
Definition at line 108 of file m2mb_fs_posix.h.
UINT32 f_bsize |
file system block size
Definition at line 107 of file m2mb_fs_posix.h.
UINT32 f_fsid |
Definition at line 111 of file m2mb_fs_posix.h.
UINT32 f_max_file_size |
Definition at line 113 of file m2mb_fs_posix.h.
UINT32 f_max_open_files |
Definition at line 115 of file m2mb_fs_posix.h.
UINT32 f_max_transaction_size |
Definition at line 114 of file m2mb_fs_posix.h.
UINT32 f_pathmax |
Definition at line 112 of file m2mb_fs_posix.h.