Home
last modified time | relevance | path

Searched refs:umount2 (Results 1 – 25 of 31) sorted by relevance

12

/titanic_41/usr/src/lib/libc/common/sys/
H A Dumount2.s33 ANSI_PRAGMA_WEAK(umount2,function)
37 SYSCALL_RVAL1(umount2)
39 SET_SIZE(umount2)
/titanic_41/usr/src/lib/libc/port/sys/
H A Dumount.c44 return (umount2(path, 0)); in umount()
/titanic_41/usr/src/uts/common/sys/
H A Dmount.h82 int umount2(const char *, int);
/titanic_41/usr/src/cmd/fs.d/
H A Dumount.c447 if (((ret = umount2(ment->mnt_mountp, MS_FORCE)) < 0) && in doexec()
450 ret = umount2(ment->mnt_special, MS_FORCE); in doexec()
452 if (((ret = umount2(ment->mnt_mountp, 0)) < 0) && in doexec()
454 ret = umount2(ment->mnt_special, 0); in doexec()
/titanic_41/usr/src/uts/common/syscall/
H A Dumount.c123 umount2(char *pathp, int flag) in umount2() function
/titanic_41/usr/src/man/man2/
H A DMakefile253 umount2.2 \
396 umount2.2 := LINKSRC = umount.2
/titanic_41/usr/src/cmd/fs.d/smbclnt/umount/
H A Dumount.c143 rc = umount2(pathname, umnt_flag); in smbfs_unmount()
/titanic_41/usr/src/uts/intel/os/
H A Dname_to_sysnum242 umount2 255
/titanic_41/usr/src/uts/sparc/os/
H A Dname_to_sysnum241 umount2 255
/titanic_41/usr/src/cmd/fs.d/cachefs/umount/
H A Dumount.c202 if (umount2(mnt_front, flag) == -1) { in main()
/titanic_41/usr/src/cmd/fs.d/nfs/umount/
H A Dumount.c178 if (umount2(pathname, umnt_flag) < 0) { in nfs_unmount()
/titanic_41/usr/src/uts/common/os/
H A Dsysent.c145 int umount2(char *, int);
760 /* 255 */ SYSENT_CI("umount2", umount2, 2)
1085 /* 255 */ SYSENT_CI("umount2", umount2, 2)
/titanic_41/usr/src/lib/libgrubmgmt/common/
H A Dlibgrub_fs.c621 (void) umount2(fsd->gfs_mountp, 0); in grub_fsd_umount_tmp()
/titanic_41/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg1075 @ MSG_SYS_UMOUNT2 "[ umount2 ]" # 255
1076 @ MSG_SYS_UMOUNT2_ALT "umount2"
/titanic_41/usr/src/cmd/zoneadmd/
H A Dvplat.c704 if (umount2(path, MS_FORCE) == 0) in unmount_filesystems()
711 if (umount2(path, MS_FORCE) == 0) { in unmount_filesystems()
731 if (!unmounted && umount2(path, 0) != 0) in unmount_filesystems()
5076 if (umount2(zroot, MS_FORCE) != 0) { in lu_root_teardown()
5077 if (errno == ENOTSUP && umount2(zroot, 0) == 0) in lu_root_teardown()
5084 if (umount2(zroot, 0) == 0) in lu_root_teardown()
/titanic_41/usr/src/lib/c_synonyms/
H A Dsyn_common959 umount2
/titanic_41/usr/src/lib/libzfs/common/
H A Dlibzfs_mount.c355 if (umount2(mountpoint, flags) != 0) { in unmount_one()
/titanic_41/usr/src/cmd/fs.d/cachefs/cfsd/
H A Dcfsd_fscache.c747 if (umount2(fscache_object_p->i_mntpt, flag) == -1) { in fscache_unmount()
/titanic_41/usr/src/cmd/zoneadm/
H A Dzfs.c1660 if (force && umount2(zoneroot, MS_FORCE) == 0) in zone_unmount_rootfs()
/titanic_41/usr/src/pkg/manifests/
H A Dsystem-kernel.man2.inc247 link path=usr/share/man/man2/umount2.2 target=umount.2
/titanic_41/usr/src/lib/libinstzones/common/
H A Dzones.c1325 err = umount2(a_lzMountPoint, 0); in z_umount_lz_mount()
/titanic_41/usr/src/cmd/halt/
H A Dhalt.c622 (void) umount2(mountpoint, MS_FORCE); in validate_disk()
/titanic_41/usr/src/lib/libc/amd64/
H A DMakefile277 umount2.o \
/titanic_41/usr/src/lib/libc/i386/
H A DMakefile.com301 umount2.o \
/titanic_41/usr/src/lib/libc/sparcv9/
H A DMakefile.com299 umount2.o \

12