Home
last modified time | relevance | path

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

/Linux-v4.19/fs/cifs/
Dfscache.h62 extern void cifs_fscache_set_inode_cookie(struct inode *, struct file *);
130 static inline void cifs_fscache_set_inode_cookie(struct inode *inode, in cifs_fscache_set_inode_cookie() function
Dfscache.c194 void cifs_fscache_set_inode_cookie(struct inode *inode, struct file *filp) in cifs_fscache_set_inode_cookie() function
Dfile.c551 cifs_fscache_set_inode_cookie(inode, file); in cifs_open()