Searched refs:smb_fsacl_inherit (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_fsops.c | 2487 dacl = smb_fsacl_inherit(fs_sd->sd_zdacl, is_dir, SMB_DACL_SECINFO, 2489 sacl = smb_fsacl_inherit(fs_sd->sd_zsacl, is_dir, SMB_SACL_SECINFO,
|
H A D | smb_acl.c | 714 * smb_fsacl_inherit 724 smb_fsacl_inherit(acl_t *dir_zacl, int is_dir, int which_acl, cred_t *cr) function
|
/illumos-gate/usr/src/uts/common/smbsrv/ |
H A D | smb_kproto.h | 875 acl_t *smb_fsacl_inherit(acl_t *, int, int, cred_t *);
|
Completed in 1091 milliseconds