Home
last modified time | relevance | path

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

/fs/cifs/
Dfile.c684 (CIFS_UNIX_FCNTL_CAP & le64_to_cpu(tcon->fsUnixInfo.Capability)) && in cifs_relock_file()
1445 (CIFS_UNIX_FCNTL_CAP & le64_to_cpu(tcon->fsUnixInfo.Capability)) && in cifs_push_locks()
1825 (CIFS_UNIX_FCNTL_CAP & le64_to_cpu(tcon->fsUnixInfo.Capability)) && in cifs_flock()
1874 (CIFS_UNIX_FCNTL_CAP & le64_to_cpu(tcon->fsUnixInfo.Capability)) && in cifs_lock()
3388 (CIFS_UNIX_FCNTL_CAP & le64_to_cpu(tcon->fsUnixInfo.Capability)) in cifs_strict_writev()
4104 (CIFS_UNIX_FCNTL_CAP & le64_to_cpu(tcon->fsUnixInfo.Capability)) && in cifs_strict_readv()
Dcifspdu.h2152 #define CIFS_UNIX_FCNTL_CAP 0x00000001 /* support for fcntl locks */ macro
Dconnect.c2859 if (cap & CIFS_UNIX_FCNTL_CAP) in reset_cifs_unix_caps()