Searched refs:smb_fsacl_inherit (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_acl.c | 724 smb_fsacl_inherit(acl_t *dir_zacl, int is_dir, int which_acl, cred_t *cr) in smb_fsacl_inherit() function
|
H A D | smb_fsops.c | 2417 dacl = smb_fsacl_inherit(fs_sd->sd_zdacl, is_dir, SMB_DACL_SECINFO, in smb_fsop_sdinherit() 2419 sacl = smb_fsacl_inherit(fs_sd->sd_zsacl, is_dir, SMB_SACL_SECINFO, in smb_fsop_sdinherit()
|
/titanic_44/usr/src/uts/common/smbsrv/ |
H A D | smb_kproto.h | 802 acl_t *smb_fsacl_inherit(acl_t *, int, int, cred_t *);
|