Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dfile.c1228 if (cinode->can_cache_brlcks) { in cifs_relock_file()
1717 } else if (!cinode->can_cache_brlcks) in cifs_lock_test()
1757 if (!exist && cinode->can_cache_brlcks) { in cifs_lock_add_if()
1810 if (lock_is_unlock(flock) && !cinode->can_cache_brlcks) { in cifs_posix_lock_test()
1836 if (!cinode->can_cache_brlcks) { in cifs_posix_lock_set()
2043 if (!cinode->can_cache_brlcks) { in cifs_push_locks()
2057 cinode->can_cache_brlcks = false; in cifs_push_locks()
2273 if (cinode->can_cache_brlcks) { in cifs_unlock_range()
H A Dcifsglob.h1551 bool can_cache_brlcks; member