Searched refs:vol (Results 1 – 1 of 1) sorted by relevance
205 const MountedVolume* vol = find_mounted_volume_by_mount_point(mount_point); in IsMountedFn() local206 if (vol == NULL) { in IsMountedFn()233 const MountedVolume* vol = find_mounted_volume_by_mount_point(mount_point); in UnmountFn() local234 if (vol == NULL) { in UnmountFn()238 int ret = unmount_mounted_volume(vol); in UnmountFn()