Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/statx/
Dstatx01.c124 if ((buff.stx_mode & ~(S_IFMT)) == MODE) in test_normal_file()
125 tst_res(TPASS, "stx_mode(%u) is correct", buff.stx_mode); in test_normal_file()
128 buff.stx_mode, MODE); in test_normal_file()
Dstatx07.c79 file_name, flag_name, buf.stx_mode); in get_mode()
81 return buf.stx_mode; in get_mode()
/third_party/musl/src/stat/
Dfstatat.c18 uint16_t stx_mode; member
46 .st_mode = stx.stx_mode, in fstatat_statx()
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dstat.h40 uint16_t stx_mode; member
/third_party/libuv/src/unix/
Dlinux-syscalls.h44 uint16_t stx_mode; member
Dfs.c1562 buf->st_mode = statxbuf.stx_mode; in uv__fs_statx()
/third_party/ltp/include/lapi/
Dstat.h82 uint16_t stx_mode; member
/third_party/glib/gio/
Dglocalfileinfo.h148 inline static guint16 _g_stat_mode (const GLocalFileStat *buf) { return buf->stx_mode; } in _g_stat_mode()
/third_party/ltp/doc/
Dc-test-tutorial-simple.txt373 uint16_t stx_mode;