| /kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
| D | stat.h | 59 struct statx { struct 72 struct statx_timestamp stx_atime; argument 73 struct statx_timestamp stx_btime; argument 74 struct statx_timestamp stx_ctime; argument 75 struct statx_timestamp stx_mtime; argument 76 __u32 stx_rdev_major; 77 __u32 stx_rdev_minor; 78 __u32 stx_dev_major; 79 __u32 stx_dev_minor; 80 __u64 stx_mnt_id; [all …]
|
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| D | stat.h | 99 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
|
| /kernel/linux/linux-5.10/tools/include/uapi/linux/ |
| D | stat.h | 99 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
|
| /kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
| D | stat.h | 46 struct statx { struct 63 struct statx_timestamp stx_atime; argument 64 struct statx_timestamp stx_btime; argument 65 struct statx_timestamp stx_ctime; argument 66 struct statx_timestamp stx_mtime; argument 68 __u32 stx_rdev_major; 69 __u32 stx_rdev_minor; 70 __u32 stx_dev_major; 71 __u32 stx_dev_minor; 73 __u64 __spare2[14];
|
| /kernel/linux/linux-4.19/include/uapi/linux/ |
| D | stat.h | 99 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
|
| /kernel/linux/linux-4.19/tools/include/uapi/linux/ |
| D | stat.h | 99 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
|
| /kernel/linux/linux-5.10/samples/vfs/ |
| D | test-statx.c | 24 #define statx foo macro 42 ssize_t statx(int dfd, const char *filename, unsigned flags, in statx() function
|
| /kernel/linux/linux-5.10/Documentation/filesystems/ |
| D | fsverity.rst | 229 statx section in User API
|
| /kernel/linux/linux-4.19/samples/statx/ |
| D | test-statx.c | 36 ssize_t statx(int dfd, const char *filename, unsigned flags, in statx() function
|
| /kernel/linux/linux-4.19/fs/ |
| D | stat.c | 566 SYSCALL_DEFINE5(statx, in SYSCALL_DEFINE5() argument
|
| /kernel/linux/linux-5.10/fs/ |
| D | stat.c | 606 SYSCALL_DEFINE5(statx, in SYSCALL_DEFINE5() argument
|
| D | io_uring.c | 671 struct io_statx statx; member
|