Linux Kernel
3.7.1
|
#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) |
Definition at line 33 of file uptodate.h.
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.
|
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.