Home
last modified time | relevance | path

Searched refs:mount (Results 351 - 375 of 1100) sorted by relevance

1...<<11121314151617181920>>...44

/third_party/ltp/testcases/kernel/syscalls/umount/
H A Dumount02.c13 * 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 Dhugemmap04.c26 #include <sys/mount.h>
H A Dhugemmap01.c26 #include <sys/mount.h>
H A Dhugemmap17.c27 #include <sys/mount.h>
H A Dhugemmap16.c20 #include <sys/mount.h>
/third_party/ltp/testcases/kernel/mem/hugetlb/hugefallocate/
H A Dhugefallocate02.c16 #include <sys/mount.h>
/third_party/ltp/testcases/kernel/syscalls/mmap/
H A Dmmap15.c27 #include <sys/mount.h>
/third_party/ltp/testcases/open_posix_testsuite/include/
H A Dnoatime.h13 #include <sys/mount.h>
57 printf("Couldn't mount /proc/mounts\n"); in mounted_noatime()
/third_party/musl/include/sys/
H A Dmount.h67 int mount(const char *, const char *, const char *, unsigned long, const void *);
/kernel/linux/linux-5.10/tools/bpf/bpftool/
H A Dcommon.c19 #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 Dvnode.c219 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 Dapi.js[all...]
/third_party/libwebsockets/plugins/acme-client/
H A Dprotocol_lws_acme_client.c68 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 Ddevtmpfs.c18 #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 Dproc-pid-vm.c37 #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 Dcgroup_util.c194 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 Dproc_namespace.c101 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 Ddevtmpfs.c20 #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 Dproc_namespace.c104 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 Dcgroup_util.c201 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 Dproc-pid-vm.c37 #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 Dfusermount.c34 #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 Dmount.c25 #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 Dsystem_init.c128 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 Dsyscalls.c5 #include <linux/mount.h>

Completed in 28 milliseconds

1...<<11121314151617181920>>...44