GnuCOBOL
2.0
A free COBOL compiler
|
#include <isinternal.h>
Data Fields | |
struct VBLOCK * | pslockhead |
struct VBLOCK * | pslocktail |
int | ihandle |
int | irefcount |
dev_t | tdevice |
ino_t | tinode |
Definition at line 453 of file isinternal.h.
int VBFILE::ihandle |
Definition at line 456 of file isinternal.h.
Referenced by ipreamble(), and ivbopen().
int VBFILE::irefcount |
Definition at line 457 of file isinternal.h.
Referenced by ivbclose(), and ivbopen().
struct VBLOCK* VBFILE::pslockhead |
Definition at line 454 of file isinternal.h.
Referenced by ilockdelete(), ilockinsert(), ivbclose2(), and ivbdatalock().
struct VBLOCK* VBFILE::pslocktail |
Definition at line 455 of file isinternal.h.
Referenced by ilockdelete(), ilockinsert(), and ivbclose2().
dev_t VBFILE::tdevice |
Definition at line 458 of file isinternal.h.
Referenced by ivbopen().
ino_t VBFILE::tinode |
Definition at line 459 of file isinternal.h.
Referenced by ivbopen().