Home
last modified time | relevance | path

Searched refs:stx_attributes (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/samples/vfs/
H A Dtest-statx.c167 (unsigned long long)stx->stx_attributes); in dump_statx()
169 bits = stx->stx_attributes >> byte; in dump_statx()
/openbmc/linux/tools/include/uapi/linux/
H A Dstat.h103 __u64 stx_attributes; /* Flags conveying information about the file [uncond] */ member
/openbmc/linux/include/uapi/linux/
H A Dstat.h103 __u64 stx_attributes; /* Flags conveying information about the file [uncond] */ member
/openbmc/linux/fs/
H A Dstat.c632 tmp.stx_attributes = stat->attributes & ~STATX_ATTR_CHANGE_MONOTONIC; in cp_statx()
/openbmc/qemu/linux-user/
H A Dsyscall_defs.h2706 abi_ullong stx_attributes; /* Flags conveying information about the file */ member
H A Dsyscall.c7707 __put_user(host_stx->stx_attributes, &target_stx->stx_attributes); in host_to_target_statx()
/openbmc/linux/Documentation/filesystems/
H A Dfscrypt.rst724 check for STATX_ATTR_ENCRYPTED in stx_attributes.