Home
last modified time | relevance | path

Searched refs:systemsid (Results 1 – 2 of 2) sorted by relevance

/third_party/ntfs-3g/ntfsprogs/
Dntfssecaudit.c537 static const SID *systemsid = (const SID*)systemsidbytes; variable
3041 descr = build_dummy_descr(isdir, systemsid, systemsid, in check_samples()
3044 (int)TRUE, systemsid, (int)0x0, (u32)0x1f01ff, in check_samples()
3047 (int)TRUE, systemsid, (int)0xb, (u32)0x10000000, in check_samples()
3054 descr = build_dummy_descr(isdir, systemsid, systemsid, in check_samples()
3057 (int)TRUE, systemsid, (int)0x0, (u32)0x1f01ff, in check_samples()
3060 (int)TRUE, systemsid, (int)0xb, (u32)0x1f01ff, in check_samples()
3068 descr = build_dummy_descr(isdir, adminsid, systemsid, in check_samples()
3071 (int)TRUE, systemsid, (int)0x0, (u32)0x1f01ff, in check_samples()
3074 (int)TRUE, systemsid, (int)0xb, (u32)0x10000000, in check_samples()
[all …]
/third_party/ntfs-3g/libntfs-3g/
Dacls.c126 static const SID *systemsid = (const SID*)systemsidbytes; variable
2131 ssidsz = ntfs_sid_size(systemsid); in buildacls_posix()
2402 memcpy((char*)&pgace->sid, systemsid, ssidsz); in buildacls_posix()
2461 ssidsz = ntfs_sid_size(systemsid); in buildacls()
2711 memcpy((char*)&pgace->sid, systemsid, ssidsz); in buildacls()
2769 ssidsz = ntfs_sid_size(systemsid); in ntfs_build_descr_posix()
2868 ssidsz = ntfs_sid_size(systemsid); in ntfs_build_descr()
3818 || ntfs_same_sid(&pace->sid,systemsid)) in ntfs_build_permissions_posix()
3825 || ntfs_same_sid(&pace->sid,systemsid)) in ntfs_build_permissions_posix()
3856 || ntfs_same_sid(gsid,systemsid)) { in ntfs_build_permissions_posix()