Searched defs:num_inheritable (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_acl.c727 int num_inheritable = 0; local
744 num_inheritable = smb_fsacl_inheritable(dir_zacl, is_dir);
746 if (num_inheritable == 0) {
749 num_inheritable = DEFAULT_DACL_ACENUM;
756 new_zacl = smb_fsacl_alloc(num_inheritable, ACL_AUTO_INHERIT);
1033 int num_inheritable = 0; local
1051 num_inheritable++;
1055 num_inheritable++;
1068 num_inheritable++;
1070 num_inheritable
[all...]

Completed in 46 milliseconds