ReactOS 0.4.15-dev-7906-g1b85a5f
_change Struct Reference
Collaboration diagram for _change:

Public Attributes

voiddata
 
off_t pos
 
int size
 
struct _changenext
 

Detailed Description

Definition at line 42 of file io.c.

Member Data Documentation

◆ data

void* _change::data

Definition at line 43 of file io.c.

Referenced by fs_close(), and fs_read().

◆ next

struct _change* _change::next

Definition at line 46 of file io.c.

Referenced by fs_close(), fs_flush(), fs_read(), and fs_write().

◆ pos

off_t _change::pos

Definition at line 44 of file io.c.

Referenced by fs_read().

◆ size

int _change::size

Definition at line 45 of file io.c.

Referenced by fs_read().


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