Home
last modified time | relevance | path

Searched defs:statx (Results 1 – 7 of 7) sorted by relevance

/linux/include/uapi/linux/
H A Dstat.h99 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
144 * Query request/result mask for statx() and struct statx::stx_mask. argument
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dstat.h99 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
144 * Query request/result mask for statx() and struct statx::stx_mask. argument
/linux/tools/include/uapi/linux/
H A Dstat.h99 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
144 * Query request/result mask for statx() and struct statx::stx_mask. argument
/linux/Documentation/filesystems/
H A Dfsverity.rst331 statx section in User API
339 .. _accessing_verity_files:
/linux/samples/vfs/
H A Dtest-statx.c24 #define statx foo macro
42 ssize_t statx(int dfd, const char *filename, unsigned flags, in statx() function
/linux/tools/include/nolibc/
H A Dsys.h1045 int statx(int fd, const char *path, int flags, unsigned int mask, struct statx *buf) in statx() function
1054 struct statx statx; in stat() local
/linux/fs/
H A Dstat.c771 SYSCALL_DEFINE5(statx, in SYSCALL_DEFINE5() argument