Go to the source code of this file.
Defines | |
#define | VMD_FS_ERROR -1 /**< an error occured during OS FS stat calls */ |
#define | VMD_FS_IS_LOCAL 1 /**< FS is not remote, therefore assumed local */ |
#define | VMD_FS_IS_REMOTE 2 /**< FS is known to be a remote/network mount */ |
#define | VMD_FS_IS_UNKNOWN 4 /**< Platform/OS has no determination method */ |
Functions | |
int | vmd_fstype_locality (const char *pathname) |
|
Definition at line 36 of file vmdfsinfo.h. |
|
Definition at line 37 of file vmdfsinfo.h. |
|
Definition at line 38 of file vmdfsinfo.h. Referenced by VMDApp::molecule_load. |
|
Definition at line 39 of file vmdfsinfo.h. |
|
vmd_fstype_locality: thin multi-platform wrapper around file and filesystem local/remote determination queries for use by kernel-bypass I/O implementations in VMD and the molfile plugins. Definition at line 85 of file vmdfsinfo.c. Referenced by VMDApp::molecule_load. |