/third_party/ltp/testcases/kernel/syscalls/umount/ |
H A D | umount02.c | 13 * 4) EINVAL if specialfile or device is invalid or not a mount point. 19 #include <sys/mount.h>
|
/third_party/ltp/testcases/kernel/mem/hugetlb/hugemmap/ |
H A D | hugemmap04.c | 26 #include <sys/mount.h>
|
H A D | hugemmap01.c | 26 #include <sys/mount.h>
|
H A D | hugemmap17.c | 27 #include <sys/mount.h>
|
H A D | hugemmap16.c | 20 #include <sys/mount.h>
|
/third_party/ltp/testcases/kernel/mem/hugetlb/hugefallocate/ |
H A D | hugefallocate02.c | 16 #include <sys/mount.h>
|
/third_party/ltp/testcases/kernel/syscalls/mmap/ |
H A D | mmap15.c | 27 #include <sys/mount.h>
|
/third_party/ltp/testcases/open_posix_testsuite/include/ |
H A D | noatime.h | 13 #include <sys/mount.h> 57 printf("Couldn't mount /proc/mounts\n"); in mounted_noatime()
|
/third_party/musl/include/sys/ |
H A D | mount.h | 67 int mount(const char *, const char *, const char *, unsigned long, const void *);
|
/kernel/linux/linux-5.10/tools/bpf/bpftool/ |
H A D | common.c | 19 #include <sys/mount.h> 124 while (mount("", target, "none", MS_PRIVATE | MS_REC, NULL)) { in mnt_fs() 127 "mount --make-private %s failed: %s", in mnt_fs() 132 if (mount(target, target, "none", MS_BIND, NULL)) { in mnt_fs() 134 "mount --bind %s %s failed: %s", in mnt_fs() 142 if (mount(type, target, type, 0, "mode=0700")) { in mnt_fs() 143 snprintf(buff, bufflen, "mount -t %s %s %s failed: %s", in mnt_fs() 159 p_err("can't mount tracefs: %s", err_str); in mount_tracefs() 245 p_err("can't mount BPF file system to pin the object (%s): %s", in mount_bpffs_for_pin()
|
/kernel/liteos_a/fs/vfs/ |
H A D | vnode.c | 219 int VnodeFreeAll(const struct Mount *mount)
in VnodeFreeAll() argument 226 if ((vnode->originMount == mount) && !(vnode->flag & VNODE_FLAG_MOUNT_NEW)) {
in VnodeFreeAll() 237 BOOL VnodeInUseIter(const struct Mount *mount)
in VnodeInUseIter() argument 242 if (vnode->originMount == mount) {
in VnodeInUseIter() 635 PRINT_ERR("VnodeDevInit failed mount point alloc failed.\n");
in VnodeDevInit()
|
/third_party/node/test/fixtures/postject-copy/node_modules/postject/dist/ |
H A D | api.js | [all...] |
/third_party/libwebsockets/plugins/acme-client/ |
H A D | protocol_lws_acme_client.c | 68 struct lws_http_mount mount; member 1348 memset(&ac->mount, 0, sizeof (struct lws_http_mount)); in callback_acme_client() 1349 ac->mount.protocol = "http"; in callback_acme_client() 1350 ac->mount.mountpoint = ac->http01_mountpoint; in callback_acme_client() 1351 ac->mount.mountpoint_len = (unsigned char) in callback_acme_client() 1353 ac->mount.origin_protocol = LWSMPRO_CALLBACK; in callback_acme_client() 1355 ac->ci.mounts = &ac->mount; in callback_acme_client()
|
/kernel/linux/linux-5.10/drivers/base/ |
H A D | devtmpfs.c | 18 #include <linux/mount.h> 29 #include <uapi/linux/mount.h> 54 __setup("devtmpfs.mount=", mount_param); 88 .mount = public_dev_mount,
|
/kernel/linux/linux-5.10/tools/testing/selftests/proc/ |
H A D | proc-pid-vm.c | 37 #include <sys/mount.h> 62 if (mount(NULL, "/", NULL, MS_PRIVATE|MS_REC, NULL) == -1) { in make_private_tmp() 65 if (mount(NULL, "/tmp", "tmpfs", 0, NULL) == -1) { in make_private_tmp()
|
/kernel/linux/linux-5.10/tools/testing/selftests/cgroup/ |
H A D | cgroup_util.c | 194 char *fs, *mount, *type; in cg_find_unified_root() local 205 mount = strtok(NULL, delim); in cg_find_unified_root() 212 strncpy(root, mount, len); in cg_find_unified_root()
|
/kernel/linux/linux-5.10/fs/ |
H A D | proc_namespace.c | 101 struct mount *r = real_mount(mnt); in show_vfsmnt() 135 struct mount *r = real_mount(mnt); in show_mountinfo() 197 struct mount *r = real_mount(mnt); in show_vfsstat() 216 /* mount point */ in show_vfsstat()
|
/kernel/linux/linux-6.6/drivers/base/ |
H A D | devtmpfs.c | 20 #include <linux/mount.h> 31 #include <uapi/linux/mount.h> 62 __setup("devtmpfs.mount=", mount_param); 94 .mount = public_dev_mount,
|
/kernel/linux/linux-6.6/fs/ |
H A D | proc_namespace.c | 104 struct mount *r = real_mount(mnt); in show_vfsmnt() 138 struct mount *r = real_mount(mnt); in show_mountinfo() 200 struct mount *r = real_mount(mnt); in show_vfsstat() 219 /* mount point */ in show_vfsstat()
|
/kernel/linux/linux-6.6/tools/testing/selftests/cgroup/ |
H A D | cgroup_util.c | 201 char *fs, *mount, *type; in cg_find_unified_root() local 212 mount = strtok(NULL, delim); in cg_find_unified_root() 219 strncpy(root, mount, len); in cg_find_unified_root()
|
/kernel/linux/linux-6.6/tools/testing/selftests/proc/ |
H A D | proc-pid-vm.c | 37 #include <sys/mount.h> 64 if (mount(NULL, "/", NULL, MS_PRIVATE|MS_REC, NULL) == -1) { in make_private_tmp() 67 if (mount(NULL, "/tmp", "tmpfs", 0, NULL) == -1) { in make_private_tmp()
|
/third_party/ntfs-3g/libfuse-lite/ |
H A D | fusermount.c | 34 #include <sys/mount.h> 44 static const char *progname = "ntfs-3g-mount"; 381 fprintf(stderr, "%s: note: 'large_read' mount option is " in do_mount() 429 res = mount(source, mnt, type, flags, optbuf); in do_mount() 433 res = mount(source, mnt, type, flags, optbuf); in do_mount() 444 fprintf(stderr, "%s: mount failed: %s\n", progname, strerror(errno_save)); in do_mount() 446 fprintf(stderr, "User doesn't have privilege to mount. " in do_mount()
|
H A D | mount.c | 25 #include <sys/mount.h> 261 fprintf(stderr, "fuse: internal error, can't find mount flag\n"); in set_mount_flag() 547 res = mount(source, mnt, MS_OPTIONSTR|mo->flags, type, NULL, 0, in fuse_mount_sys() 560 res = mount(source, mnt, MS_OPTIONSTR|mo->flags, type, NULL, 0, in fuse_mount_sys() 575 fprintf(stderr, "fuse: mount failed: %s\n", in fuse_mount_sys() 642 * have MS_NOSUID for mount flags (no MS_(NO)SETUID, etc.). But if in fuse_kern_mount()
|
/device/soc/hisilicon/hi3518ev300/mpp/module_init/src/ |
H A D | system_init.c | 128 extern int mount(const char *source, const char *target, in SystemInit() 180 PRINT_ERR("mount rootfs error!\n"); in SystemInit()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/spufs/ |
H A D | syscalls.c | 5 #include <linux/mount.h>
|