Home
last modified time | relevance | path

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

/linux-3.4.99/fs/cifs/
Dmisc.c674 cinode->clientCanCacheAll = true; in cifs_set_oplock_level()
679 cinode->clientCanCacheAll = false; in cifs_set_oplock_level()
684 cinode->clientCanCacheAll = false; in cifs_set_oplock_level()
Dcifsfs.c715 if (CIFS_I(inode)->clientCanCacheAll) in cifs_file_aio_write()
775 (CIFS_I(inode)->clientCanCacheAll))) in cifs_setlease()
Dcifsglob.h627 bool clientCanCacheAll; /* read and writebehind oplock */ member
Dfile.c280 pCifsInode->can_cache_brlcks = pCifsInode->clientCanCacheAll; in cifs_new_fileinfo()
2373 if (CIFS_I(inode)->clientCanCacheAll) in cifs_strict_writev()