Home
last modified time | relevance | path

Searched defs:statx (Results 1 – 10 of 10) 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.h30 struct statx struct
39 __uint16_t __statx_pad1[1]; argument
44 struct statx_timestamp stx_atime; argument
45 struct statx_timestamp stx_btime; argument
46 struct statx_timestamp stx_ctime; argument
47 struct statx_timestamp stx_mtime; argument
52 __uint64_t __statx_pad2[14]; argument
/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.h30 struct statx struct
39 __uint16_t __statx_pad1[1]; argument
44 struct statx_timestamp stx_atime; argument
45 struct statx_timestamp stx_btime; argument
46 struct statx_timestamp stx_ctime; argument
47 struct statx_timestamp stx_mtime; argument
52 __uint64_t __statx_pad2[14]; argument
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dstat.h99 struct statx { struct
116 struct statx_timestamp stx_atime; /* Last access time */ argument
117 struct statx_timestamp stx_btime; /* File creation time */ argument
118 struct statx_timestamp stx_ctime; /* Last attribute change time */ argument
119 struct statx_timestamp stx_mtime; /* Last data modification time */ argument
136 * Query request/result mask for statx() and struct statx::stx_mask. argument
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dstat.h99 struct statx { struct
116 struct statx_timestamp stx_atime; /* Last access time */ argument
117 struct statx_timestamp stx_btime; /* File creation time */ argument
118 struct statx_timestamp stx_ctime; /* Last attribute change time */ argument
119 struct statx_timestamp stx_mtime; /* Last data modification time */ argument
136 * Query request/result mask for statx() and struct statx::stx_mask. argument
/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.h99 struct statx { struct
116 struct statx_timestamp stx_atime; /* Last access time */ argument
117 struct statx_timestamp stx_btime; /* File creation time */ argument
118 struct statx_timestamp stx_ctime; /* Last attribute change time */ argument
119 struct statx_timestamp stx_mtime; /* Last data modification time */ argument
133 * Query request/result mask for statx() and struct statx::stx_mask. argument
/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.h99 struct statx { struct
116 struct statx_timestamp stx_atime; /* Last access time */ argument
117 struct statx_timestamp stx_btime; /* File creation time */ argument
118 struct statx_timestamp stx_ctime; /* Last attribute change time */ argument
119 struct statx_timestamp stx_mtime; /* Last data modification time */ argument
133 * Query request/result mask for statx() and struct statx::stx_mask. argument
/OK3568_Linux_fs/kernel/samples/vfs/
H A Dtest-statx.c24 #define statx foo macro
42 ssize_t statx(int dfd, const char *filename, unsigned flags, in statx() function
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dfsverity.rst306 statx section in User API
/OK3568_Linux_fs/kernel/fs/
H A Dstat.c605 SYSCALL_DEFINE5(statx, in SYSCALL_DEFINE5() argument
/OK3568_Linux_fs/kernel/io_uring/
H A Dio_uring.c856 struct io_statx statx; member