Searched refs:CIFS_UNIX_FCNTL_CAP (Results 1 – 3 of 3) sorted by relevance
586 (CIFS_UNIX_FCNTL_CAP & le64_to_cpu(tcon->fsUnixInfo.Capability)) && in cifs_relock_file()1228 (CIFS_UNIX_FCNTL_CAP & le64_to_cpu(tcon->fsUnixInfo.Capability)) && in cifs_push_locks()1591 (CIFS_UNIX_FCNTL_CAP & le64_to_cpu(tcon->fsUnixInfo.Capability)) && in cifs_lock()2716 (CIFS_UNIX_FCNTL_CAP & le64_to_cpu(tcon->fsUnixInfo.Capability)) in cifs_strict_writev()3098 (CIFS_UNIX_FCNTL_CAP & le64_to_cpu(tcon->fsUnixInfo.Capability)) && in cifs_strict_readv()
2176 #define CIFS_UNIX_FCNTL_CAP 0x00000001 /* support for fcntl locks */ macro
3226 if (cap & CIFS_UNIX_FCNTL_CAP) in reset_cifs_unix_caps()