Searched refs:stx_ino (Results 1 – 7 of 7) sorted by relevance
37 _Static_assert (offsetof (struct statx, stx_ino) == 32, "statx ino");69 ino = buf.stx_ino; in both_implementations_tests()75 TEST_COMPARE (buf.stx_ino, ino); in both_implementations_tests()
75 .stx_ino = st.st_ino, in statx_generic()
80 TEST_COMPARE (stx.stx_ino, st.st_ino); in do_test()
92 TEST_COMPARE (stx.stx_ino, st.st_ino); in do_test()
40 __uint64_t stx_ino; member
34 to->st_ino = from->stx_ino; in __cp_stat64_statx()
64 .st_ino = tmp.stx_ino, in fstatat64_time64_statx()