Searched refs:hfs_mounts (Results 1 – 3 of 3) sorted by relevance
43 hfsvol *hfs_mounts; /* linked list of mounted volumes */ variable70 for (check = hfs_mounts; check; check = check->next) in hfs_mount()240 vol->next = hfs_mounts; in hfs_mount()242 if (hfs_mounts) in hfs_mount()243 hfs_mounts->prev = vol; in hfs_mount()245 hfs_mounts = vol; in hfs_mount()284 for (vol = hfs_mounts; vol; vol = vol->next) in hfs_flushall()375 if (vol == hfs_mounts) in hfs_umount()376 hfs_mounts = vol->next; in hfs_umount()391 while (hfs_mounts) in hfs_umountall()[all …]
354 extern hfsvol *hfs_mounts;
326 for (check = hfs_mounts; check; check = check->next) in v_resolve()