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

/linux-master/fs/smb/client/
H A Dsmb2file.c233 if (cinode->can_cache_brlcks) {
H A Dfile.c935 if (cinode->can_cache_brlcks) {
1418 } else if (!cinode->can_cache_brlcks)
1458 if (!exist && cinode->can_cache_brlcks) {
1505 if (lock_is_unlock(flock) && !cinode->can_cache_brlcks) {
1531 if (!cinode->can_cache_brlcks) {
1736 /* we are going to update can_cache_brlcks here - need a write access */
1738 if (!cinode->can_cache_brlcks) {
1752 cinode->can_cache_brlcks = false;
1947 if (cinode->can_cache_brlcks) {
H A Dsmb1ops.c753 cinode->can_cache_brlcks = CIFS_CACHE_WRITE(cinode);
H A Dcifsglob.h1573 bool can_cache_brlcks; member in struct:cifsInodeInfo
2022 * ->can_cache_brlcks
H A Dsmb2ops.c1411 cinode->can_cache_brlcks = CIFS_CACHE_WRITE(cinode);

Completed in 196 milliseconds