Home
last modified time | relevance | path

Searched refs:stx_uid (Results 1 – 10 of 10) sorted by relevance

/external/ltp/testcases/kernel/syscalls/statx/
Dstatx01.c68 if (geteuid() == buff.stx_uid) in test_normal_file()
69 tst_res(TPASS, "stx_uid(%u) is correct", buff.stx_uid); in test_normal_file()
72 buff.stx_uid, geteuid()); in test_normal_file()
/external/strace/
Dstatx.h46 uint32_t stx_uid; /* User ID of owner */ member
Dstatx.c82 printuid(", stx_uid=", stx.stx_uid); in SYS_FUNC()
/external/ltp/include/lapi/
Dstat.h79 uint32_t stx_uid; member
/external/kernel-headers/original/uapi/linux/
Dstat.h106 __u32 stx_uid; /* User ID of owner */ member
/external/strace/tests/
Dxstatx.c236 PRINT_FIELD_U32_UID(stx_uid); in print_stat()
358 LOG_STAT_OFFSETOF_SIZEOF(*st, stx_uid); in main()
/external/strace/tests-mx32/
Dxstatx.c236 PRINT_FIELD_U32_UID(stx_uid); in print_stat()
358 LOG_STAT_OFFSETOF_SIZEOF(*st, stx_uid); in main()
/external/strace/tests-m32/
Dxstatx.c236 PRINT_FIELD_U32_UID(stx_uid); in print_stat()
358 LOG_STAT_OFFSETOF_SIZEOF(*st, stx_uid); in main()
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/
Dmod.rs13 pub stx_uid: u32,
/external/ltp/doc/
Dc-test-tutorial-simple.txt368 uint32_t stx_uid;