Searched refs:STATX_DIOALIGN (Results 1 – 3 of 3) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/statx/ |
D | statx11.c | 36 TST_EXP_PASS_SILENT(statx(AT_FDCWD, tst_device->dev, 0, STATX_DIOALIGN, &buf), in verify_statx() 39 if (!(buf.stx_mask & STATX_DIOALIGN)) { in verify_statx()
|
D | statx10.c | 43 TST_EXP_PASS_SILENT(statx(AT_FDCWD, TESTFILE, 0, STATX_DIOALIGN, &buf), in verify_statx() 46 if (!(buf.stx_mask & STATX_DIOALIGN)) { in verify_statx()
|
/third_party/ltp/include/lapi/ |
D | stat.h | 181 #ifndef STATX_DIOALIGN 182 # define STATX_DIOALIGN 0x00002000U macro
|