Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dsyscall_defs.h2704 struct target_statx { struct
2721 struct target_statx_timestamp stx_atime; /* Last access time */ argument
2722 struct target_statx_timestamp stx_btime; /* File creation time */ argument
2723 struct target_statx_timestamp stx_ctime; /* Last attribute change time */ argument
2724 struct target_statx_timestamp stx_mtime; /* Last data modification time */ argument
2726 abi_uint stx_rdev_major; /* Device ID of special file [if bdev/cdev] */
2727 abi_uint stx_rdev_minor;
2728 abi_uint stx_dev_major; /* ID of device containing file [uncond] */
2729 abi_uint stx_dev_minor;
2731 abi_ullong __spare2[14]; /* Spare space for future expansion */