Lines Matching full:ace
569 * The first DENY or ALLOW ACE which matches perfectly is in access_flags_to_mode()
624 /* If DELETE_CHILD is set only on an owner ACE, set sticky bit */ in access_flags_to_mode()
641 This function is called for every ACE in the DACL whose SID matches
733 cifs_dbg(VFS, "ACE too small %d\n", le16_to_cpu(pace->size)); in dump_ace()
738 cifs_dbg(VFS, "ACL too small to parse ACE\n"); in dump_ace()
745 cifs_dbg(FYI, "ACE revision %d num_auth %d type %d flags %d size %d\n", in dump_ace()
749 cifs_dbg(FYI, "ACE sub_auth[%d]: 0x%x\n", in dump_ace()
984 /* We need DENY ACE when the perm is more restrictive than the next sets. */ in populate_new_aces()
1001 /* Group DENY ACE does not conflict with owner ALLOW ACE. Keep in preferred order*/ in populate_new_aces()
1014 /* Group DENY ACE conflicts with owner ALLOW ACE. So keep it after. */ in populate_new_aces()
1123 /* If it's any one of the ACE we're replacing, skip! */ in set_chmod_dacl()
1132 /* update the pointer to the next ACE to populate*/ in set_chmod_dacl()