Searched refs:umount2 (Results 1 - 20 of 20) sorted by relevance
/illumos-gate/usr/src/lib/libc/common/sys/ |
H A D | umount2.s | 26 .file "umount2.s" 28 /* C library -- umount2 */ 29 /* int umount2 (const char *file, int flag); */ 33 ANSI_PRAGMA_WEAK(umount2,function) 37 SYSCALL_RVAL1(umount2) 39 SET_SIZE(umount2)
|
/illumos-gate/usr/src/lib/libc/port/sys/ |
H A D | umount.c | 33 * through umount2() system call. 44 return (umount2(path, 0));
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | mount.h | 69 * Mask to sift out flag bits allowable from umount2(2). 82 int umount2(const char *, int);
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | umount.c | 55 * The heart of the umount2 call - it is pulled out to allow kernel 123 umount2(char *pathp, int flag) function
|
/illumos-gate/usr/src/cmd/fs.d/smbclnt/umount/ |
H A D | umount.c | 143 rc = umount2(pathname, umnt_flag);
|
/illumos-gate/usr/src/man/man2/ |
H A D | Makefile | 253 umount2.2 \ 396 umount2.2 := LINKSRC = umount.2
|
/illumos-gate/usr/src/cmd/fs.d/ |
H A D | umount.c | 437 if (((ret = umount2(ment->mnt_mountp, MS_FORCE)) < 0) && 440 ret = umount2(ment->mnt_special, MS_FORCE); 442 if (((ret = umount2(ment->mnt_mountp, 0)) < 0) && 444 ret = umount2(ment->mnt_special, 0);
|
/illumos-gate/usr/src/cmd/fs.d/nfs/umount/ |
H A D | umount.c | 178 if (umount2(pathname, umnt_flag) < 0) {
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | sysent.c | 146 int umount2(char *, int); 761 /* 255 */ SYSENT_CI("umount2", umount2, 2) 1086 /* 255 */ SYSENT_CI("umount2", umount2, 2)
|
/illumos-gate/usr/src/lib/libgrubmgmt/common/ |
H A D | libgrub_fs.c | 621 (void) umount2(fsd->gfs_mountp, 0);
|
/illumos-gate/usr/src/cmd/zoneadmd/ |
H A D | vplat.c | 610 * first. We thus limit the number of failed umount2(2) calls. 706 if (umount2(path, MS_FORCE) == 0) 713 if (umount2(path, MS_FORCE) == 0) { 733 if (!unmounted && umount2(path, 0) != 0) 5168 * (How I wish this were not true, and umount2 just did the right 5171 if (umount2(zroot, MS_FORCE) != 0) { 5172 if (errno == ENOTSUP && umount2(zroot, 0) == 0) 5179 if (umount2(zroot, 0) == 0)
|
/illumos-gate/usr/src/lib/libinstzones/common/ |
H A D | zones.c | 1325 err = umount2(a_lzMountPoint, 0);
|
/illumos-gate/usr/src/cmd/zoneadm/ |
H A D | zfs.c | 1659 if (force && umount2(zoneroot, MS_FORCE) == 0)
|
/illumos-gate/usr/src/cmd/halt/ |
H A D | halt.c | 623 (void) umount2(mountpoint, MS_FORCE);
|
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_mount.c | 421 if (umount2(mountpoint, flags) != 0) {
|
/illumos-gate/usr/src/lib/libc/i386/ |
H A D | Makefile.com | 301 umount2.o \
|
/illumos-gate/usr/src/lib/libc/sparcv9/ |
H A D | Makefile.com | 302 umount2.o \
|
/illumos-gate/usr/src/lib/libc/amd64/ |
H A D | Makefile | 274 umount2.o \
|
/illumos-gate/usr/src/lib/libc/sparc/ |
H A D | Makefile.com | 321 umount2.o \
|
/illumos-gate/usr/src/cmd/zfs/ |
H A D | zfs_main.c | 6257 if ((ret = umount2(path, flags)) != 0)
|
Completed in 121 milliseconds