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.h2702 struct target_statx { struct
2719 struct target_statx_timestamp stx_atime; /* Last access time */ argument
2720 struct target_statx_timestamp stx_btime; /* File creation time */ argument
2721 struct target_statx_timestamp stx_ctime; /* Last attribute change time */ argument
2722 struct target_statx_timestamp stx_mtime; /* Last data modification time */ argument
2724 abi_uint stx_rdev_major; /* Device ID of special file [if bdev/cdev] */
2725 abi_uint stx_rdev_minor;
2726 abi_uint stx_dev_major; /* ID of device containing file [uncond] */
2727 abi_uint stx_dev_minor;
2729 abi_ullong __spare2[14]; /* Spare space for future expansion */