Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dfile.c3177 bool cache_read, cache_write, cache_handle; in cifs_oplock_break()
3206 cache_handle = oplock & CIFS_CACHE_HANDLE_FLG; in cifs_oplock_break()
3214 cache_read = cache_write = cache_handle = false; in cifs_oplock_break()
3244 if (!cache_handle && !list_empty(&cinode->deferred_closes)) in cifs_oplock_break()
3160 bool cache_read, cache_write, cache_handle; cifs_oplock_break() local