/src/tests/lib/librumphijack/ |
t_vfs.sh | 42 dounmount() function 51 dounmount 84 dounmount ${mntdir}
|
t_vfs.sh | 42 dounmount() function 51 dounmount 84 dounmount ${mntdir}
|
/src/tests/fs/common/ |
fstest_nfs.c | 288 dounmount(const atf_tc_t *tc, const char *path, int flags) function in typeref:typename:int 321 return dounmount(tc, path, flags); 328 return dounmount(tc, path, flags);
|
fstest_nfs.c | 288 dounmount(const atf_tc_t *tc, const char *path, int flags) function in typeref:typename:int 321 return dounmount(tc, path, flags); 328 return dounmount(tc, path, flags);
|
/src/sys/kern/ |
vfs_mount.c | 936 * => Caller hold reference to the mount, explicitly for dounmount(). 939 dounmount(struct mount *mp, int flags, struct lwp *l) function in typeref:typename:int 1092 if ((error = dounmount(mp, MNT_FORCE, l)) == 0) { 1128 if ((error = dounmount(mp, force ? MNT_FORCE : 0, l)) == 0) {
|
vfs_mount.c | 936 * => Caller hold reference to the mount, explicitly for dounmount(). 939 dounmount(struct mount *mp, int flags, struct lwp *l) function in typeref:typename:int 1092 if ((error = dounmount(mp, MNT_FORCE, l)) == 0) { 1128 if ((error = dounmount(mp, force ? MNT_FORCE : 0, l)) == 0) {
|