Home
last modified time | relevance | path

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

/Linux-v4.19/fs/cifs/
Dsmb2file.c146 if (cinode->can_cache_brlcks) { in smb2_unlock_range()
Dfile.c593 if (cinode->can_cache_brlcks) { in cifs_relock_file()
976 } else if (!cinode->can_cache_brlcks) in cifs_lock_test()
1015 if (!exist && cinode->can_cache_brlcks) { in cifs_lock_add_if()
1061 if (flock->fl_type == F_UNLCK && !cinode->can_cache_brlcks) { in cifs_posix_lock_test()
1087 if (!cinode->can_cache_brlcks) { in cifs_posix_lock_set()
1289 if (!cinode->can_cache_brlcks) { in cifs_push_locks()
1301 cinode->can_cache_brlcks = false; in cifs_push_locks()
1488 if (cinode->can_cache_brlcks) { in cifs_unlock_range()
Dsmb1ops.c727 cinode->can_cache_brlcks = CIFS_CACHE_WRITE(cinode); in cifs_set_fid()
Dcifsglob.h1266 bool can_cache_brlcks; member
Dsmb2ops.c1019 cinode->can_cache_brlcks = CIFS_CACHE_WRITE(cinode); in smb2_set_fid()