Searched refs:smb_tree_has_feature (Results 1 – 16 of 16) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_fsinfo.c | 318 if (!smb_tree_has_feature(sr->tid_tree, SMB_TREE_QUOTA)) { in smb_com_trans2_query_fs_information() 415 if (!smb_tree_has_feature(sr->tid_tree, SMB_TREE_QUOTA)) in smb_fssize() 505 if (!smb_tree_has_feature(sr->tid_tree, SMB_TREE_QUOTA)) { in smb_trans2_set_fs_ctrl_info()
|
H A D | smb_nt_transact_quota.c | 97 if (!smb_tree_has_feature(sr->tid_tree, SMB_TREE_QUOTA)) { in smb_nt_transact_query_quota() 233 if (!smb_tree_has_feature(sr->tid_tree, SMB_TREE_QUOTA)) { in smb_nt_transact_set_quota()
|
H A D | smb_oplock.c | 247 if (!smb_tree_has_feature(sr->tid_tree, SMB_TREE_OPLOCKS)) { in smb1_oplock_acquire() 279 if (smb_tree_has_feature(sr->tid_tree, SMB_TREE_FORCE_L2_OPLOCK)) { in smb1_oplock_acquire()
|
H A D | smb2_setinfo_quota.c | 58 if (!smb_tree_has_feature(sr->tid_tree, SMB_TREE_QUOTA)) in smb2_setinfo_quota()
|
H A D | smb2_oplock.c | 424 if (!smb_tree_has_feature(sr->tid_tree, SMB_TREE_OPLOCKS)) { in smb2_oplock_acquire() 457 if (smb_tree_has_feature(sr->tid_tree, SMB_TREE_FORCE_L2_OPLOCK)) { in smb2_oplock_acquire()
|
H A D | smb2_qinfo_quota.c | 61 if (!smb_tree_has_feature(sr->tid_tree, SMB_TREE_QUOTA)) in smb2_qinfo_quota()
|
H A D | smb_fsops.c | 151 if (smb_tree_has_feature(sr->tid_tree, SMB_TREE_ACLONCREATE)) { in smb_fsop_create_with_sd() 249 if (!smb_tree_has_feature(sr->tid_tree, in smb_fsop_create_with_sd() 1042 if (smb_tree_has_feature(sr->tid_tree, in smb_fsop_getattr() 1368 if (smb_tree_has_feature(sr->tid_tree, in smb_fsop_setattr() 1790 if ((!smb_tree_has_feature(sr->tid_tree, SMB_TREE_ACEMASKONACCESS)) || in smb_fsop_access() 2269 if (smb_tree_has_feature(sr->tid_tree, SMB_TREE_ACEMASKONACCESS)) in smb_fsop_aclread() 2360 if (smb_tree_has_feature(sr->tid_tree, in smb_fsop_aclwrite() 2749 if (smb_tree_has_feature(sr->tid_tree, SMB_TREE_ACEMASKONACCESS)) { in smb_fsop_eaccess()
|
H A D | smb2_qinfo_fs.c | 284 if (!smb_tree_has_feature(sr->tid_tree, SMB_TREE_QUOTA)) { in smb2_qfs_control()
|
H A D | smb_odir.c | 966 if (smb_tree_has_feature(tree, SMB_TREE_CASEINSENSITIVE)) in smb_odir_create() 968 if (smb_tree_has_feature(tree, SMB_TREE_SHORTNAMES)) in smb_odir_create() 970 if (smb_tree_has_feature(tree, SMB_TREE_ACEMASKONACCESS)) in smb_odir_create()
|
H A D | smb2_lease.c | 789 if (!smb_tree_has_feature(sr->tid_tree, SMB_TREE_OPLOCKS)) { in smb2_lease_acquire() 811 if (smb_tree_has_feature(sr->tid_tree, SMB_TREE_FORCE_L2_OPLOCK)) { in smb2_lease_acquire()
|
H A D | smb_cmn_rename.c | 211 if (smb_tree_has_feature(sr->tid_tree, in smb_common_rename()
|
H A D | smb_query_fileinfo.c | 769 if (!smb_tree_has_feature(sr->tid_tree, SMB_TREE_SHORTNAMES)) { in smb_query_fileinfo()
|
H A D | smb_pathname.c | 383 smb_tree_has_feature((sr)->tid_tree, in smb_pathname_reduce()
|
H A D | smb_tree.c | 442 smb_tree_has_feature(smb_tree_t *tree, uint32_t flags) in smb_tree_has_feature() function
|
/illumos-gate/usr/src/uts/common/smbsrv/ |
H A D | smb_ktypes.h | 1189 smb_tree_has_feature((sr)->tid_tree, SMB_TREE_CASEINSENSITIVE) : 0) 1198 smb_tree_has_feature((sr)->tid_tree, SMB_TREE_CATIA) : 0) 1202 smb_tree_has_feature((sr)->tid_tree, SMB_TREE_ABE) : 0) 1206 smb_tree_has_feature((sr)->tid_tree, SMB_TREE_DFSROOT) : 0) 1210 smb_tree_has_feature((sr)->tid_tree, SMB_TREE_SHORTNAMES) : 0) 1222 smb_tree_has_feature((sr)->tid_tree, SMB_TREE_TRAVERSE_MOUNTS))
|
H A D | smb_kproto.h | 779 boolean_t smb_tree_has_feature(smb_tree_t *, uint_t);
|