Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
fs
coda
coda_int.h
Go to the documentation of this file.
1
#ifndef _CODA_INT_
2
#define _CODA_INT_
3
4
struct
dentry
;
5
struct
file
;
6
7
extern
struct
file_system_type
coda_fs_type
;
8
extern
unsigned
long
coda_timeout
;
9
extern
int
coda_hard
;
10
extern
int
coda_fake_statfs
;
11
12
void
coda_destroy_inodecache
(
void
);
13
int
coda_init_inodecache
(
void
);
14
int
coda_fsync
(
struct
file
*coda_file, loff_t
start
, loff_t
end
,
int
datasync);
15
void
coda_sysctl_init
(
void
);
16
void
coda_sysctl_clean
(
void
);
17
18
#endif
/* _CODA_INT_ */
19
20
Generated on Thu Jan 10 2013 14:46:15 for Linux Kernel by
1.8.2