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

#include <async-thread.h>

Data Fields

void(* func )(struct btrfs_work *work)
 
void(* ordered_func )(struct btrfs_work *work)
 
void(* ordered_free )(struct btrfs_work *work)
 
unsigned long flags
 
struct btrfs_worker_threadworker
 
struct list_head list
 
struct list_head order_list
 

Detailed Description

Definition at line 38 of file async-thread.h.

Field Documentation

unsigned long flags

Definition at line 55 of file async-thread.h.

Definition at line 47 of file async-thread.h.

Definition at line 59 of file async-thread.h.

struct list_head order_list

Definition at line 60 of file async-thread.h.

void(* ordered_free)(struct btrfs_work *work)

Definition at line 49 of file async-thread.h.

void(* ordered_func)(struct btrfs_work *work)

Definition at line 48 of file async-thread.h.

Definition at line 58 of file async-thread.h.


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