Searched refs:umount2 (Results 1 - 20 of 20) sorted by relevance

/illumos-gate/usr/src/lib/libc/common/sys/
H A Dumount2.s26 .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 Dumount.c33 * through umount2() system call.
44 return (umount2(path, 0));
/illumos-gate/usr/src/uts/common/sys/
H A Dmount.h69 * 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 Dumount.c55 * 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 Dumount.c143 rc = umount2(pathname, umnt_flag);
/illumos-gate/usr/src/man/man2/
H A DMakefile253 umount2.2 \
396 umount2.2 := LINKSRC = umount.2
/illumos-gate/usr/src/cmd/fs.d/
H A Dumount.c437 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 Dumount.c178 if (umount2(pathname, umnt_flag) < 0) {
/illumos-gate/usr/src/uts/common/os/
H A Dsysent.c146 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 Dlibgrub_fs.c621 (void) umount2(fsd->gfs_mountp, 0);
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dvplat.c610 * 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 Dzones.c1325 err = umount2(a_lzMountPoint, 0);
/illumos-gate/usr/src/cmd/zoneadm/
H A Dzfs.c1659 if (force && umount2(zoneroot, MS_FORCE) == 0)
/illumos-gate/usr/src/cmd/halt/
H A Dhalt.c623 (void) umount2(mountpoint, MS_FORCE);
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_mount.c421 if (umount2(mountpoint, flags) != 0) {
/illumos-gate/usr/src/lib/libc/i386/
H A DMakefile.com301 umount2.o \
/illumos-gate/usr/src/lib/libc/sparcv9/
H A DMakefile.com302 umount2.o \
/illumos-gate/usr/src/lib/libc/amd64/
H A DMakefile274 umount2.o \
/illumos-gate/usr/src/lib/libc/sparc/
H A DMakefile.com321 umount2.o \
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c6257 if ((ret = umount2(path, flags)) != 0)

Completed in 147 milliseconds