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

/opensolaris-onvv-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)
/opensolaris-onvv-gate/usr/src/lib/libc/port/sys/
H A Dumount.c33 * through umount2() system call.
44 return (umount2(path, 0));
/opensolaris-onvv-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);
/opensolaris-onvv-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
/opensolaris-onvv-gate/usr/src/cmd/fs.d/smbclnt/umount/
H A Dumount.c143 rc = umount2(pathname, umnt_flag);
/opensolaris-onvv-gate/usr/src/cmd/fs.d/
H A Dumount.c447 if (((ret = umount2(ment->mnt_mountp, MS_FORCE)) < 0) &&
450 ret = umount2(ment->mnt_special, MS_FORCE);
452 if (((ret = umount2(ment->mnt_mountp, 0)) < 0) &&
454 ret = umount2(ment->mnt_special, 0);
/opensolaris-onvv-gate/usr/src/cmd/fs.d/cachefs/umount/
H A Dumount.c202 if (umount2(mnt_front, flag) == -1) {
/opensolaris-onvv-gate/usr/src/cmd/fs.d/nfs/umount/
H A Dumount.c178 if (umount2(pathname, umnt_flag) < 0) {
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dsysent.c132 int umount2();
748 /* 255 */ SYSENT_CI("umount2", umount2, 2)
1075 /* 255 */ SYSENT_CI("umount2", umount2, 2)
/opensolaris-onvv-gate/usr/src/lib/libgrubmgmt/common/
H A Dlibgrub_fs.c561 (void) umount2(fsd->gfs_mountp, 0);
/opensolaris-onvv-gate/usr/src/lib/c_synonyms/
H A Dsyn_common959 umount2
/opensolaris-onvv-gate/usr/src/cmd/zoneadmd/
H A Dvplat.c601 * first. We thus limit the number of failed umount2(2) calls.
697 if (umount2(path, MS_FORCE) == 0)
704 if (umount2(path, MS_FORCE) == 0) {
724 if (!unmounted && umount2(path, 0) != 0)
5049 * (How I wish this were not true, and umount2 just did the right
5052 if (umount2(zroot, MS_FORCE) != 0) {
5053 if (errno == ENOTSUP && umount2(zroot, 0) == 0)
5060 if (umount2(zroot, 0) == 0)
/opensolaris-onvv-gate/usr/src/cmd/fs.d/cachefs/cfsd/
H A Dcfsd_fscache.c747 if (umount2(fscache_object_p->i_mntpt, flag) == -1) {
/opensolaris-onvv-gate/usr/src/cmd/halt/
H A Dhalt.c618 (void) umount2(mountpoint, MS_FORCE);
/opensolaris-onvv-gate/usr/src/cmd/zoneadm/
H A Dzfs.c1697 if (force && umount2(zoneroot, MS_FORCE) == 0)
/opensolaris-onvv-gate/usr/src/lib/libinstzones/common/
H A Dzones.c1342 err = umount2(a_lzMountPoint, 0);
/opensolaris-onvv-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_mount.c354 if (umount2(mountpoint, flags) != 0) {
/opensolaris-onvv-gate/usr/src/lib/libbsm/
H A Daudit_event.txt314 268:AUE_UMOUNT2:umount2(2):as
/opensolaris-onvv-gate/usr/src/lib/libc/i386/
H A DMakefile.com278 umount2.o \
/opensolaris-onvv-gate/usr/src/lib/libc/sparc/
H A DMakefile.com299 umount2.o \
/opensolaris-onvv-gate/usr/src/lib/libc/sparcv9/
H A DMakefile.com284 umount2.o \
/opensolaris-onvv-gate/usr/src/lib/libc/amd64/
H A DMakefile256 umount2.o \
/opensolaris-onvv-gate/usr/src/lib/libc/port/
H A Dmapfile-vers926 umount2;
/opensolaris-onvv-gate/usr/src/cmd/zfs/
H A Dzfs_main.c3476 if ((ret = umount2(path, flags)) != 0)

Completed in 315 milliseconds