Searched refs:aixacl_smb_to_aixperm (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/modules/
H A Dvfs_aixacl_util.c194 static ushort aixacl_smb_to_aixperm(SMB_ACL_PERM_T a_perm) function
243 file_acl->u_access = aixacl_smb_to_aixperm(smb_entry->a_perm);
246 file_acl->g_access = aixacl_smb_to_aixperm(smb_entry->a_perm);
249 file_acl->o_access = aixacl_smb_to_aixperm(smb_entry->a_perm);
280 acl_entry->ace_access = aixacl_smb_to_aixperm(smb_entry->a_perm);

Completed in 22 milliseconds