#include <stdio.h>
#include <string.h>
Go to the source code of this file.
Defines | |
#define | FS_ERROR -1 |
#define | FS_IS_LOCAL 1 |
#define | FS_IS_REMOTE 2 |
#define | FS_IS_UNKNOWN 4 |
Functions | |
int | vmd_fstype_locality (const char *pathname) |
|
Definition at line 71 of file vmdfsinfo.c. Referenced by vmd_fstype_locality. |
|
Definition at line 72 of file vmdfsinfo.c. Referenced by vmd_fstype_locality. |
|
Definition at line 73 of file vmdfsinfo.c. Referenced by vmd_fstype_locality. |
|
Definition at line 74 of file vmdfsinfo.c. Referenced by vmd_fstype_locality. |
|
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. References FS_ERROR, FS_IS_LOCAL, FS_IS_REMOTE, and FS_IS_UNKNOWN. |