| /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/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/patches/linux-6.6/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/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/linux-6.6/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 137 * Query request/result mask for statx() and struct statx::stx_mask. argument
|
| /kernel/linux/linux-6.6/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 137 * 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-6.6/Documentation/filesystems/ |
| D | fsverity.rst | 321 statx section in User API 329 .. _accessing_verity_files:
|
| /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-6.6/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-6.6/tools/include/nolibc/ |
| D | sys.h | 997 int statx(int fd, const char *path, int flags, unsigned int mask, struct statx *buf) in statx() function 1006 struct statx statx; in stat() local
|
| /kernel/linux/linux-5.10/fs/ |
| D | stat.c | 605 SYSCALL_DEFINE5(statx, in SYSCALL_DEFINE5() argument
|
| /kernel/linux/linux-6.6/fs/ |
| D | stat.c | 694 SYSCALL_DEFINE5(statx, in SYSCALL_DEFINE5() argument
|
| /kernel/linux/linux-5.10/io_uring/ |
| D | io_uring.c | 852 struct io_statx statx; member
|