Searched refs:smb_tree_has_feature (Results 1 – 12 of 12) sorted by relevance
/titanic_41/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_fsinfo.c | 349 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 D | smb_fsops.c | 148 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 D | smb_nt_transact_quota.c | 132 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 D | smb_odir.c | 908 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 D | smb_oplock.c | 215 if (!smb_tree_has_feature(tree, SMB_TREE_OPLOCKS) || in smb_oplock_acquire()
|
H A D | smb_rename.c | 411 if (smb_tree_has_feature(sr->tid_tree, in smb_common_rename()
|
H A D | smb_pathname.c | 290 smb_tree_has_feature((sr)->tid_tree, in smb_pathname_reduce()
|
H A D | smb_query_fileinfo.c | 792 if (!smb_tree_has_feature(sr->tid_tree, SMB_TREE_SHORTNAMES)) { in smb_query_fileinfo()
|
H A D | smb_ofile.c | 366 if (smb_tree_has_feature(of->f_tree, in smb_ofile_close()
|
H A D | smb_tree.c | 413 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 D | smb_ktypes.h | 1079 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 D | smb_kproto.h | 685 boolean_t smb_tree_has_feature(smb_tree_t *, uint_t);
|