/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | tst-ttyname.c | 310 VERIFY (mount ("tmpfs", chrootdir, "tmpfs", 0, "mode=755") == 0); in do_in_chroot_1() 317 VERIFY (mount ("/proc", "proc", NULL, MS_BIND|MS_REC, NULL) == 0); in do_in_chroot_1() 318 VERIFY (mount ("devpts", "dev/pts", "devpts", in do_in_chroot_1() 325 VERIFY (mount (slavename, "console", NULL, MS_BIND, NULL) == 0); in do_in_chroot_1() 384 VERIFY (mount ("tmpfs", chrootdir, "tmpfs", 0, "mode=755") == 0); in do_in_chroot_2() 391 VERIFY (mount ("devpts", "dev/pts", "devpts", in do_in_chroot_2() 398 VERIFY (mount (slavename, "console", NULL, MS_BIND, NULL) == 0); in do_in_chroot_2() 414 VERIFY (mount ("proc", "/proc", "proc", in do_in_chroot_2() 471 VERIFY (mount ("/console", "/dev/console", NULL, MS_BIND, NULL) == 0); in run_chroot_tests() 495 VERIFY (mount ("/console", "/dev/console", NULL, MS_BIND, NULL) == 0); in run_chroot_tests() [all …]
|
D | Makefile | 82 sysdep_headers += sys/mount.h sys/acct.h \ 133 tst-mount \ 260 tests-special += $(objpfx)tst-mount-consts.out 261 $(objpfx)tst-mount-consts.out: ../sysdeps/unix/sysv/linux/tst-mount-consts.py 263 ../sysdeps/unix/sysv/linux/tst-mount-consts.py \ 266 $(objpfx)tst-mount-consts.out: $(sysdeps-linux-python-deps)
|
D | syscalls.list | 41 mount EXTRA mount i:sssUp __mount mount
|
D | tst-getcwd-smallbuff.c | 135 if (mount ("/", MOUNT_NAME, NULL, MS_BIND | MS_REC, NULL)) in child_func()
|
D | syscall-names.list | 265 mount
|
/glibc-2.36/manual/ |
D | sysinfo.texi | 337 loop device essentially mount a regular file. 361 describes all possibly mounted filesystems. The @code{mount} program 362 uses this file to mount at startup time of the system all the 375 mount, if the system's administration policy allows it. But programs 376 that mount and unmount filesystems typically maintain and use these 398 * Other Mount Information:: Other (non-libc) sources of mount information 425 This describes the mount point on the local system. I.e., accessing any 435 @code{mount} call. Again, this can be almost anything. There can be 562 Since there is normally exactly one entry for each mount point it 591 This element points to a string describing the mount point of the [all …]
|
D | startup.texi | 198 * Suboptions Example:: This shows how it could be done for @code{mount}. 217 programs is certainly @code{mount}(8). The @code{-o} option take one 258 The code which might appear in the @code{mount}(8) program is a perfect
|
D | errno.texi | 234 requires one. For example, trying to mount an ordinary file as a file 682 An attempt was made to NFS-mount a remote file system with a file name that
|
/glibc-2.36/io/ |
D | tst-lchmod.c | 34 #if __has_include (<sys/mount.h>) 265 #if __has_include (<sys/mount.h>) in do_test() 275 = mount (tempdir, "/proc", "none", MS_BIND, NULL) == 0; in do_test()
|
/glibc-2.36/support/ |
D | support_enter_mount_namespace.c | 36 if (mount ("none", "/", NULL, MS_REC | MS_PRIVATE, NULL) != 0) in support_enter_mount_namespace()
|
D | test-container.c | 54 #define mount(s,t,fs,f,d) no_mount() macro 266 if (mount (src, dest, "", MS_BIND | MS_REC, NULL) < 0) in trymount() 1146 if (mount ("none", "/", NULL, MS_REC | MS_PRIVATE, NULL) != 0) in main() 1234 if (mount ("proc", "/proc", "proc", 0, NULL) != 0) in main()
|
/glibc-2.36/sysdeps/unix/sysv/linux/include/sys/ |
D | mount.h | 22 #include_next <sys/mount.h>
|
/glibc-2.36/inet/ |
D | etc.rpc | 10 mountd 100005 mount showmount
|
/glibc-2.36/sysdeps/unix/sysv/linux/sys/ |
D | mount.h | 217 extern int mount (const char *__special_file, const char *__dir,
|
/glibc-2.36/misc/ |
D | Versions | 56 madvise; mkstemp; mktemp; mlock; mlockall; mmap; mount; mprotect; msync;
|
/glibc-2.36/mach/ |
D | err_kern.sub | 109 "(os/unix) mount device busy",
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.25 | 640 linux: return UNSUPPORTED from tst-mount if entering mount namespace fails 642 * sysdeps/unix/sysv/linux/tst-mount.c: Modified. 1503 * sysdeps/unix/sysv/linux/sys/mount.h: Modified. 1510 * sysdeps/unix/sysv/linux/tst-mount-consts.py: Modified. 1511 * sysdeps/unix/sysv/linux/tst-mount.c: Modified. 1520 linux: Add tst-mount to check for Linux new mount API 1523 * sysdeps/unix/sysv/linux/tst-mount.c: New file. 1563 * sysdeps/unix/sysv/linux/sys/mount.h: Modified. 1569 * sysdeps/unix/sysv/linux/tst-mount-consts.py: Modified. 1611 * sysdeps/unix/sysv/linux/sys/mount.h: Modified. [all …]
|
D | ChangeLog.5 | 659 * sysdeps/unix/sysv/linux/Dist: Add sys/sysinfo.h, sys/mount.h, 660 sys/kdaemon.h, sys/io.h, sys/mount.h, sysctl.c. 2546 (sysdep_routines): Add mount, umount, llseek, setfsgid, setfsuid, 3831 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Don't add mount, 5311 * sysdeps/unix/sysv/linux/mount.S: File removed. 5452 [$(subdir) = misc] (sysdep_routines): Add mount, umount, and s_ptrace. 5453 [$(subdir) = misc] (headers): Append sys/mount.h. 5455 * sysdeps/unix/sysv/linux/mount.S, sysdeps/unix/sysv/linux/umount.S: 5457 * sysdeps/unix/sysv/linux/sys/mount.h: New header file.
|
/glibc-2.36/po/ |
D | lt.po | 1171 #. TRANS requires one. For example, trying to mount an ordinary file as a file 1511 #. TRANS An attempt was made to NFS-mount a remote file system with a file name that
|
D | hu.po | 1064 #. TRANS requires one. For example, trying to mount an ordinary file as a file 1420 #. TRANS An attempt was made to NFS-mount a remote file system with a file name that
|
D | el.po | 2243 #. TRANS requires one. For example, trying to mount an ordinary file as a file 2599 #. TRANS An attempt was made to NFS-mount a remote file system with a file name that
|
D | nb.po | 2330 #. TRANS requires one. For example, trying to mount an ordinary file as a file 2681 #. TRANS An attempt was made to NFS-mount a remote file system with a file name that
|
/glibc-2.36/sysdeps/unix/sysv/linux/or1k/ |
D | libc.abilist | 1277 GLIBC_2.35 mount F
|
/glibc-2.36/sysdeps/unix/sysv/linux/loongarch/lp64/ |
D | libc.abilist | 1290 GLIBC_2.36 mount F
|
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/rv32/ |
D | libc.abilist | 1317 GLIBC_2.33 mount F
|