Searched refs:mountpath (Results 1 – 2 of 2) sorted by relevance
258 const char *mountpath; in disk_remove_blk_dev() local260 if ((mountpath = dfs_filesystem_get_mounted_path(&blk->parent))) in disk_remove_blk_dev()262 dfs_unmount(mountpath); in disk_remove_blk_dev()264 to_blk_name(blk), mountpath); in disk_remove_blk_dev()
503 char *mountpath; in fd_is_open() local515 mountpath = fullpath; in fd_is_open()517 mountpath = fullpath + strlen(fs->path); in fd_is_open()526 if (fd->vnode->fs == fs && strcmp(fd->vnode->path, mountpath) == 0) in fd_is_open()
Completed in 5 milliseconds