Home
last modified time | relevance | path

Searched refs:STATX_DIOALIGN (Results 1 – 3 of 3) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/statx/
Dstatx11.c36 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()
Dstatx10.c43 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/
Dstat.h181 #ifndef STATX_DIOALIGN
182 # define STATX_DIOALIGN 0x00002000U macro