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

/macosx-10.10/smb-759.0/kernel/netsmb/
H A Dsmb.h168 #define UNIX_QFILEINFO_UNIX_INFO2_CAP 0x20 macro
169 #define UNIX_FIND_FILE_UNIX_INFO2_CAP UNIX_QFILEINFO_UNIX_INFO2_CAP
/macosx-10.10/smb-759.0/kernel/smbfs/
H A Dsmbfs_node.c1709 Boolean unix_info2 = ((UNIX_CAPS(share) & UNIX_QFILEINFO_UNIX_INFO2_CAP)) ? TRUE : FALSE;
1987 if ((UNIX_CAPS(share) & UNIX_QFILEINFO_UNIX_INFO2_CAP))
H A Dsmbfs_smb.c2051 UNIX_QFILEINFO_UNIX_INFO2_CAP | UNIX_SFILEINFO_UNIX_INFO2_CAP;
3294 int unix_info2 = ((UNIX_CAPS(share) & UNIX_QFILEINFO_UNIX_INFO2_CAP)) ? TRUE : FALSE;
5657 if (UNIX_CAPS(share) & UNIX_QFILEINFO_UNIX_INFO2_CAP) {
5899 * If they support UNIX_QFILEINFO_UNIX_INFO2_CAP then they must support UNIX_INFO2.
5920 if (UNIX_CAPS(share) & UNIX_QFILEINFO_UNIX_INFO2_CAP) {
H A Dsmbfs_vfsops.c875 if ((UNIX_CAPS(share) & UNIX_QFILEINFO_UNIX_INFO2_CAP) &&
H A Dsmbfs_vnops.c2372 int supportUnixInfo2 = ((UNIX_CAPS(share) & UNIX_QFILEINFO_UNIX_INFO2_CAP)) ? TRUE : FALSE;
3700 int has_posix_modes = ((UNIX_CAPS(share) & UNIX_QFILEINFO_UNIX_INFO2_CAP)) ? TRUE : FALSE;;

Completed in 115 milliseconds