• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/

Lines Matching refs:ACL

1348  * An ACE is an access-control entry in an access-control list (ACL).
1460 * The access system ACL and maximum allowed access types (bits 24 to
1551 * An ACL is an access-control list (ACL).
1552 * An ACL starts with an ACL header structure, which specifies the size of
1553 * the ACL and the number of ACEs it contains. The ACL header is followed by
1554 * zero or more access control entries (ACEs). The ACL as well as each ACE
1558 u8 revision; /* Revision of this ACL. */
1560 le16 size; /* Allocated space in bytes for ACL. Includes this
1562 le16 ace_count; /* Number of ACEs in the ACL. */
1565 } __attribute__ ((__packed__)) ACL;
1600 * descriptor contains a discretionary ACL. If this flag is set and the
1601 * Dacl field of the SECURITY_DESCRIPTOR is null, then a null ACL is
1604 * SE_DACL_DEFAULTED - This boolean flag, when set, indicates that the ACL
1607 * security descriptor. This may affect the treatment of the ACL with
1608 * respect to inheritence of an ACL. This flag is ignored if the
1612 * descriptor contains a system ACL pointed to by the Sacl field. If this
1614 * an empty (but present) ACL is being specified.
1616 * SE_SACL_DEFAULTED - This boolean flag, when set, indicates that the ACL
1619 * security descriptor. This may affect the treatment of the ACL with
1620 * respect to inheritence of an ACL. This flag is ignored if the
1665 le32 sacl; /* Byte offset to a system ACL. Only valid, if
1667 SE_SACL_PRESENT is set but sacl is NULL, a NULL ACL
1669 le32 dacl; /* Byte offset to a discretionary ACL. Only valid, if
1671 SE_DACL_PRESENT is set but dacl is NULL, a NULL ACL
1694 ACL *sacl; /* Points to a system ACL. Only valid, if
1696 SE_SACL_PRESENT is set but sacl is NULL, a NULL ACL
1698 ACL *dacl; /* Points to a discretionary ACL. Only valid, if
1700 SE_DACL_PRESENT is set but dacl is NULL, a NULL ACL