Lines Matching refs:cookie_netfs_data
38 static uint16_t ceph_fscache_session_get_key(const void *cookie_netfs_data, in ceph_fscache_session_get_key() argument
41 const struct ceph_fs_client* fsc = cookie_netfs_data; in ceph_fscache_session_get_key()
79 static uint16_t ceph_fscache_inode_get_key(const void *cookie_netfs_data, in ceph_fscache_inode_get_key() argument
82 const struct ceph_inode_info* ci = cookie_netfs_data; in ceph_fscache_inode_get_key()
94 static uint16_t ceph_fscache_inode_get_aux(const void *cookie_netfs_data, in ceph_fscache_inode_get_aux() argument
98 const struct ceph_inode_info* ci = cookie_netfs_data; in ceph_fscache_inode_get_aux()
111 static void ceph_fscache_inode_get_attr(const void *cookie_netfs_data, in ceph_fscache_inode_get_attr() argument
114 const struct ceph_inode_info* ci = cookie_netfs_data; in ceph_fscache_inode_get_attr()
119 void *cookie_netfs_data, const void *data, uint16_t dlen) in ceph_fscache_inode_check_aux() argument
122 struct ceph_inode_info* ci = cookie_netfs_data; in ceph_fscache_inode_check_aux()
140 static void ceph_fscache_inode_now_uncached(void* cookie_netfs_data) in ceph_fscache_inode_now_uncached() argument
142 struct ceph_inode_info* ci = cookie_netfs_data; in ceph_fscache_inode_now_uncached()