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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dnfs4acl.c491 struct posix_acl_entry *pace; local
515 pace = pacl->a_entries;
516 pace->e_tag = ACL_USER_OBJ;
520 low_mode_from_nfs4(state->owner.allow, &pace->e_perm, flags);
521 pace->e_id = ACL_UNDEFINED_ID;
524 pace++;
525 pace->e_tag = ACL_USER;
530 &pace->e_perm, flags);
531 pace->e_id = state->users->aces[i].uid;
535 pace
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dcifsacl.c293 static void dump_ace(struct cifs_ace *pace, char *end_of_acl) argument
299 if (le16_to_cpu(pace->size) < 16) {
300 cERROR(1, "ACE too small %d", le16_to_cpu(pace->size));
304 if (end_of_acl < (char *)pace + le16_to_cpu(pace->size)) {
309 num_subauth = pace->sid.num_subauth;
313 pace->sid.revision, pace->sid.num_subauth, pace->type,
314 pace
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dposix_acls.c548 static void print_canon_ace(canon_ace *pace, int num) argument
552 dbgtext( "canon_ace index %d. Type = %s ", num, pace->attr == ALLOW_ACE ? "allow" : "deny" );
553 dbgtext( "SID = %s ", sid_to_string( str, &pace->trustee));
554 if (pace->owner_type == UID_ACE) {
555 const char *u_name = uidtoname(pace->unix_ug.uid);
556 dbgtext( "uid %u (%s) ", (unsigned int)pace->unix_ug.uid, u_name );
557 } else if (pace->owner_type == GID_ACE) {
558 char *g_name = gidtoname(pace->unix_ug.gid);
559 dbgtext( "gid %u (%s) ", (unsigned int)pace->unix_ug.gid, g_name );
562 switch (pace
998 apply_default_perms(files_struct *fsp, canon_ace *pace, mode_t type) argument
1077 canon_ace *pace; local
[all...]

Completed in 66 milliseconds