Searched defs:statx (Results 1 – 7 of 7) 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
331 statx section in User API339 .. _accessing_verity_files:
24 #define statx foo macro42 ssize_t statx(int dfd, const char *filename, unsigned flags, in statx() function
1045 int statx(int fd, const char *path, int flags, unsigned int mask, struct statx *buf) in statx() function1054 struct statx statx; in stat() local
771 SYSCALL_DEFINE5(statx, in SYSCALL_DEFINE5() argument