Searched defs:statx (Results 1 – 8 of 8) sorted by relevance
99 struct statx { struct116 struct statx_timestamp stx_atime; /* Last access time */ argument117 struct statx_timestamp stx_btime; /* File creation time */ argument118 struct statx_timestamp stx_ctime; /* Last attribute change time */ argument119 struct statx_timestamp stx_mtime; /* Last data modification time */ argument136 * Query request/result mask for statx() and struct statx::stx_mask. argument
59 struct statx { struct72 struct statx_timestamp stx_atime; argument73 struct statx_timestamp stx_btime; argument74 struct statx_timestamp stx_ctime; argument75 struct statx_timestamp stx_mtime; argument76 __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 …]
46 struct statx { struct63 struct statx_timestamp stx_atime; argument64 struct statx_timestamp stx_btime; argument65 struct statx_timestamp stx_ctime; argument66 struct statx_timestamp stx_mtime; argument68 __u32 stx_rdev_major;69 __u32 stx_rdev_minor;70 __u32 stx_dev_major;71 __u32 stx_dev_minor;73 __u64 __spare2[14];
24 #define statx foo macro42 ssize_t statx(int dfd, const char *filename, unsigned flags, in statx() function
229 statx section in User API
606 SYSCALL_DEFINE5(statx, in SYSCALL_DEFINE5() argument
671 struct io_statx statx; member