Home
last modified time | relevance | path

Searched refs:cookie_netfs_data (Results 1 – 7 of 7) sorted by relevance

/linux-3.4.99/fs/afs/
Dcache.c15 static uint16_t afs_cell_cache_get_key(const void *cookie_netfs_data,
17 static uint16_t afs_cell_cache_get_aux(const void *cookie_netfs_data,
19 static enum fscache_checkaux afs_cell_cache_check_aux(void *cookie_netfs_data,
23 static uint16_t afs_vlocation_cache_get_key(const void *cookie_netfs_data,
25 static uint16_t afs_vlocation_cache_get_aux(const void *cookie_netfs_data,
28 void *cookie_netfs_data, const void *buffer, uint16_t buflen);
30 static uint16_t afs_volume_cache_get_key(const void *cookie_netfs_data,
33 static uint16_t afs_vnode_cache_get_key(const void *cookie_netfs_data,
35 static void afs_vnode_cache_get_attr(const void *cookie_netfs_data,
37 static uint16_t afs_vnode_cache_get_aux(const void *cookie_netfs_data,
[all …]
/linux-3.4.99/fs/cifs/
Dcache.c63 static uint16_t cifs_server_get_key(const void *cookie_netfs_data, in cifs_server_get_key() argument
66 const struct TCP_Server_Info *server = cookie_netfs_data; in cifs_server_get_key()
146 static uint16_t cifs_super_get_key(const void *cookie_netfs_data, void *buffer, in cifs_super_get_key() argument
149 const struct cifs_tcon *tcon = cookie_netfs_data; in cifs_super_get_key()
172 cifs_fscache_super_get_aux(const void *cookie_netfs_data, void *buffer, in cifs_fscache_super_get_aux() argument
176 const struct cifs_tcon *tcon = cookie_netfs_data; in cifs_fscache_super_get_aux()
190 fscache_checkaux cifs_fscache_super_check_aux(void *cookie_netfs_data, in cifs_fscache_super_check_aux() argument
195 const struct cifs_tcon *tcon = cookie_netfs_data; in cifs_fscache_super_check_aux()
229 static uint16_t cifs_fscache_inode_get_key(const void *cookie_netfs_data, in cifs_fscache_inode_get_key() argument
232 const struct cifsInodeInfo *cifsi = cookie_netfs_data; in cifs_fscache_inode_get_key()
[all …]
/linux-3.4.99/fs/nfs/
Dfscache-index.c68 static uint16_t nfs_server_get_key(const void *cookie_netfs_data, in nfs_server_get_key() argument
71 const struct nfs_client *clp = cookie_netfs_data; in nfs_server_get_key()
119 static uint16_t nfs_super_get_key(const void *cookie_netfs_data, in nfs_super_get_key() argument
123 const struct nfs_server *nfss = cookie_netfs_data; in nfs_super_get_key()
169 static uint16_t nfs_fscache_inode_get_key(const void *cookie_netfs_data, in nfs_fscache_inode_get_key() argument
172 const struct nfs_inode *nfsi = cookie_netfs_data; in nfs_fscache_inode_get_key()
187 static void nfs_fscache_inode_get_attr(const void *cookie_netfs_data, in nfs_fscache_inode_get_attr() argument
190 const struct nfs_inode *nfsi = cookie_netfs_data; in nfs_fscache_inode_get_attr()
203 static uint16_t nfs_fscache_inode_get_aux(const void *cookie_netfs_data, in nfs_fscache_inode_get_aux() argument
207 const struct nfs_inode *nfsi = cookie_netfs_data; in nfs_fscache_inode_get_aux()
[all …]
/linux-3.4.99/fs/fscache/
Dfsdef.c16 static uint16_t fscache_fsdef_netfs_get_key(const void *cookie_netfs_data,
19 static uint16_t fscache_fsdef_netfs_get_aux(const void *cookie_netfs_data,
23 enum fscache_checkaux fscache_fsdef_netfs_check_aux(void *cookie_netfs_data,
81 static uint16_t fscache_fsdef_netfs_get_key(const void *cookie_netfs_data, in fscache_fsdef_netfs_get_key() argument
84 const struct fscache_netfs *netfs = cookie_netfs_data; in fscache_fsdef_netfs_get_key()
101 static uint16_t fscache_fsdef_netfs_get_aux(const void *cookie_netfs_data, in fscache_fsdef_netfs_get_aux() argument
104 const struct fscache_netfs *netfs = cookie_netfs_data; in fscache_fsdef_netfs_get_aux()
122 void *cookie_netfs_data, in fscache_fsdef_netfs_check_aux() argument
126 struct fscache_netfs *netfs = cookie_netfs_data; in fscache_fsdef_netfs_check_aux()
/linux-3.4.99/include/linux/
Dfscache.h84 const void *cookie_netfs_data);
93 uint16_t (*get_key)(const void *cookie_netfs_data,
103 void (*get_attr)(const void *cookie_netfs_data, uint64_t *size);
113 uint16_t (*get_aux)(const void *cookie_netfs_data,
122 enum fscache_checkaux (*check_aux)(void *cookie_netfs_data,
130 void (*get_context)(void *cookie_netfs_data, void *context);
136 void (*put_context)(void *cookie_netfs_data, void *context);
143 void (*mark_pages_cached)(void *cookie_netfs_data,
154 void (*now_uncached)(void *cookie_netfs_data);
/linux-3.4.99/fs/9p/
Dcache.c58 static uint16_t v9fs_cache_session_get_key(const void *cookie_netfs_data, in v9fs_cache_session_get_key() argument
64 v9ses = (struct v9fs_session_info *)cookie_netfs_data; in v9fs_cache_session_get_key()
107 static uint16_t v9fs_cache_inode_get_key(const void *cookie_netfs_data, in v9fs_cache_inode_get_key() argument
110 const struct v9fs_inode *v9inode = cookie_netfs_data; in v9fs_cache_inode_get_key()
117 static void v9fs_cache_inode_get_attr(const void *cookie_netfs_data, in v9fs_cache_inode_get_attr() argument
120 const struct v9fs_inode *v9inode = cookie_netfs_data; in v9fs_cache_inode_get_attr()
127 static uint16_t v9fs_cache_inode_get_aux(const void *cookie_netfs_data, in v9fs_cache_inode_get_aux() argument
130 const struct v9fs_inode *v9inode = cookie_netfs_data; in v9fs_cache_inode_get_aux()
138 fscache_checkaux v9fs_cache_inode_check_aux(void *cookie_netfs_data, in v9fs_cache_inode_check_aux() argument
142 const struct v9fs_inode *v9inode = cookie_netfs_data; in v9fs_cache_inode_check_aux()
[all …]
/linux-3.4.99/Documentation/filesystems/caching/
Dnetfs-api.txt128 const void *cookie_netfs_data);
130 uint16_t (*get_key)(const void *cookie_netfs_data,
134 void (*get_attr)(const void *cookie_netfs_data,
137 uint16_t (*get_aux)(const void *cookie_netfs_data,
141 enum fscache_checkaux (*check_aux)(void *cookie_netfs_data,
145 void (*get_context)(void *cookie_netfs_data, void *context);
147 void (*put_context)(void *cookie_netfs_data, void *context);
149 void (*mark_pages_cached)(void *cookie_netfs_data,
153 void (*now_uncached)(void *cookie_netfs_data);