Boost.AFIO    Boost C++ Libraries
Classes | Public Attributes
boost::afio::statfs_t Struct Reference

Metadata about a filing system. Unsupported entries are -1. More...

List of all members.

Classes

struct  f_flags_t

Public Attributes

struct
boost::afio::statfs_t::f_flags_t 
f_flags
uint64_t f_bsize
uint64_t f_iosize
uint64_t f_blocks
uint64_t f_bfree
uint64_t f_bavail
uint64_t f_files
uint64_t f_ffree
uint32_t f_namemax
int16_t f_owner
uint64_t f_fsid [2]
std::string f_fstypename
std::string f_mntfromname
path f_mntonname

Detailed Description

Metadata about a filing system. Unsupported entries are -1.

Definition at line 939 of file afio.hpp.


Member Data Documentation

copy of mount exported flags (Windows, POSIX)

fundamental filesystem block size (Windows, POSIX)

Definition at line 952 of file afio.hpp.

optimal transfer block size (Windows, POSIX)

Definition at line 953 of file afio.hpp.

total data blocks in filesystem (Windows, POSIX)

Definition at line 954 of file afio.hpp.

free blocks in filesystem (Windows, POSIX)

Definition at line 955 of file afio.hpp.

free blocks avail to non-superuser (Windows, POSIX)

Definition at line 956 of file afio.hpp.

total file nodes in filesystem (POSIX)

Definition at line 957 of file afio.hpp.

free nodes avail to non-superuser (POSIX)

Definition at line 958 of file afio.hpp.

maximum filename length (Windows, POSIX)

Definition at line 959 of file afio.hpp.

user that mounted the filesystem (BSD, OS X)

Definition at line 961 of file afio.hpp.

filesystem id (Windows, POSIX)

Definition at line 963 of file afio.hpp.

filesystem type name (Windows, POSIX)

Definition at line 964 of file afio.hpp.

mounted filesystem (Windows, POSIX)

Definition at line 965 of file afio.hpp.

directory on which mounted (Windows, POSIX)

Definition at line 966 of file afio.hpp.


January, 2014

Copyright © 2013-2014 Niall Douglas, Cork, Ireland
Copyright © 2013 Paul Kirth, California
Documentation is generated by Doxygen