Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/mount/
Dmount02.c60 static const char *mntpoint = "mntpoint"; variable
76 const char **mntpoint; member
83 {&device, &mntpoint, &wrong_fs_type, 0, ENODEV, NULL, NULL},
84 {&char_dev, &mntpoint, &fs_type, 0, ENOTBLK, NULL, NULL},
85 {&device, &mntpoint, &fs_type, 0, EBUSY, do_mount, do_umount},
86 {&device, &mntpoint, &fs_type, MS_REMOUNT | MS_RDONLY, EBUSY,
88 {&null, &mntpoint, &fs_type, 0, EINVAL, NULL, NULL},
89 {&device, &mntpoint, &null, 0, EINVAL, NULL, NULL},
90 {&device, &mntpoint, &fs_type, MS_REMOUNT, EINVAL, NULL, NULL},
91 {&fault, &mntpoint, &fs_type, 0, EFAULT, NULL, NULL},
[all …]
Dmount04.c37 static char *mntpoint = "mntpoint"; variable
46 TEST(mount(device, mntpoint, fs_type, 0, NULL)); in verify_mount()
59 if (tst_umount(mntpoint)) in verify_mount()
105 SAFE_MKDIR(cleanup, mntpoint, DIR_MODE); in setup()
Dmount03.c63 static const char mntpoint[] = "mntpoint"; variable
97 TEST(mount(device, mntpoint, fs_type, rwflags[i], in main()
113 TEST(tst_umount(mntpoint)); in main()
116 "umount(2) failed for %s", mntpoint); in main()
245 TEST(mount(device, mntpoint, fs_type, MS_REMOUNT, NULL)); in test_rwflag()
365 SAFE_MKDIR(cleanup, mntpoint, DIR_MODE); in setup()
375 snprintf(path_name, PATH_MAX, "%s/%s/", path, mntpoint); in setup()
Dmount06.c46 static int ismount(char *mntpoint);
98 int ismount(char *mntpoint) in ismount() argument
109 if (strstr(line, mntpoint) != NULL) { in ismount()
/external/ltp/testcases/commands/df/
Ddf01.sh55 ROD_SILENT mkdir -p mntpoint
57 mount ${TST_DEVICE} mntpoint
90 ROD_SILENT dd if=/dev/zero of=mntpoint/testimg bs=1024 count=1024
101 ROD_SILENT rm -rf mntpoint/testimg
126 local total=$(stat -f mntpoint --printf=%c)
127 local free=$(stat -f mntpoint --printf=%d)
130 local total=$(stat -f mntpoint --printf=%b)
131 local free=$(stat -f mntpoint --printf=%f)
133 local bsize=$(stat -f mntpoint --printf=%s)
220 grep ${TST_DEVICE} output | grep -q mntpoint
/external/ltp/testcases/kernel/syscalls/inotify/
Dinotify03.c74 static char *mntpoint = "mntpoint"; variable
105 TEST(tst_umount(mntpoint)); in main()
185 if (mkdir(mntpoint, DIR_MODE) < 0) { in setup()
187 mntpoint, DIR_MODE); in setup()
191 tst_resm(TINFO, "mount %s to %s fs_type=%s", device, mntpoint, fs_type); in setup()
192 TEST(mount(device, mntpoint, fs_type, 0, NULL)); in setup()
200 sprintf(fname, "%s/tfile_%d", mntpoint, getpid()); in setup()
241 TEST(tst_umount(mntpoint)); in cleanup()
244 mntpoint); in cleanup()
/external/ltp/testcases/kernel/syscalls/quotactl/
Dquotactl03.c58 static const char mntpoint[] = "mnt_point"; variable
95 .mntpoint = mntpoint,
Dquotactl02.c59 static const char mntpoint[] = "mnt_point"; variable
182 .mntpoint = mntpoint,
Dquotactl01.c217 .mntpoint = MNTPOINT,
/external/ltp/testcases/network/nfsv4/locks/
Dlocktests.py57 mntpoint=NFS4_PATH
58 self.command="'mkdir -p "+mntpoint+"; mount -t nfs4 "+export+" "+mntpoint+"'"
62 mntpoint=self.mountPath+"/"+dir
63 self.command="umount "+mntpoint
/external/ltp/testcases/kernel/fs/ftest/
Dftest06.c95 static char startdir[MAXPATHLEN], mntpoint[MAXPATHLEN]; variable
463 partition, mntpoint); in cleanup()
467 partition, mntpoint); in cleanup()
477 partition, mntpoint); in cleanup()
480 if (rmdir(mntpoint) != 0) { in cleanup()
481 tst_resm(TINFO, "Unable to rmdir %s ", mntpoint); in cleanup()
Dftest02.c90 static char startdir[MAXPATHLEN], mntpoint[MAXPATHLEN]; variable
450 partition, mntpoint); in cleanup()
455 partition, mntpoint); in cleanup()
464 partition, mntpoint); in cleanup()
466 if (rmdir(mntpoint) != 0) in cleanup()
467 tst_resm(TBROK, "Unable to rmdir %s ", mntpoint); in cleanup()
/external/ltp/testcases/commands/mkfs/
Dmkfs01.sh55 ROD_SILENT mkdir -p mntpoint
60 mount ${TST_DEVICE} mntpoint
87 local blocknum=`df -P -B 1k mntpoint | tail -n1 | awk '{print $2}'`
/external/selinux/libselinux/src/
Dload_policy.c371 const char *mntpoint = NULL; in hidden_def() local
375 mntpoint = SELINUXMNT; in hidden_def()
379 mntpoint = OLDSELINUXMNT; in hidden_def()
385 mntpoint = OLDSELINUXMNT; in hidden_def()
389 if (! mntpoint ) { in hidden_def()
408 set_selinuxmnt(mntpoint); in hidden_def()
/external/ltp/testcases/kernel/syscalls/umount/
Dumount02.c44 const char *mntpoint; member
58 TEST(umount(tc->mntpoint)); in verify_umount()
/external/fio/
Dcgroup.c24 char *mntpoint = NULL; in find_cgroup_mnt() local
42 mntpoint = smalloc_strdup(mnt->mnt_dir); in find_cgroup_mnt()
47 return mntpoint; in find_cgroup_mnt()
/external/ltp/testcases/kernel/syscalls/umount2/
Dumount2_03.c49 const char *mntpoint; member
115 TEST(umount2_retry(test_cases[i].mntpoint, UMOUNT_NOFOLLOW)); in test_umount2()
/external/ltp/lib/
Dtst_test.c684 if (!tst_test->mntpoint) { in do_setup()
689 SAFE_MKDIR(tst_test->mntpoint, 0777); in do_setup()
690 SAFE_MOUNT(tdev.dev, tst_test->mntpoint, tdev.fs_type, in do_setup()
714 tst_umount(tst_test->mntpoint); in do_cleanup()
/external/ltp/testcases/kernel/syscalls/getxattr/
Dgetxattr04.c126 .mntpoint = MNTPOINT,
/external/ltp/testcases/kernel/syscalls/access/
Daccess04.c130 .mntpoint = MNT_POINT,
/external/ltp/testcases/kernel/syscalls/creat/
Dcreat06.c171 .mntpoint = "mntpoint",
/external/ltp/include/
Dtst_test.h134 const char *mntpoint; member
/external/ltp/doc/
Dtest-writing-guidelines.txt355 #define MNTPOINT "mntpoint"
356 #define FILE1 "mntpoint/file1"
357 #define FILE2 "mntpoint/file2"
922 If '.mount_device' is set, the device is mounted at '.mntpoint' which is used