Searched refs:smb_entry (Results 1 - 4 of 4) 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.c208 struct smb_acl_entry *smb_entry = NULL; local
237 smb_entry = &(theacl->acl[i]);
238 id_type = smb_entry->a_type;
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);
290 ace_id->id_type = (smb_entry->a_type==SMB_ACL_GROUP) ? ACEID_GROUP : ACEID_USER;
293 ace_id->id_data[0] = (smb_entry->a_type==SMB_ACL_GROUP) ? smb_entry
[all...]
H A Dvfs_tru64acl.c273 const struct smb_acl_entry *smb_entry = &smb_acl->acl[i]; local
277 tru64_tag = smb_tag_to_tru64(smb_entry->a_type);
301 switch (smb_entry->a_type) {
304 (int *)&smb_entry->uid) != 0)
310 DEBUGADD(10, (" - setting uid to %d\n", smb_entry->uid));
314 (int *)&smb_entry->gid) != 0)
320 DEBUGADD(10, (" - setting gid to %d\n", smb_entry->gid));
326 tru64_permset = smb_permset_to_tru64(smb_entry->a_perm);
H A Dvfs_hpuxacl.c422 const struct smb_acl_entry *smb_entry = &(smb_acl->acl[i]); local
427 hpux_entry.a_type = smb_tag_to_hpux_tag(smb_entry->a_type);
435 smb_entry->uid));
436 hpux_entry.a_id = (uid_t)smb_entry->uid;
440 smb_entry->gid));
441 hpux_entry.a_id = (uid_t)smb_entry->gid;
452 smb_perm_to_hpux_perm(smb_entry->a_perm);
499 SMB_ACL_ENTRY_T smb_entry; local
513 smb_entry = &result->acl[result->count];
514 if (sys_acl_set_tag_type(smb_entry,
[all...]
H A Dvfs_solarisacl.c360 const struct smb_acl_entry *smb_entry = &(smb_acl->acl[i]); local
365 solaris_entry.a_type = smb_tag_to_solaris_tag(smb_entry->a_type);
373 smb_entry->uid));
374 solaris_entry.a_id = (uid_t)smb_entry->uid;
378 smb_entry->gid));
379 solaris_entry.a_id = (uid_t)smb_entry->gid;
390 smb_perm_to_solaris_perm(smb_entry->a_perm);
437 SMB_ACL_ENTRY_T smb_entry; local
451 smb_entry = &result->acl[result->count];
452 if (sys_acl_set_tag_type(smb_entry,
[all...]

Completed in 185 milliseconds