Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/trace/beauty/include/uapi/linux/
H A Dstat.h99 struct statx { struct
102 __u32 stx_mask;
105 __u32 stx_blksize;
112 __u32 stx_nlink;
115 __u32 stx_uid;
139 struct statx_timestamp stx_atime; argument
156 __u32 stx_dev_major;
157 __u32 stx_dev_minor;
160 __u64 stx_mnt_id;
170 __u64 stx_subvol;
[all …]
/linux-6.15/tools/include/uapi/linux/
H A Dstat.h99 struct statx { struct
102 __u32 stx_mask;
105 __u32 stx_blksize;
112 __u32 stx_nlink;
115 __u32 stx_uid;
139 struct statx_timestamp stx_atime; argument
156 __u32 stx_dev_major;
157 __u32 stx_dev_minor;
160 __u64 stx_mnt_id;
170 __u64 stx_subvol;
[all …]
/linux-6.15/include/uapi/linux/
H A Dstat.h99 struct statx { struct
102 __u32 stx_mask;
105 __u32 stx_blksize;
112 __u32 stx_nlink;
115 __u32 stx_uid;
139 struct statx_timestamp stx_atime; argument
156 __u32 stx_dev_major;
157 __u32 stx_dev_minor;
160 __u64 stx_mnt_id;
170 __u64 stx_subvol;
[all …]
/linux-6.15/Documentation/filesystems/
H A Dfsverity.rst337 statx section in User API
345 .. _accessing_verity_files:
/linux-6.15/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-6.15/tools/include/nolibc/
H A Dsys.h1087 int statx(int fd, const char *path, int flags, unsigned int mask, struct statx *buf) in statx() function
1096 struct statx statx; in stat() local
/linux-6.15/fs/
H A Dstat.c803 SYSCALL_DEFINE5(statx, in SYSCALL_DEFINE5() argument