• 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 defs:SID

467  * COLLATION_NTOFS_SID - Sorting is done according to ascending SID values.
1119 * the SID structure (see below).
1121 //typedef enum { /* SID string prefix. */
1134 * Note: The relative identifier (RID) refers to the portion of a SID, which
1135 * identifies a user or group in relation to the authority that issued the SID.
1136 * For example, the universal well-known SID Creator Owner ID (S-1-3-0) is
1248 * The SID_IDENTIFIER_AUTHORITY is a 48-bit value used in the SID structure.
1262 * The SID structure is a variable-length structure used to uniquely identify
1263 * users or groups. SID stands for security identifier.
1265 * The standard textual representation of the SID is of the form:
1269 * digits as a SID.
1270 * - R is the revision level of the SID expressed as a sequence of digits
1275 * Example SID; the domain-relative SID of the local Administrators group on
1278 * This translates to a SID with:
1290 } __attribute__ ((__packed__)) SID;
1363 * identifier (SID).
1530 /* 8*/ SID sid; /* The SID associated with the ACE. */
1555 /* 44*/ SID sid; /* The SID associated with the ACE. */
1598 * SE_OWNER_DEFAULTED - This boolean flag, when set, indicates that the SID
1601 * security descriptor. This may affect the treatment of the SID with
1604 * SE_GROUP_DEFAULTED - This boolean flag, when set, indicates that the SID in
1607 * descriptor. This may affect the treatment of the SID with respect to
1670 le32 owner; /* Byte offset to a SID representing an object's
1671 owner. If this is NULL, no owner SID is present in
1673 le32 group; /* Byte offset to a SID representing an object's
1675 SID is present in the descriptor. */
1699 SID *owner; /* Points to a SID representing an object's owner. If
1700 this is NULL, no owner SID is present in the
1702 SID *group; /* Points to a SID representing an object's primary
1703 group. If this is NULL, no primary group SID is
1748 * (security_id, not to be confused with a SID). The security_id is unique for
2069 * a quota on that volume. The index key holds the SID of the user_id the
2073 * The $O index entry data is the user_id of the user corresponding to the SID.
2075 * associated with the SID.
2087 SID sid; /* The SID of the user/object associated with
2202 SID sid; /* $O index in FILE_Extend/$Quota:
2203 SID of the owner of the user_id. */