CUBRID Engine
latest
|
Public Attributes | |
VOLID | volid |
int | vdes |
FILEIO_LOCKF_TYPE | lockf_type |
char | vlabel [PATH_MAX] |
FILEIO_LOCKF_TYPE fileio_volinfo::lockf_type |
Definition at line 386 of file file_io.c.
Referenced by fileio_allocate_and_initialize_volume_info(), fileio_cache(), fileio_decache(), fileio_dismount_volume(), and fileio_get_lockf_type().
int fileio_volinfo::vdes |
Definition at line 385 of file file_io.c.
Referenced by fileio_allocate_and_initialize_volume_info(), fileio_cache(), fileio_decache(), fileio_dismount_volume(), fileio_find_volume_descriptor_with_label(), fileio_get_volume_descriptor(), fileio_is_volume_descriptor_equal(), fileio_map_mounted(), and fileio_synchronize_volume().
char fileio_volinfo::vlabel[PATH_MAX] |
Definition at line 390 of file file_io.c.
Referenced by fileio_allocate_and_initialize_volume_info(), fileio_cache(), fileio_decache(), fileio_dismount_volume(), fileio_get_volume_label(), fileio_is_volume_label_equal(), and fileio_synchronize_volume().
VOLID fileio_volinfo::volid |
Definition at line 384 of file file_io.c.
Referenced by fileio_allocate_and_initialize_volume_info(), fileio_cache(), fileio_decache(), fileio_find_next_perm_volume(), fileio_find_previous_perm_volume(), fileio_find_previous_temp_volume(), fileio_find_volume_id_with_label(), fileio_get_volume_id(), fileio_is_volume_id_equal(), fileio_is_volume_id_gt(), fileio_is_volume_id_lt(), fileio_map_mounted(), fileio_synchronize_volume(), and fileio_write_or_add_to_dwb().