Lines Matching refs:mount
21 * Test for feature MS_MOVE of mount(2).
22 * "Move an existing mount point to the new location."
26 #include <sys/mount.h>
74 TEST(mount(mntpoint_src, mntpoint_des, fs_type, MS_MOVE, NULL));
77 tst_resm(TFAIL | TTERRNO, "mount(2) failed");
81 tst_resm(TPASS, "move mount is ok");
83 tst_resm(TFAIL, "move mount does not work");
136 * Turn current dir into a private mount point being a parent
137 * mount which is required by move mount.