Home
last modified time | relevance | path

Searched refs:mountpath (Results 1 – 2 of 2) sorted by relevance

/components/drivers/block/
A Dblk_dev.c258 const char *mountpath; in disk_remove_blk_dev() local
260 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()
/components/dfs/dfs_v1/src/
A Ddfs.c503 char *mountpath; in fd_is_open() local
515 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