Home
last modified time | relevance | path

Searched refs:stx_mode (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/samples/vfs/
H A Dtest-statx.c90 switch (stx->stx_mode & S_IFMT) { in dump_statx()
99 printf(" unknown type (%o)\n", stx->stx_mode & S_IFMT); in dump_statx()
113 switch (stx->stx_mode & S_IFMT) { in dump_statx()
125 stx->stx_mode & 07777, in dump_statx()
127 stx->stx_mode & S_IRUSR ? 'r' : '-', in dump_statx()
128 stx->stx_mode & S_IWUSR ? 'w' : '-', in dump_statx()
129 stx->stx_mode & S_IXUSR ? 'x' : '-', in dump_statx()
130 stx->stx_mode & S_IRGRP ? 'r' : '-', in dump_statx()
131 stx->stx_mode & S_IWGRP ? 'w' : '-', in dump_statx()
132 stx->stx_mode & S_IXGRP ? 'x' : '-', in dump_statx()
[all …]
/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.h38 __uint16_t stx_mode; 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.h38 __uint16_t stx_mode; 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.h108 __u16 stx_mode; /* File mode */ 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.h108 __u16 stx_mode; /* File mode */ member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dstat.h108 __u16 stx_mode; /* File mode */ member
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dstat.h108 __u16 stx_mode; /* File mode */ member
/OK3568_Linux_fs/kernel/fs/
H A Dstat.c554 tmp.stx_mode = stat->mode; in cp_statx()