Home
last modified time | relevance | path

Searched refs:fscache_acquired (Results 1 – 2 of 2) sorted by relevance

/linux/fs/smb/client/
H A Dfscache.c46 if (tcon->fscache_acquired) in cifs_fscache_get_super_cookie()
50 if (tcon->fscache_acquired) { in cifs_fscache_get_super_cookie()
54 tcon->fscache_acquired = true; in cifs_fscache_get_super_cookie()
H A Dcifsglob.h1316 bool fscache_acquired; /* T if we've tried acquiring a cookie */ member