Searched refs:solaris_entry (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_solarisacl.c361 SOLARIS_ACE_T solaris_entry; local
363 ZERO_STRUCT(solaris_entry);
365 solaris_entry.a_type = smb_tag_to_solaris_tag(smb_entry->a_type);
366 if (solaris_entry.a_type == 0) {
370 switch(solaris_entry.a_type) {
374 solaris_entry.a_id = (uid_t)smb_entry->uid;
379 solaris_entry.a_id = (uid_t)smb_entry->gid;
386 solaris_entry.a_type |= ACL_DEFAULT;
389 solaris_entry.a_perm =
392 DEBUGADD(10, (" - type: 0x%04x\n", solaris_entry
[all...]

Completed in 49 milliseconds