CUBRID Engine
latest
|
Public Attributes | |
VOLID | volid |
int | vdes |
FILEIO_LOCKF_TYPE | lockf_type |
char | vlabel [PATH_MAX] |
FILEIO_SYSTEM_VOLUME_INFO * | next |
FILEIO_LOCKF_TYPE fileio_sys_volinfo::lockf_type |
Definition at line 363 of file file_io.c.
Referenced by fileio_cache(), fileio_decache(), fileio_dismount_all(), and fileio_get_lockf_type().
FILEIO_SYSTEM_VOLUME_INFO* fileio_sys_volinfo::next |
Definition at line 368 of file file_io.c.
Referenced by fileio_cache(), fileio_decache(), fileio_dismount_all(), fileio_find_system_volume(), and fileio_traverse_system_volume().
int fileio_sys_volinfo::vdes |
Definition at line 362 of file file_io.c.
Referenced by fileio_cache(), fileio_decache(), fileio_dismount_all(), fileio_find_system_volume(), fileio_find_volume_descriptor_with_label(), fileio_get_volume_descriptor(), fileio_is_system_volume_descriptor_equal(), fileio_synchronize_sys_volume(), and fileio_traverse_system_volume().
char fileio_sys_volinfo::vlabel[PATH_MAX] |
Definition at line 364 of file file_io.c.
Referenced by fileio_cache(), fileio_decache(), fileio_dismount_all(), fileio_get_volume_label(), fileio_is_system_volume_label_equal(), and fileio_synchronize_sys_volume().
VOLID fileio_sys_volinfo::volid |
Definition at line 361 of file file_io.c.
Referenced by fileio_cache(), fileio_decache(), fileio_find_volume_id_with_label(), fileio_get_volume_id(), fileio_is_system_volume_id_equal(), and fileio_synchronize_sys_volume().