Home
last modified time | relevance | path

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

/Linux-v5.15/fs/cifs/
Dfscache.h58 extern void cifs_fscache_update_inode_cookie(struct inode *inode);
143 static inline void cifs_fscache_update_inode_cookie(struct inode *inode) {} in cifs_fscache_update_inode_cookie() function
Dfscache.c186 void cifs_fscache_update_inode_cookie(struct inode *inode) in cifs_fscache_update_inode_cookie() function
Dfile.c889 cifs_fscache_update_inode_cookie(inode); in cifs_close()