Home
last modified time | relevance | path

Searched refs:stx_attributes_mask (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/samples/vfs/
H A Dtest-statx.c150 if (stx->stx_attributes_mask) { in dump_statx()
170 mbits = stx->stx_attributes_mask >> byte; in dump_statx()
/openbmc/linux/tools/include/uapi/linux/
H A Dstat.h114 __u64 stx_attributes_mask; /* Mask to show what's supported in stx_attributes */ member
/openbmc/linux/include/uapi/linux/
H A Dstat.h114 __u64 stx_attributes_mask; /* Mask to show what's supported in stx_attributes */ member
/openbmc/linux/fs/
H A Dstat.c640 tmp.stx_attributes_mask = stat->attributes_mask; in cp_statx()
/openbmc/qemu/linux-user/
H A Dsyscall_defs.h2717 abi_ullong stx_attributes_mask; /* Mask to show what is supported */ member
H A Dsyscall.c7715 __put_user(host_stx->stx_attributes_mask, &target_stx->stx_attributes_mask); in host_to_target_statx()