Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dfscache.h41 extern int cifs_fscache_get_super_cookie(struct cifs_tcon *);
124 static inline int cifs_fscache_get_super_cookie(struct cifs_tcon *tcon) { return 0; } in cifs_fscache_get_super_cookie() function
H A Dfscache.c35 int cifs_fscache_get_super_cookie(struct cifs_tcon *tcon) in cifs_fscache_get_super_cookie() function
H A Dconnect.c3503 cifs_fscache_get_super_cookie(tcon); in cifs_mount_get_tcon()