Home
last modified time | relevance | path

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

/Linux-v5.15/fs/cifs/
Dfscache.h59 extern void cifs_fscache_set_inode_cookie(struct inode *, struct file *);
144 static inline void cifs_fscache_set_inode_cookie(struct inode *inode, in cifs_fscache_set_inode_cookie() function
Dfscache.c204 void cifs_fscache_set_inode_cookie(struct inode *inode, struct file *filp) in cifs_fscache_set_inode_cookie() function
Dfile.c635 cifs_fscache_set_inode_cookie(inode, file); in cifs_open()