Home
last modified time | relevance | path

Searched refs:closevol (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/fs/hfs/
Dhfs_vfsops.c429 cbargs.closevol = (void*)&argsclose; in hfs_unmount()
652 callbacks.closevol = hfs_libcb_closedev; in hfs_init()
Dlibhfs.h513 void* closevol; member
535 void (*closevol) (hfs_volume*, hfs_callback_args*); member
Dlibhfs.c2252 if (hfs_gcb.closevol != NULL) in hfslib_closevoldevice()
2253 hfs_gcb.closevol(in_vol, cbargs); in hfslib_closevoldevice()