Home
last modified time | relevance | path

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

/linux-6.14.4/tools/include/uapi/linux/
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-6.14.4/tools/perf/trace/beauty/include/uapi/linux/
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-6.14.4/include/uapi/linux/
Dstat.h99 struct statx { struct
102 __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; argument
142 struct statx_timestamp stx_btime; argument
145 struct statx_timestamp stx_ctime; argument
148 struct statx_timestamp stx_mtime; argument
[all …]
/linux-6.14.4/Documentation/filesystems/
Dfsverity.rst331 statx section in User API
339 .. _accessing_verity_files:
/linux-6.14.4/samples/vfs/
Dtest-statx.c24 #define statx foo macro
42 ssize_t statx(int dfd, const char *filename, unsigned flags, in statx() function
/linux-6.14.4/tools/include/nolibc/
Dsys.h1046 int statx(int fd, const char *path, int flags, unsigned int mask, struct statx *buf) in statx() function
1055 struct statx statx; in stat() local
/linux-6.14.4/fs/
Dstat.c799 SYSCALL_DEFINE5(statx, in SYSCALL_DEFINE5() argument