Home
last modified time | relevance | path

Searched refs:stx_btime (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/types/
H A Dstruct_statx.h45 struct statx_timestamp stx_btime; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/types/
H A Dstruct_statx.h45 struct statx_timestamp stx_btime; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dstat.h117 struct statx_timestamp stx_btime; /* File creation time */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dstat.h117 struct statx_timestamp stx_btime; /* File creation time */ member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dstat.h117 struct statx_timestamp stx_btime; /* File creation time */ member
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dstat.h117 struct statx_timestamp stx_btime; /* File creation time */ member
/OK3568_Linux_fs/kernel/samples/vfs/
H A Dtest-statx.c148 print_time(" Birth: ", &stx->stx_btime); in dump_statx()
/OK3568_Linux_fs/kernel/fs/
H A Dstat.c561 tmp.stx_btime.tv_sec = stat->btime.tv_sec; in cp_statx()
562 tmp.stx_btime.tv_nsec = stat->btime.tv_nsec; in cp_statx()