Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/types/
H A Dstruct_statx.h43 __uint64_t stx_attributes_mask; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/types/
H A Dstruct_statx.h43 __uint64_t stx_attributes_mask; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dstat.h114 __u64 stx_attributes_mask; /* Mask to show what's supported in stx_attributes */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dstat.h114 __u64 stx_attributes_mask; /* Mask to show what's supported in stx_attributes */ member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dstat.h114 __u64 stx_attributes_mask; /* Mask to show what's supported in stx_attributes */ member
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dstat.h114 __u64 stx_attributes_mask; /* Mask to show what's supported in stx_attributes */ member
/OK3568_Linux_fs/kernel/fs/
H A Dstat.c558 tmp.stx_attributes_mask = stat->attributes_mask; in cp_statx()
/OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/incfs/
H A Dincfs_test.c3897 TESTEQUAL(statxbuf.stx_attributes_mask & STATX_ATTR_VERITY, in enable_verity()