Home
last modified time | relevance | path

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

/Linux-v5.10/fs/cifs/
Dfscache.h71 extern void cifs_fscache_set_inode_cookie(struct inode *, struct file *);
139 static inline void cifs_fscache_set_inode_cookie(struct inode *inode, in cifs_fscache_set_inode_cookie() function
Dfscache.c207 void cifs_fscache_set_inode_cookie(struct inode *inode, struct file *filp) in cifs_fscache_set_inode_cookie() function
Dfile.c615 cifs_fscache_set_inode_cookie(inode, file); in cifs_open()