Module nix::sys::statvfs::vfs   
                   
                       [−]
                   
               [src]
Structs related to the statvfs and fstatvfs functions
The Statvfs struct has some wrappers methods around the statvfs and
fstatvfs calls.
Structs
| FsFlags | 
                                 Mount Flags  | 
                       
| Statvfs | 
                                 The posix statvfs struct  | 
                       
Constants
| APPEND | |
| IMMUTABLE | |
| MANDLOCK | 
                                 Allow mandatory locks on the filesystem  | 
                       
| NOATIME | 
                                 Do not update access times on files  | 
                       
| NODEV | 
                                 Do not interpret character or block-special devices  | 
                       
| NODIRATIME | 
                                 Do not update access times on files  | 
                       
| NOEXEC | 
                                 Do not allow execution of binaries on the filesystem  | 
                       
| NOSUID | 
                                 Do not allow the set-uid bits to have an effect  | 
                       
| RDONLY | 
                                 Read Only  | 
                       
| RELATIME | 
                                 Update access time relative to modify/change time  | 
                       
| SYNCHRONOUS | 
                                 All IO should be done synchronously  | 
                       
| WRITE |