Data Fields

xnvfile_regular_iterator Struct Reference
[Virtual file services]

Regular vfile iterator. More...

Data Fields

loff_t pos
 Current record position while iterating.
struct seq_file * seq
 Backlink to the host sequential file supporting the vfile.
struct xnvfile_regular * vfile
 Backlink to the vfile being read.
char private [0]
 Start of private area.

Detailed Description

Regular vfile iterator.

This structure defines an iterator over a regular vfile.


Field Documentation

Current record position while iterating.

Start of private area.

Use xnvfile_iterator_priv() to address it.

Backlink to the host sequential file supporting the vfile.

struct xnvfile_regular* xnvfile_regular_iterator::vfile

Backlink to the vfile being read.


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