• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ntfs/

Lines Matching refs:ACL

1359  * An ACE is an access-control entry in an access-control list (ACL).
1471 * The access system ACL and maximum allowed access types (bits 24 to
1562 * An ACL is an access-control list (ACL).
1563 * An ACL starts with an ACL header structure, which specifies the size of
1564 * the ACL and the number of ACEs it contains. The ACL header is followed by
1565 * zero or more access control entries (ACEs). The ACL as well as each ACE
1569 u8 revision; /* Revision of this ACL. */
1571 le16 size; /* Allocated space in bytes for ACL. Includes this
1573 le16 ace_count; /* Number of ACEs in the ACL. */
1576 } __attribute__ ((__packed__)) ACL;
1611 * descriptor contains a discretionary ACL. If this flag is set and the
1612 * Dacl field of the SECURITY_DESCRIPTOR is null, then a null ACL is
1615 * SE_DACL_DEFAULTED - This boolean flag, when set, indicates that the ACL
1618 * security descriptor. This may affect the treatment of the ACL with
1619 * respect to inheritence of an ACL. This flag is ignored if the
1623 * descriptor contains a system ACL pointed to by the Sacl field. If this
1625 * an empty (but present) ACL is being specified.
1627 * SE_SACL_DEFAULTED - This boolean flag, when set, indicates that the ACL
1630 * security descriptor. This may affect the treatment of the ACL with
1631 * respect to inheritence of an ACL. This flag is ignored if the
1676 le32 sacl; /* Byte offset to a system ACL. Only valid, if
1678 SE_SACL_PRESENT is set but sacl is NULL, a NULL ACL
1680 le32 dacl; /* Byte offset to a discretionary ACL. Only valid, if
1682 SE_DACL_PRESENT is set but dacl is NULL, a NULL ACL
1705 ACL *sacl; /* Points to a system ACL. Only valid, if
1707 SE_SACL_PRESENT is set but sacl is NULL, a NULL ACL
1709 ACL *dacl; /* Points to a discretionary ACL. Only valid, if
1711 SE_DACL_PRESENT is set but dacl is NULL, a NULL ACL