Home
last modified time | relevance | path

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

/linux-4.4.14/fs/cifs/
Dsmb2file.c147 if (cinode->can_cache_brlcks) { in smb2_unlock_range()
Dfile.c579 if (cinode->can_cache_brlcks) { in cifs_relock_file()
917 } else if (!cinode->can_cache_brlcks) in cifs_lock_test()
956 if (!exist && cinode->can_cache_brlcks) { in cifs_lock_add_if()
1002 if (flock->fl_type == F_UNLCK && !cinode->can_cache_brlcks) { in cifs_posix_lock_test()
1028 if (!cinode->can_cache_brlcks) { in cifs_posix_lock_set()
1222 if (!cinode->can_cache_brlcks) { in cifs_push_locks()
1234 cinode->can_cache_brlcks = false; in cifs_push_locks()
1418 if (cinode->can_cache_brlcks) { in cifs_unlock_range()
Dcifsglob.h1144 bool can_cache_brlcks; member
Dsmb1ops.c728 cinode->can_cache_brlcks = CIFS_CACHE_WRITE(cinode); in cifs_set_fid()
Dsmb2ops.c538 cinode->can_cache_brlcks = CIFS_CACHE_WRITE(cinode); in smb2_set_fid()