/third_party/ltp/testcases/kernel/fs/ftest/ |
H A D | ftest02.c | 53 #include <sys/mount.h>
|
/third_party/ntfs-3g/libfuse-lite/ |
H A D | mount_util.c | 24 #include <sys/mount.h> 41 /* If mtab is within new mount, don't touch it */ in mtab_needs_update() 77 * hide in a directory, where mount isn't able to resolve in fuse_mnt_add_mount() 92 execle("/sbin/mount", "/sbin/mount", "-F", type, "-o", opts, in fuse_mnt_add_mount() 94 fprintf(stderr, "%s: failed to execute /sbin/mount: %s\n", progname, in fuse_mnt_add_mount() 193 fprintf(stderr, "%s: bad mount point %s: %s\n", progname, orig, in fuse_mnt_resolve_path() 242 fprintf(stderr, "%s: if you are sure this is safe, use the 'nonempty' mount option\n", progname); in fuse_mnt_check_empty() 272 /* If mtab is within new mount, don't touch it */ in mtab_needs_update() 323 * hide in a directory, where mount is in fuse_mnt_add_mount() [all...] |
/third_party/ltp/testcases/kernel/syscalls/readahead/ |
H A D | readahead02.c | 23 #include <sys/mount.h>
|
/third_party/ltp/testcases/kernel/security/tomoyo/ |
H A D | include.h | 48 #include <sys/mount.h> 157 "file::mount", in clear_status()
|
/third_party/ltp/testcases/kernel/io/direct_io/ |
H A D | dma_thread_diotest.c | 103 #include <sys/mount.h>
|
/third_party/toybox/toys/lsb/ |
H A D | mount.c | 0 /* mount.c - mount filesystems 5 * See http://refspecs.linuxfoundation.org/LSB_4.1.0/LSB-Core-generic/LSB-Core-generic/mount.html 9 * TODO mount -o loop,autoclear (linux git 96c5865559ce) 11 USE_MOUNT(NEWTOY(mount, "?O:afnrvwt:o*[-rw]", TOYFLAG_BIN|TOYFLAG_STAYROOT)) 15 bool "mount" 18 usage: mount [-afFrsvw] [-t TYPE] [-o OPTION,] [[DEVICE] DIR] 24 -O Only mount -a entries that have this option 25 -f Fake it (don't actually mount) 36 You can also "mount [all...] |
/third_party/libfuse/util/ |
H A D | fusermount.c | 252 * pointing to an arbitrary mount, thereby tricking fusermount3 into 255 * This is the child process running in a separate mount namespace, so 262 * Then bind mount parent onto a stable base where the user can't move 284 res = mount("", "/", "", MS_PRIVATE | MS_REC, NULL); in check_is_mount_child() 310 res = mount(".", "/", "", MS_BIND | MS_REC, NULL); in check_is_mount_child() 761 fprintf(stderr, "%s: mount options too long\n", progname); in mount_notrunc() 765 return mount(source, target, filesystemtype, mountflags, data); in mount_notrunc() 835 fprintf(stderr, "%s: note: 'large_read' mount option is deprecated for %i.%i kernels\n", progname, kmaj, kmin); in do_mount() 920 fprintf(stderr, "%s: mount failed: %s\n", progname, in do_mount() 1033 /* Define permitted filesystems for the mount targe in check_perm() [all...] |
/third_party/ltp/testcases/lib/ |
H A D | tst_net.sh | 183 ROD tst_ns_exec $pid net,mnt mount --make-rprivate /sys 184 ROD tst_ns_exec $pid net,mnt mount -t sysfs none /sys
|
/third_party/ltp/lib/ |
H A D | tst_device.c | 9 #include <sys/mount.h> 636 tst_brkm(TBROK, NULL, "Could not find mount device"); in tst_stat_mount_dev()
|
H A D | tst_test.c | 14 #include <sys/mount.h> 1001 if (mount(dev, mntpoint, fs_type, 0, NULL)) { in prepare_and_mount_ro_fs() 1002 tst_res(TINFO | TERRNO, "Can't mount %s at %s (%s)", in prepare_and_mount_ro_fs() 1256 /* If we failed to mount read-only tmpfs. Fallback to in do_setup() 1260 tst_res(TINFO, "Can't mount tmpfs read-only, " in do_setup()
|
H A D | safe_macros.c | 12 #include <sys/mount.h> 916 rval = mount(source, target, filesystemtype, mountflags, data); in safe_mount() 922 * The FUSE filesystem executes mount.fuse helper, which tries to in safe_mount() 926 * The mount helpers are called mount.$fs_type. in safe_mount() 932 snprintf(buf, sizeof(buf), "mount.%s '%s' '%s'", in safe_mount() 940 "mount.%s failed with %i", filesystemtype, rval); in safe_mount() 944 "mount(%s, %s, %s, %lu, %p) failed", source, target, in safe_mount() 948 "Invalid mount(%s, %s, %s, %lu, %p) return value %d", in safe_mount()
|
/third_party/ntfs-3g/libntfs-3g/ |
H A D | device.c | 60 #include <sys/mount.h>
|
/third_party/musl/scripts/ |
H A D | runtest_Windows.bat | 82 hdc shell mount -o rw,remount /
|
H A D | runtest_linux.sh | 103 ${CMD} shell mount -o rw,remount /
|
/third_party/ltp/testcases/kernel/mem/hugetlb/hugemmap/ |
H A D | hugemmap10.c | 20 #include <sys/mount.h>
|
/third_party/ltp/testcases/kernel/syscalls/fanotify/ |
H A D | fanotify09.c | 45 #include <sys/mount.h> 90 .tname = "Events on non-dir child with both parent and mount marks", 96 .tname = "Events on non-dir child and subdir with both parent and mount marks", 103 .tname = "Events on non-dir child and parent with both parent and mount marks", 117 .tname = "Events on non-dir children with both parent and mount marks", 124 .tname = "Events on non-dir child with both parent and mount marks and filename info", 243 * Add subdir or mount mark for each group with CLOSE event, in create_fanotify_groups()
|
H A D | fanotify16.c | 28 #include <sys/mount.h> 292 /* Save the mount root fid */ in do_test() 297 * Make it a mount root. in do_test()
|
/third_party/toybox/lib/ |
H A D | portability.c | 54 #include <sys/mount.h>
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-tls-mem/ |
H A D | minimal-http-server-tls-mem.c | 14 * "./mount-origin" of the directory it was started in. 16 * You can change that by changing mount.origin below. 25 static const struct lws_http_mount mount = { variable 28 /* .origin */ "./mount-origin", /* serve from dir */ 429 info.mounts = &mount; in main() 443 info.mounts = &mount; in main()
|
/third_party/f2fs-tools/fsck/ |
H A D | f2fs.h | 36 #include <sys/mount.h> 173 unsigned long long elapsed_time; /* elapsed time after mount */ 174 unsigned long long mounted_time; /* mount time */
|
/third_party/f2fs-tools/lib/ |
H A D | libf2fs_io.c | 32 #include <sys/mount.h>
|
/third_party/ltp/testcases/kernel/controllers/freezer/ |
H A D | libcgroup_freezer | 101 tst_brkm TBROK "Failed to make mount point for cgroup filesystem" 105 mount -t cgroup -o${cgroup_subsys} test_cgroup_${cgroup_subsys} $TMP/${cgroup_subsys}_test 109 tst_resm TINFO "Failed to mount cgroup filesystem with ${cgroup_subsys} subsystem."
|
/third_party/ltp/testcases/kernel/mem/lib/ |
H A D | mem.c | 6 #include <sys/mount.h>
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/ |
H A D | kit_lite.py | 139 @Plugin(type=Plugin.TEST_KIT, id=CKit.mount) 155 self.mount_list = get_config_value('mount', config, is_list=True) 160 msg = "The config for mount kit is invalid with mount:{}" \ 167 Init the environment on the device server, e.g. mount the testcases to 189 "mount nfs_ip:nfs_directory device" 193 "toybox mount -t nfs -o nolock,addr=nfs_ip nfs_ip:nfs_directory " 234 timeout = 15 if command.startswith("mount") else 1 235 if command.startswith("mount"): 259 LOG.debug("Start mount ki [all...] |
/third_party/FreeBSD/lib/libc/gen/ |
H A D | fts.c | 35 #include <sys/mount.h> 351 /* If skipped or crossed mount point, do post-order visit. */ in fts_read() 929 * crossing mount points. Also remember the link count, used in fts_stat()
|