Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/fs/fs_bind/bin/
Dsmount.c31 #ifndef MS_UNCLONE
32 #define MS_UNCLONE 1<<17 /* UNCLONE */ macro
54 type = (MS_UNCLONE | MS_REC); in main()
62 type = MS_UNCLONE; in main()