Home
last modified time | relevance | path

Searched refs:smb_tree_has_feature (Results 1 – 12 of 12) sorted by relevance

/titanic_41/usr/src/uts/common/fs/smbsrv/
H A Dsmb_fsinfo.c349 if (!smb_tree_has_feature(sr->tid_tree, SMB_TREE_QUOTA)) { in smb_com_trans2_query_fs_information()
443 if (!smb_tree_has_feature(sr->tid_tree, SMB_TREE_QUOTA)) in smb_fssize()
533 if (!smb_tree_has_feature(sr->tid_tree, SMB_TREE_QUOTA)) { in smb_trans2_set_fs_ctrl_info()
H A Dsmb_fsops.c148 if (smb_tree_has_feature(sr->tid_tree, SMB_TREE_ACLONCREATE)) { in smb_fsop_create_with_sd()
247 if (!smb_tree_has_feature(sr->tid_tree, in smb_fsop_create_with_sd()
960 if (smb_tree_has_feature(sr->tid_tree, in smb_fsop_getattr()
1156 if (smb_tree_has_feature(sr->tid_tree, in smb_fsop_rename()
1295 if (smb_tree_has_feature(sr->tid_tree, in smb_fsop_setattr()
1590 if ((!smb_tree_has_feature(sr->tid_tree, SMB_TREE_ACEMASKONACCESS)) || in smb_fsop_access()
2000 if (smb_tree_has_feature(sr->tid_tree, SMB_TREE_ACEMASKONACCESS)) in smb_fsop_aclread()
2099 if (smb_tree_has_feature(sr->tid_tree, in smb_fsop_aclwrite()
2467 if (smb_tree_has_feature(sr->tid_tree, SMB_TREE_ACEMASKONACCESS)) { in smb_fsop_eaccess()
H A Dsmb_nt_transact_quota.c132 if (!smb_tree_has_feature(sr->tid_tree, SMB_TREE_QUOTA)) { in smb_nt_transact_query_quota()
265 if (!smb_tree_has_feature(sr->tid_tree, SMB_TREE_QUOTA)) { in smb_nt_transact_set_quota()
H A Dsmb_odir.c908 if (smb_tree_has_feature(tree, SMB_TREE_CASEINSENSITIVE)) in smb_odir_create()
910 if (smb_tree_has_feature(tree, SMB_TREE_SHORTNAMES)) in smb_odir_create()
1261 if (smb_tree_has_feature(od->d_tree, SMB_TREE_ABE)) in smb_odir_wildcard_fileinfo()
H A Dsmb_oplock.c215 if (!smb_tree_has_feature(tree, SMB_TREE_OPLOCKS) || in smb_oplock_acquire()
H A Dsmb_rename.c411 if (smb_tree_has_feature(sr->tid_tree, in smb_common_rename()
H A Dsmb_pathname.c290 smb_tree_has_feature((sr)->tid_tree, in smb_pathname_reduce()
H A Dsmb_query_fileinfo.c792 if (!smb_tree_has_feature(sr->tid_tree, SMB_TREE_SHORTNAMES)) { in smb_query_fileinfo()
H A Dsmb_ofile.c366 if (smb_tree_has_feature(of->f_tree, in smb_ofile_close()
H A Dsmb_tree.c413 smb_tree_has_feature(smb_tree_t *tree, uint32_t flags) in smb_tree_has_feature() function
/titanic_41/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h1079 smb_tree_has_feature((sr)->tid_tree, SMB_TREE_CASEINSENSITIVE) : 0)
1088 smb_tree_has_feature((sr)->tid_tree, SMB_TREE_CATIA) : 0)
1092 smb_tree_has_feature((sr)->tid_tree, SMB_TREE_ABE) : 0)
1096 smb_tree_has_feature((sr)->tid_tree, SMB_TREE_DFSROOT) : 0)
1100 smb_tree_has_feature((sr)->tid_tree, SMB_TREE_SHORTNAMES) : 0)
1112 smb_tree_has_feature((sr)->tid_tree, SMB_TREE_TRAVERSE_MOUNTS))
H A Dsmb_kproto.h685 boolean_t smb_tree_has_feature(smb_tree_t *, uint_t);