Searched refs:cookie_netfs_data (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/fs/nfs/ |
D | fscache-index.c | 79 enum fscache_checkaux nfs_fscache_inode_check_aux(void *cookie_netfs_data, in nfs_fscache_inode_check_aux() argument 85 struct nfs_inode *nfsi = cookie_netfs_data; in nfs_fscache_inode_check_aux() 111 static void nfs_fh_get_context(void *cookie_netfs_data, void *context) in nfs_fh_get_context() argument 121 static void nfs_fh_put_context(void *cookie_netfs_data, void *context) in nfs_fh_put_context() argument
|
/Linux-v4.19/fs/cifs/ |
D | cache.c | 88 fscache_checkaux cifs_fscache_super_check_aux(void *cookie_netfs_data, in cifs_fscache_super_check_aux() argument 94 const struct cifs_tcon *tcon = cookie_netfs_data; in cifs_fscache_super_check_aux() 118 fscache_checkaux cifs_fscache_inode_check_aux(void *cookie_netfs_data, in cifs_fscache_inode_check_aux() argument 124 struct cifsInodeInfo *cifsi = cookie_netfs_data; in cifs_fscache_inode_check_aux()
|
/Linux-v4.19/fs/afs/ |
D | cache.c | 15 static enum fscache_checkaux afs_vnode_cache_check_aux(void *cookie_netfs_data, 44 static enum fscache_checkaux afs_vnode_cache_check_aux(void *cookie_netfs_data, in afs_vnode_cache_check_aux() argument 49 struct afs_vnode *vnode = cookie_netfs_data; in afs_vnode_cache_check_aux()
|
/Linux-v4.19/fs/fscache/ |
D | fsdef.c | 17 enum fscache_checkaux fscache_fsdef_netfs_check_aux(void *cookie_netfs_data, 78 void *cookie_netfs_data, in fscache_fsdef_netfs_check_aux() argument 83 struct fscache_netfs *netfs = cookie_netfs_data; in fscache_fsdef_netfs_check_aux()
|
/Linux-v4.19/include/linux/ |
D | fscache.h | 85 const void *cookie_netfs_data); 92 enum fscache_checkaux (*check_aux)(void *cookie_netfs_data, 101 void (*get_context)(void *cookie_netfs_data, void *context); 107 void (*put_context)(void *cookie_netfs_data, void *context); 114 void (*mark_page_cached)(void *cookie_netfs_data,
|
/Linux-v4.19/fs/9p/ |
D | cache.c | 92 fscache_checkaux v9fs_cache_inode_check_aux(void *cookie_netfs_data, in v9fs_cache_inode_check_aux() argument 97 const struct v9fs_inode *v9inode = cookie_netfs_data; in v9fs_cache_inode_check_aux()
|
/Linux-v4.19/fs/ceph/ |
D | cache.c | 121 void *cookie_netfs_data, const void *data, uint16_t dlen, in ceph_fscache_inode_check_aux() argument 125 struct ceph_inode_info* ci = cookie_netfs_data; in ceph_fscache_inode_check_aux()
|
/Linux-v4.19/Documentation/filesystems/caching/ |
D | netfs-api.txt | 130 const void *cookie_netfs_data); 132 enum fscache_checkaux (*check_aux)(void *cookie_netfs_data, 137 void (*get_context)(void *cookie_netfs_data, void *context); 139 void (*put_context)(void *cookie_netfs_data, void *context); 141 void (*mark_pages_cached)(void *cookie_netfs_data,
|