Home
last modified time | relevance | path

Searched refs:MS_SLAVE (Results 1 – 2 of 2) sorted by relevance

/tools/include/uapi/linux/
Dmount.h33 #define MS_SLAVE (1<<19) /* change to slave */ macro
/tools/testing/selftests/firmware/
Dfw_namespace.c105 if (mount(NULL, "/", NULL, MS_SLAVE|MS_REC, NULL) == -1) in test_fw_in_ns()