• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/

Lines Matching defs:SID

528  * COLLATION_NTOFS_SID - Sorting is done according to ascending SID values.
1216 * the SID structure (see below).
1218 typedef enum { /* SID string prefix. */
1234 * Note: The relative identifier (RID) refers to the portion of a SID, which
1235 * identifies a user or group in relation to the authority that issued the SID.
1236 * For example, the universal well-known SID Creator Owner ID (S-1-3-0) is
1348 * union SID_IDENTIFIER_AUTHORITY - A 48-bit value used in the SID structure
1361 * struct SID -
1363 * The SID structure is a variable-length structure used to uniquely identify
1364 * users or groups. SID stands for security identifier.
1366 * The standard textual representation of the SID is of the form:
1370 * digits as a SID.
1371 * - R is the revision level of the SID expressed as a sequence of digits
1378 * Example SID; the domain-relative SID of the local Administrators group on
1381 * This translates to a SID with:
1393 } __attribute__((__packed__)) SID;
1464 * identifier (SID).
1642 /* 8*/ SID sid; /* The SID associated with the ACE. */
1667 /* 44*/ SID sid; /* The SID associated with the ACE. */
1714 * SID pointed to by the Owner field was provided by a
1717 * affect the treatment of the SID with respect to inheritance
1721 * SID in the Group field was provided by a defaulting mechanism
1724 * the SID with respect to inheritance of a primary group.
1785 u32 owner; /* Byte offset to a SID representing an object's
1786 owner. If this is NULL, no owner SID is present in
1788 u32 group; /* Byte offset to a SID representing an object's
1790 SID is present in the descriptor. */
1817 SID *owner; /* Points to a SID representing an object's owner. If
1818 this is NULL, no owner SID is present in the
1820 SID *group; /* Points to a SID representing an object's primary
1821 group. If this is NULL, no primary group SID is
1869 * (security_id, not to be confused with a SID). The security_id is unique for
2204 * a quota on that volume. The index key holds the SID of the user_id the
2208 * The $O index entry data is the user_id of the user corresponding to the SID.
2210 * associated with the SID.
2223 SID sid; /* The SID of the user/object associated with
2336 SID sid; /* $O index in FILE_Extend/$Quota:
2337 SID of the owner of the user_id. */
2515 * SID, an optional GUID, an optional container name, a non-optional user name,