free_estat Struct Reference

Single-linked list for storing the freed entries. More...


Data Fields

struct free_estatnext
 Next free block(s).
int count
 Number of "struct estat"s that can be stored here.


Detailed Description

Single-linked list for storing the freed entries.

The struct free_estat get written above the struct estat it replaces.

Definition at line 39 of file est_ops.c.


Field Documentation

Number of "struct estat"s that can be stored here.

Definition at line 44 of file est_ops.c.

Referenced by ops__allocate(), and ops__free_entry().

struct free_estat* free_estat::next [read]

Next free block(s).

Definition at line 42 of file est_ops.c.

Referenced by ops__allocate(), and ops__free_entry().


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

Generated for fsvs by  doxygen 1.5.9