Home
last modified time | relevance | path

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

/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 …]
/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 …]
/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()
118 static uint16_t nfs_super_get_key(const void *cookie_netfs_data, in nfs_super_get_key() argument
122 const struct nfs_server *nfss = cookie_netfs_data; in nfs_super_get_key()
168 static uint16_t nfs_fscache_inode_get_key(const void *cookie_netfs_data, in nfs_fscache_inode_get_key() argument
171 const struct nfs_inode *nfsi = cookie_netfs_data; in nfs_fscache_inode_get_key()
186 static void nfs_fscache_inode_get_attr(const void *cookie_netfs_data, in nfs_fscache_inode_get_attr() argument
189 const struct nfs_inode *nfsi = cookie_netfs_data; in nfs_fscache_inode_get_attr()
202 static uint16_t nfs_fscache_inode_get_aux(const void *cookie_netfs_data, in nfs_fscache_inode_get_aux() argument
206 const struct nfs_inode *nfsi = cookie_netfs_data; in nfs_fscache_inode_get_aux()
[all …]
/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,
83 static uint16_t fscache_fsdef_netfs_get_key(const void *cookie_netfs_data, in fscache_fsdef_netfs_get_key() argument
86 const struct fscache_netfs *netfs = cookie_netfs_data; in fscache_fsdef_netfs_get_key()
103 static uint16_t fscache_fsdef_netfs_get_aux(const void *cookie_netfs_data, in fscache_fsdef_netfs_get_aux() argument
106 const struct fscache_netfs *netfs = cookie_netfs_data; in fscache_fsdef_netfs_get_aux()
124 void *cookie_netfs_data, in fscache_fsdef_netfs_check_aux() argument
128 struct fscache_netfs *netfs = cookie_netfs_data; in fscache_fsdef_netfs_check_aux()
/fs/ceph/
Dcache.c37 static uint16_t ceph_fscache_session_get_key(const void *cookie_netfs_data, in ceph_fscache_session_get_key() argument
40 const struct ceph_fs_client* fsc = cookie_netfs_data; in ceph_fscache_session_get_key()
85 static uint16_t ceph_fscache_inode_get_key(const void *cookie_netfs_data, in ceph_fscache_inode_get_key() argument
88 const struct ceph_inode_info* ci = cookie_netfs_data; in ceph_fscache_inode_get_key()
100 static uint16_t ceph_fscache_inode_get_aux(const void *cookie_netfs_data, in ceph_fscache_inode_get_aux() argument
104 const struct ceph_inode_info* ci = cookie_netfs_data; in ceph_fscache_inode_get_aux()
116 static void ceph_fscache_inode_get_attr(const void *cookie_netfs_data, in ceph_fscache_inode_get_attr() argument
119 const struct ceph_inode_info* ci = cookie_netfs_data; in ceph_fscache_inode_get_attr()
126 void *cookie_netfs_data, const void *data, uint16_t dlen) in ceph_fscache_inode_check_aux() argument
129 struct ceph_inode_info* ci = cookie_netfs_data; in ceph_fscache_inode_check_aux()
[all …]
/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 …]