Lines Matching refs:DIRA
13 * - Creates directories DIRA, DIRB and files DIRA/"A", DIRB/"B"
16 * - Bind mounts directory DIRA to DIRA
17 * - Makes directory DIRA unbindable
18 * - Check if bind mount unbindable DIRA to DIRB fails as expected
34 SAFE_MOUNT(DIRA, DIRA, "none", MS_BIND, NULL);
36 SAFE_MOUNT("none", DIRA, "none", MS_UNBINDABLE, NULL);
38 if (mount(DIRA, DIRB, "none", MS_BIND, NULL) == -1) {
45 SAFE_UMOUNT(DIRA);