Home | Sort by: relevance | last modified time | path |
/src/sys/fs/hfs/ | |
hfs_vfsops.c | 429 cbargs.closevol = (void*)&argsclose; 652 callbacks.closevol = hfs_libcb_closedev; |
libhfs.h | 513 void* closevol; member in struct:__anon46ade0a12608 534 /* closevol(in_volume, cbargs) */ 535 void (*closevol) (hfs_volume*, hfs_callback_args*); member in struct:__anon46ade0a12708 |
libhfs.c | 2252 if (hfs_gcb.closevol != NULL) 2253 hfs_gcb.closevol(in_vol, cbargs); |