Searched refs:cookie_netfs_data (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | fscache-index.c | 75 enum fscache_checkaux nfs_fscache_inode_check_aux(void *cookie_netfs_data, in nfs_fscache_inode_check_aux() argument 81 struct nfs_inode *nfsi = cookie_netfs_data; in nfs_fscache_inode_check_aux() 109 static void nfs_fh_get_context(void *cookie_netfs_data, void *context) in nfs_fh_get_context() argument 119 static void nfs_fh_put_context(void *cookie_netfs_data, void *context) in nfs_fh_put_context() argument
|
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | cache.c | 81 fscache_checkaux cifs_fscache_super_check_aux(void *cookie_netfs_data, in cifs_fscache_super_check_aux() argument 87 const struct cifs_tcon *tcon = cookie_netfs_data; in cifs_fscache_super_check_aux() 113 fscache_checkaux cifs_fscache_inode_check_aux(void *cookie_netfs_data, in cifs_fscache_inode_check_aux() argument 119 struct cifsInodeInfo *cifsi = cookie_netfs_data; in cifs_fscache_inode_check_aux()
|
/kernel/linux/linux-5.10/fs/fscache/ |
H A D | fsdef.c | 13 enum fscache_checkaux fscache_fsdef_netfs_check_aux(void *cookie_netfs_data, 74 void *cookie_netfs_data, in fscache_fsdef_netfs_check_aux() 79 struct fscache_netfs *netfs = cookie_netfs_data; in fscache_fsdef_netfs_check_aux() 73 fscache_fsdef_netfs_check_aux( void *cookie_netfs_data, const void *data, uint16_t datalen, loff_t object_size) fscache_fsdef_netfs_check_aux() argument
|
/kernel/linux/linux-5.10/fs/afs/ |
H A D | cache.c | 11 static enum fscache_checkaux afs_vnode_cache_check_aux(void *cookie_netfs_data, 40 static enum fscache_checkaux afs_vnode_cache_check_aux(void *cookie_netfs_data, in afs_vnode_cache_check_aux() argument 45 struct afs_vnode *vnode = cookie_netfs_data; in afs_vnode_cache_check_aux()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | fscache.h | 81 const void *cookie_netfs_data); 88 enum fscache_checkaux (*check_aux)(void *cookie_netfs_data, 97 void (*get_context)(void *cookie_netfs_data, void *context); 103 void (*put_context)(void *cookie_netfs_data, void *context); 110 void (*mark_page_cached)(void *cookie_netfs_data,
|
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | cache.c | 109 void *cookie_netfs_data, const void *data, uint16_t dlen, in ceph_fscache_inode_check_aux() 113 struct ceph_inode_info* ci = cookie_netfs_data; in ceph_fscache_inode_check_aux() 108 ceph_fscache_inode_check_aux( void *cookie_netfs_data, const void *data, uint16_t dlen, loff_t object_size) ceph_fscache_inode_check_aux() argument
|
/kernel/linux/linux-5.10/fs/9p/ |
H A D | cache.c | 79 fscache_checkaux v9fs_cache_inode_check_aux(void *cookie_netfs_data, in v9fs_cache_inode_check_aux() argument 84 const struct v9fs_inode *v9inode = cookie_netfs_data; in v9fs_cache_inode_check_aux()
|
Completed in 4 milliseconds