Searched refs:smb_tree_has_feature (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_setinfo_quota.c51 if (!smb_tree_has_feature(sr->tid_tree, SMB_TREE_QUOTA))
H A Dsmb2_qinfo_quota.c51 if (!smb_tree_has_feature(sr->tid_tree, SMB_TREE_QUOTA))
H A Dsmb_fsinfo.c318 if (!smb_tree_has_feature(sr->tid_tree, SMB_TREE_QUOTA)) {
415 if (!smb_tree_has_feature(sr->tid_tree, SMB_TREE_QUOTA))
505 if (!smb_tree_has_feature(sr->tid_tree, SMB_TREE_QUOTA)) {
H A Dsmb_nt_transact_quota.c97 if (!smb_tree_has_feature(sr->tid_tree, SMB_TREE_QUOTA)) {
233 if (!smb_tree_has_feature(sr->tid_tree, SMB_TREE_QUOTA)) {
H A Dsmb2_qinfo_fs.c260 if (!smb_tree_has_feature(sr->tid_tree, SMB_TREE_QUOTA)) {
H A Dsmb_fsops.c148 if (smb_tree_has_feature(sr->tid_tree, SMB_TREE_ACLONCREATE)) {
247 if (!smb_tree_has_feature(sr->tid_tree,
962 if (smb_tree_has_feature(sr->tid_tree,
1158 if (smb_tree_has_feature(sr->tid_tree,
1297 if (smb_tree_has_feature(sr->tid_tree,
1660 if ((!smb_tree_has_feature(sr->tid_tree, SMB_TREE_ACEMASKONACCESS)) ||
2070 if (smb_tree_has_feature(sr->tid_tree, SMB_TREE_ACEMASKONACCESS))
2169 if (smb_tree_has_feature(sr->tid_tree,
2537 if (smb_tree_has_feature(sr->tid_tree, SMB_TREE_ACEMASKONACCESS)) {
H A Dsmb_odir.c941 if (smb_tree_has_feature(tree, SMB_TREE_CASEINSENSITIVE))
943 if (smb_tree_has_feature(tree, SMB_TREE_SHORTNAMES))
1320 if (smb_tree_has_feature(od->d_tree, SMB_TREE_ABE))
H A Dsmb_cmn_rename.c195 if (smb_tree_has_feature(sr->tid_tree,
H A Dsmb_oplock.c181 !smb_tree_has_feature(tree, SMB_TREE_OPLOCKS) ||
H A Dsmb_pathname.c307 smb_tree_has_feature((sr)->tid_tree,
H A Dsmb_query_fileinfo.c793 if (!smb_tree_has_feature(sr->tid_tree, SMB_TREE_SHORTNAMES)) {
H A Dsmb_tree.c430 smb_tree_has_feature(smb_tree_t *tree, uint32_t flags) function
H A Dsmb_ofile.c377 if (smb_tree_has_feature(of->f_tree,
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h1059 smb_tree_has_feature((sr)->tid_tree, SMB_TREE_CASEINSENSITIVE) : 0)
1068 smb_tree_has_feature((sr)->tid_tree, SMB_TREE_CATIA) : 0)
1072 smb_tree_has_feature((sr)->tid_tree, SMB_TREE_ABE) : 0)
1076 smb_tree_has_feature((sr)->tid_tree, SMB_TREE_DFSROOT) : 0)
1080 smb_tree_has_feature((sr)->tid_tree, SMB_TREE_SHORTNAMES) : 0)
1092 smb_tree_has_feature((sr)->tid_tree, SMB_TREE_TRAVERSE_MOUNTS))
H A Dsmb_kproto.h762 boolean_t smb_tree_has_feature(smb_tree_t *, uint_t);

Completed in 116 milliseconds