OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:umount2_fs
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/bsd/am-utils/dist/conf/umount/
umount_bsd44.c
82
error =
umount2_fs
(mntdir, unmount_flags);
103
umount2_fs
(const char *mntdir, u_int unmount_flags)
function
108
plog(XLOG_INFO, "
umount2_fs
: trying unmount/forced on %s", mntdir);
umount_osf.c
85
error =
umount2_fs
(mntdir, unmount_flags);
86
if ((error =
umount2_fs
(mntdir, unmount_flags)) < 0)
106
umount2_fs
(const char *mntdir, u_int unmount_flags)
function
111
plog(XLOG_INFO, "
umount2_fs
: trying unmount/forced on %s", mntdir);
umount_aix.c
117
error =
umount2_fs
(mntdir, unmount_flags);
174
umount2_fs
(const char *mntdir, u_int unmount_flags)
function
182
plog(XLOG_INFO, "**UNIMPLEMENTED**:
umount2_fs
: trying unmount/forced on %s", mntdir);
umount_default.c
117
error =
umount2_fs
(mntdir, unmount_flags);
174
umount2_fs
(const char *mntdir, u_int unmount_flags)
function
179
plog(XLOG_INFO, "
umount2_fs
: trying unmount/forced on %s", mntdir);
umount_linux.c
106
* Note: we pass both DETACH and FORCE flags, because
umount2_fs
below
110
error =
umount2_fs
(mp_save->mnt->mnt_dir,
151
error =
umount2_fs
(mp_save->mnt->mnt_dir,
231
umount2_fs
(const char *mntdir, u_int unmount_flags)
function
252
plog(XLOG_INFO, "
umount2_fs
: trying unmount/forced on %s", mntdir);
Completed in 16 milliseconds
Indexes created Tue Mar 24 00:24:13 UTC 2026