Searched refs:stx_mode (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/samples/vfs/ |
H A D | test-statx.c | 90 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 …]
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | stat.h | 108 __u16 stx_mode; /* File mode */ member
|
/openbmc/linux/include/uapi/linux/ |
H A D | stat.h | 108 __u16 stx_mode; /* File mode */ member
|
/openbmc/linux/tools/include/nolibc/ |
H A D | sys.h | 1017 buf->st_mode = statx.stx_mode; in stat()
|
/openbmc/linux/fs/ |
H A D | stat.c | 636 tmp.stx_mode = stat->mode; in cp_statx()
|
/openbmc/qemu/linux-user/ |
H A D | syscall_defs.h | 2711 uint16_t stx_mode; /* File mode */ member
|
H A D | syscall.c | 7711 __put_user(host_stx->stx_mode, &target_stx->stx_mode); in host_to_target_statx() 11904 __put_user(st.st_mode, &target_stx->stx_mode); in _syscall2()
|