Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
/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.h34 __uint64_t stx_attributes; 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.h34 __uint64_t stx_attributes; 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.h103 __u64 stx_attributes; /* Flags conveying information about the file [uncond] */ 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.h103 __u64 stx_attributes; /* Flags conveying information about the file [uncond] */ member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dstat.h103 __u64 stx_attributes; /* Flags conveying information about the file [uncond] */ member
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dstat.h103 __u64 stx_attributes; /* Flags conveying information about the file [uncond] */ member
/OK3568_Linux_fs/kernel/fs/
H A Dstat.c550 tmp.stx_attributes = stat->attributes; in cp_statx()
/OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/incfs/
H A Dincfs_test.c3899 TESTEQUAL(statxbuf.stx_attributes & STATX_ATTR_VERITY, 0); in enable_verity()
3982 TESTEQUAL(statxbuf.stx_attributes & STATX_ATTR_VERITY, in validate_verity()
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dfscrypt.rst631 check for STATX_ATTR_ENCRYPTED in stx_attributes.