Lines Matching refs:cookie_netfs_data
58 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()
154 static void v9fs_cache_inode_now_uncached(void *cookie_netfs_data) in v9fs_cache_inode_now_uncached() argument
156 struct v9fs_inode *v9inode = cookie_netfs_data; in v9fs_cache_inode_now_uncached()