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

#include <uptodate.h>

Data Fields

u64(* co_owner )(struct ocfs2_caching_info *ci)
 
struct super_block *(* co_get_super )(struct ocfs2_caching_info *ci)
 
void(* co_cache_lock )(struct ocfs2_caching_info *ci)
 
void(* co_cache_unlock )(struct ocfs2_caching_info *ci)
 
void(* co_io_lock )(struct ocfs2_caching_info *ci)
 
void(* co_io_unlock )(struct ocfs2_caching_info *ci)
 

Detailed Description

Definition at line 33 of file uptodate.h.

Field Documentation

void(* co_cache_lock)(struct ocfs2_caching_info *ci)

Definition at line 47 of file uptodate.h.

void(* co_cache_unlock)(struct ocfs2_caching_info *ci)

Definition at line 48 of file uptodate.h.

struct super_block*(* co_get_super)(struct ocfs2_caching_info *ci)
read

Definition at line 42 of file uptodate.h.

void(* co_io_lock)(struct ocfs2_caching_info *ci)

Definition at line 54 of file uptodate.h.

void(* co_io_unlock)(struct ocfs2_caching_info *ci)

Definition at line 55 of file uptodate.h.

u64(* co_owner)(struct ocfs2_caching_info *ci)

Definition at line 39 of file uptodate.h.


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