Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
logfs_area_ops Struct Reference

#include <logfs.h>

Data Fields

void(* get_free_segment )(struct logfs_area *area)
 
void(* get_erase_count )(struct logfs_area *area)
 
int(* erase_segment )(struct logfs_area *area)
 

Detailed Description

struct logfs_area_ops - area operations

: fill area->ofs with the offset of a free segment : fill area->erase_count (needs area->ofs) : erase and setup segment

Definition at line 133 of file logfs.h.

Field Documentation

int(* erase_segment)(struct logfs_area *area)

Definition at line 136 of file logfs.h.

void(* get_erase_count)(struct logfs_area *area)

Definition at line 135 of file logfs.h.

void(* get_free_segment)(struct logfs_area *area)

Definition at line 134 of file logfs.h.


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