Home
last modified time | relevance | path

Searched refs:CIFS_UNIX_FCNTL_CAP (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/fs/smb/client/
Dfile.c875 (CIFS_UNIX_FCNTL_CAP & le64_to_cpu(tcon->fsUnixInfo.Capability)) && in cifs_relock_file()
1647 (CIFS_UNIX_FCNTL_CAP & le64_to_cpu(tcon->fsUnixInfo.Capability)) && in cifs_push_locks()
2033 (CIFS_UNIX_FCNTL_CAP & le64_to_cpu(tcon->fsUnixInfo.Capability)) && in cifs_flock()
2082 (CIFS_UNIX_FCNTL_CAP & le64_to_cpu(tcon->fsUnixInfo.Capability)) && in cifs_lock()
3754 (CIFS_UNIX_FCNTL_CAP & le64_to_cpu(tcon->fsUnixInfo.Capability)) in cifs_strict_writev()
4255 (CIFS_UNIX_FCNTL_CAP & le64_to_cpu(tcon->fsUnixInfo.Capability)) && in cifs_strict_readv()
Dcifspdu.h2139 #define CIFS_UNIX_FCNTL_CAP 0x00000001 /* support for fcntl locks */ macro
Dconnect.c3179 if (cap & CIFS_UNIX_FCNTL_CAP) in reset_cifs_unix_caps()