Searched refs:security_id (Results 1 - 7 of 7) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dinode.h164 le32 security_id; member in struct:_ntfs_inode
H A Dlayout.h535 * security_id (le32).
539 * values and second by ascending security_id values. E.g. used for $SDH
966 /* 52*/ le32 security_id; /* Security_id for the file. member in struct:__anon34::__anon35::__anon37
1882 * in FILE_Secure and the correct descriptor is found using the security_id
1896 * (security_id, not to be confused with a SID). The security_id is unique for
1899 * data attribute. The $SII index is sorted by ascending security_id.
1910 * When a precise match is found, the security_id corresponding to the security
1918 * security_id and is added to the $SDS data attribute. Then, entries
1934 le32 security_id; /* Th member in struct:__anon69
1944 le32 security_id; /* The security_id assigned to the descriptor. */ member in struct:__anon70
1973 le32 security_id; /* The security_id assigned to the descriptor. */ member in struct:__anon71
1986 le32 security_id; /* The security_id assigned to the descriptor. */ member in struct:__anon72
1997 le32 security_id; /* The security_id assigned to the descriptor. */ member in struct:__anon73
[all...]
H A Dsecurity.c512 phsds->security_id = keyid;
758 ntfs_log_error("Creating the first security_id\n");
764 ntfs_log_error("Error creating a security_id\n");
865 key.security_id = const_cpu_to_le32(0);
993 * from copy in memory. Clear security_id to be safe
995 ni->security_id = const_cpu_to_le32(0);
1036 ni->security_id = securid;
1108 ni->security_id = securid;
1412 * for legacy directories which were not allocated a security_id
1416 * a security_id onl
[all...]
H A Dinode.c211 ni->security_id = std_info->security_id;
217 ni->security_id = const_cpu_to_le32(0);
783 std_info->security_id = ni->security_id;
H A Ddir.c1521 ni->security_id = si->security_id = securid;
/haiku/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dmkntfs.c1617 le32 security_id)
1632 si.security_id = security_id;
1633 if (si.security_id != const_cpu_to_le32(0))
2372 u1 = le32_to_cpu(((SDH_INDEX_KEY*)key1)->security_id);
2373 u2 = le32_to_cpu(((SDH_INDEX_KEY*)key2)->security_id);
2563 idx_entry_sdh->key.sdh.security_id = sds_header->security_id;
2567 sdh_data->security_id = sds_header->security_id;
1616 add_attr_std_info(MFT_RECORD *m, const FILE_ATTR_FLAGS flags, le32 security_id) argument
[all...]
H A Dsd.c419 sds->security_id = const_cpu_to_le32(0x0100);
514 sds->security_id = const_cpu_to_le32(0x0101);

Completed in 86 milliseconds