/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()
|
H A D | fanotify10.c | 12 * Check that fanotify properly merges ignore mask of a mount mark 43 #include <sys/mount.h> 145 .tname = "ignore mount events created on a specific file", 154 .tname = "ignore exec mount events created on a specific file", 164 .tname = "don't ignore mount events created on another file", 174 .tname = "don't ignore exec mount events created on another file", 184 .tname = "ignore inode events created on a specific mount point", 193 .tname = "ignore exec inode events created on a specific mount point", 203 .tname = "don't ignore inode events created on another mount point", 213 .tname = "don't ignore exec inode events created on another mount poin [all...] |
/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()
|
/foundation/filemanagement/storage_service/services/storage_daemon/utils/ |
H A D | file_utils.cpp | 64 return TEMP_FAILURE_RETRY(mount(source.c_str(), target.c_str(), type, flags, data)); in Mount()
|
/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()
|
/third_party/toybox/generated/ |
H A D | globals.h | 98 // toys/lsb/mount.c 1626 struct mount_data mount; member
|
/third_party/rust/crates/nix/src/sys/ |
H A D | statfs.rs | 13 feature = "mount", 22 use crate::mount::MntFlags; 457 /// Get the mount flags 459 feature = "mount", 474 /// Get the mount flags 707 feature = "mount", in fmt()
|
/third_party/NuttX/fs/nfs/ |
H A D | nfs_adapter.c | 48 #include <sys/mount.h> 254 * containted in the mount structure. in vfs_nfs_reclaim() 476 * This implements a portion of the mount operation. This function allocates 477 * and initializes the mountpoint private data and gets mount information 479 * NFS server mount information) to the mountpoint is performed by mount(). 783 ret = mount((const char *)NULL, mount_path, "nfs", 0, &nfs_args); in nfs_mount() 791 perror("mount nfs error"); in nfs_mount() 991 /* Make sure that the mount is still healthy */ in vfs_nfs_readdir() 1423 /* Check if the mount i in vfs_nfs_mkdir() [all...] |
/foundation/filemanagement/app_file_service/test/unittest/file_share_ndk_test/file_share_permission_test/ |
H A D | file_share_permission_test.cpp | 22 #include <sys/mount.h>
|
/third_party/eudev/src/udev/ |
H A D | udevd.c | 41 #include <sys/mount.h>
|
/third_party/f2fs-tools/include/ |
H A D | f2fs_fs.h | 81 #include <sys/mount.h>
|