Home
last modified time | relevance | path

Searched refs:TST_OVERLAYFS_MAGIC (Results 1 – 6 of 6) sorted by relevance

/external/ltp/lib/
Dtst_fs_type.c85 case TST_OVERLAYFS_MAGIC: in tst_fs_type_name()
/external/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl26.c147 if (type == TST_OVERLAYFS_MAGIC && TEST_ERRNO == EAGAIN) { in main()
Dfcntl24.c146 if (type == TST_OVERLAYFS_MAGIC && TEST_ERRNO == EAGAIN) { in main()
Dfcntl25.c147 if (type == TST_OVERLAYFS_MAGIC && TEST_ERRNO == EAGAIN) { in main()
Dfcntl33.c118 if (type == TST_OVERLAYFS_MAGIC && TST_ERR == EAGAIN) { in do_test()
/external/ltp/include/
Dtst_fs.h44 #define TST_OVERLAYFS_MAGIC 0x794c7630 macro