Lines Matching refs:cookie_netfs_data
37 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()
146 static void ceph_fscache_inode_now_uncached(void* cookie_netfs_data) in ceph_fscache_inode_now_uncached() argument
148 struct ceph_inode_info* ci = cookie_netfs_data; in ceph_fscache_inode_now_uncached()