• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/

Lines Matching refs:ACL

1460  * An ACE is an access-control entry in an access-control list (ACL).
1575 * The access system ACL and maximum allowed access types (bits 24 to
1674 * struct ACL - An ACL is an access-control list (ACL).
1676 * An ACL starts with an ACL header structure, which specifies the size of
1677 * the ACL and the number of ACEs it contains. The ACL header is followed by
1678 * zero or more access control entries (ACEs). The ACL as well as each ACE
1682 u8 revision; /* Revision of this ACL. */
1684 u16 size; /* Allocated space in bytes for ACL. Includes this
1686 u16 ace_count; /* Number of ACEs in the ACL. */
1689 } __attribute__((__packed__)) ACL;
1727 * security descriptor contains a discretionary ACL. If this
1729 * null, then a null ACL is explicitly being specified.
1732 * ACL pointed to by the Dacl field was provided by a defaulting
1735 * treatment of the ACL with respect to inheritance of an ACL.
1739 * security descriptor contains a system ACL pointed to by the
1742 * ACL is being specified.
1745 * ACL pointed to by the Sacl field was provided by a defaulting
1748 * treatment of the ACL with respect to inheritance of an ACL.
1791 u32 sacl; /* Byte offset to a system ACL. Only valid, if
1793 SE_SACL_PRESENT is set but sacl is NULL, a NULL ACL
1795 u32 dacl; /* Byte offset to a discretionary ACL. Only valid, if
1797 SE_DACL_PRESENT is set but dacl is NULL, a NULL ACL
1823 ACL *sacl; /* Points to a system ACL. Only valid, if
1825 SE_SACL_PRESENT is set but sacl is NULL, a NULL ACL
1827 ACL *dacl; /* Points to a discretionary ACL. Only valid, if
1829 SE_DACL_PRESENT is set but dacl is NULL, a NULL ACL