Searched refs:hfs_downgrading_proc (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs.h270 void *hfs_downgrading_proc; /* process who's downgrading to rdonly */ member in struct:hfsmount
H A Dhfs_vfsops.c229 hfsmp->hfs_downgrading_proc = current_thread();
236 hfsmp->hfs_downgrading_proc = NULL;
246 hfsmp->hfs_downgrading_proc = NULL;
267 hfsmp->hfs_downgrading_proc = NULL;
284 hfsmp->hfs_downgrading_proc = NULL;
344 hfsmp->hfs_downgrading_proc = NULL;
H A Dhfs_vfsutils.c2426 (hfsmp->hfs_downgrading_proc != thread)) {

Completed in 87 milliseconds