Home
last modified time | relevance | path

Searched refs:stx_ino (Results 1 – 7 of 7) sorted by relevance

/glibc-2.36/io/
Dtst-statx.c37 _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()
Dstatx_generic.c75 .stx_ino = st.st_ino, in statx_generic()
Dtst-stat-time64.c80 TEST_COMPARE (stx.stx_ino, st.st_ino); in do_test()
Dtst-stat.c92 TEST_COMPARE (stx.stx_ino, st.st_ino); in do_test()
/glibc-2.36/io/bits/types/
Dstruct_statx.h40 __uint64_t stx_ino; member
/glibc-2.36/sysdeps/unix/sysv/linux/
Dstatx_cp.c34 to->st_ino = from->stx_ino; in __cp_stat64_statx()
Dfstatat64.c64 .st_ino = tmp.stx_ino, in fstatat64_time64_statx()