Searched refs:fs_unmount (Results 1 - 5 of 5) sorted by path

/haiku/src/add-ons/kernel/file_systems/iso9660/
H A Dkernel_interface.cpp187 fs_unmount(fs_volume* _volume) function
192 TRACE(("fs_unmount - ENTER\n"));
203 TRACE(("fs_unmount - EXIT, result is %s\n", strerror(result)));
673 &fs_unmount,
/haiku/src/add-ons/kernel/file_systems/nfs/
H A Dnfs_add_on.c1349 fs_unmount(fs_volume *_volume) function
2455 &fs_unmount,
/haiku/src/add-ons/kernel/file_systems/ntfs/
H A Dkernel_interface.cpp253 fs_unmount(fs_volume* _volume) function
1299 &fs_unmount,
/haiku/src/system/kernel/fs/
H A Dvfs.cpp224 The fs_mount() and fs_unmount() hold the lock during their whole operation.
428 static status_t fs_unmount(char* path, dev_t mountID, uint32 flags,
4596 return fs_unmount(NULL, mountID, flags, true);
7657 fs_unmount(char* path, dev_t mountID, uint32 flags, bool kernel) function
7662 FUNCTION(("fs_unmount(path '%s', dev %" B_PRId32 ", kernel %d\n", path,
7677 panic("fs_unmount: find_mount() failed on root vnode @%p of mount\n",
7699 dprintf("fs_unmount(): There is no device!\n");
7704 TRACE(("fs_unmount(): Failed to lock disk device!\n"));
7713 dprintf("fs_unmount(): Partition is busy.\n");
7732 dprintf("fs_unmount()
[all...]
/haiku/src/tools/fs_shell/
H A Dvfs.cpp138 * The fs_mount() and fs_unmount() hold the lock during their whole operation.
4734 fs_unmount(char *path, uint32_t flags, bool kernel) function in namespace:FSShell
5100 return fs_unmount(pathBuffer.LockBuffer(), flags, true);

Completed in 114 milliseconds