Home
last modified time | relevance | path

Searched refs:ceph_fscache_file_set_cookie (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/fs/ceph/
Dcache.h39 void ceph_fscache_file_set_cookie(struct inode *inode, struct file *filp);
127 static inline void ceph_fscache_file_set_cookie(struct inode *inode, in ceph_fscache_file_set_cookie() function
Dcache.c198 void ceph_fscache_file_set_cookie(struct inode *inode, struct file *filp) in ceph_fscache_file_set_cookie() function
Dfile.c248 ceph_fscache_file_set_cookie(inode, file); in ceph_init_file()