Searched defs:statx (Results 1 – 5 of 5) 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 */ argument144 * Query request/result mask for statx() and struct statx::stx_mask. argument
99 struct statx { struct102 __u32 stx_mask;105 __u32 stx_blksize;108 __u64 stx_attributes;112 __u32 stx_nlink;115 __u32 stx_uid;139 struct statx_timestamp stx_atime; argument142 struct statx_timestamp stx_btime; argument145 struct statx_timestamp stx_ctime; argument148 struct statx_timestamp stx_mtime; argument[all …]
24 #define statx foo macro42 ssize_t statx(int dfd, const char *filename, unsigned flags, in statx() function
799 SYSCALL_DEFINE5(statx, in SYSCALL_DEFINE5() argument