Lines Matching defs:uauth
363 u32 uauth;
390 uauth = le32_to_cpu(leauth) + 1;
392 = cpu_to_le32(uauth);
415 u32 uauth;
434 uauth = le32_to_cpu(leauth) + 2*(uid & 0x3fffffff);
435 defusid->sub_authority[cnt-1] = cpu_to_le32(uauth);
438 uauth = le32_to_cpu(leauth) + ((uid >> 30) & 3);
439 defusid->sub_authority[cnt-2] = cpu_to_le32(uauth);
459 u32 uauth;
478 uauth = le32_to_cpu(leauth) + 2*(gid & 0x3fffffff) + 1;
479 defgsid->sub_authority[cnt-1] = cpu_to_le32(uauth);
482 uauth = le32_to_cpu(leauth) + ((gid >> 30) & 3);
483 defgsid->sub_authority[cnt-2] = cpu_to_le32(uauth);