Home | History | Annotate | Download | only in readahead

Lines Matching refs:MNTPOINT

47 #define MNTPOINT        "mntpoint"
48 #define OVL_LOWER MNTPOINT"/lower"
49 #define OVL_UPPER MNTPOINT"/upper"
50 #define OVL_WORK MNTPOINT"/work"
51 #define OVL_MNT MNTPOINT"/ovl"
54 static const char mntpoint[] = MNTPOINT;
133 sprintf(testfile, "%s/testfile", use_overlay ? OVL_MNT : MNTPOINT);
396 .mntpoint = mntpoint,