GnuCOBOL  2.0
A free COBOL compiler
VBFILE Struct Reference

#include <isinternal.h>

Collaboration diagram for VBFILE:

Data Fields

struct VBLOCKpslockhead
 
struct VBLOCKpslocktail
 
int ihandle
 
int irefcount
 
dev_t tdevice
 
ino_t tinode
 

Detailed Description

Definition at line 453 of file isinternal.h.

Field Documentation

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().


The documentation for this struct was generated from the following file: