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

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dacls.c370 u32 uauth; local
397 uauth = le32_to_cpu(leauth) + 1;
399 = cpu_to_le32(uauth);
422 u32 uauth; local
441 uauth = le32_to_cpu(leauth) + 2*(uid & 0x3fffffff);
442 defusid->sub_authority[cnt-1] = cpu_to_le32(uauth);
445 uauth = le32_to_cpu(leauth) + ((uid >> 30) & 3);
446 defusid->sub_authority[cnt-2] = cpu_to_le32(uauth);
466 u32 uauth; local
485 uauth
[all...]

Completed in 92 milliseconds