Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_fsinfo.c318 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 Dsmb_nt_transact_quota.c97 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 Dsmb_oplock.c247 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 Dsmb2_setinfo_quota.c58 if (!smb_tree_has_feature(sr->tid_tree, SMB_TREE_QUOTA)) in smb2_setinfo_quota()
H A Dsmb2_oplock.c424 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 Dsmb2_qinfo_quota.c61 if (!smb_tree_has_feature(sr->tid_tree, SMB_TREE_QUOTA)) in smb2_qinfo_quota()
H A Dsmb_fsops.c151 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 Dsmb2_qinfo_fs.c284 if (!smb_tree_has_feature(sr->tid_tree, SMB_TREE_QUOTA)) { in smb2_qfs_control()
H A Dsmb_odir.c966 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 Dsmb2_lease.c789 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 Dsmb_cmn_rename.c211 if (smb_tree_has_feature(sr->tid_tree, in smb_common_rename()
H A Dsmb_query_fileinfo.c769 if (!smb_tree_has_feature(sr->tid_tree, SMB_TREE_SHORTNAMES)) { in smb_query_fileinfo()
H A Dsmb_pathname.c383 smb_tree_has_feature((sr)->tid_tree, in smb_pathname_reduce()
H A Dsmb_tree.c442 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 Dsmb_ktypes.h1189 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 Dsmb_kproto.h779 boolean_t smb_tree_has_feature(smb_tree_t *, uint_t);