Home
last modified time | relevance | path

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

/fs/cifs/
Dfile.c278 pCifsInode->can_cache_brlcks = pCifsInode->clientCanCacheAll; in cifs_new_fileinfo()
732 } else if (!cinode->can_cache_brlcks) in cifs_lock_test()
768 if (!exist && cinode->can_cache_brlcks) { in cifs_lock_add_if()
814 if (flock->fl_type == F_UNLCK && !cinode->can_cache_brlcks) { in cifs_posix_lock_test()
840 if (!cinode->can_cache_brlcks) { in cifs_posix_lock_set()
873 if (!cinode->can_cache_brlcks) { in cifs_push_mandatory_locks()
918 cinode->can_cache_brlcks = false; in cifs_push_mandatory_locks()
955 if (!cinode->can_cache_brlcks) { in cifs_push_posix_locks()
1028 cinode->can_cache_brlcks = false; in cifs_push_posix_locks()
1226 if (!cinode->can_cache_brlcks) { in cifs_unlock_range()
Dcifsglob.h621 bool can_cache_brlcks; member