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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs.h322 void *hfs_downgrading_proc; /* process who's downgrading to rdonly */ member in struct:hfsmount
H A Dhfs_vfsops.c266 hfsmp->hfs_downgrading_proc = current_thread();
273 hfsmp->hfs_downgrading_proc = NULL;
286 hfsmp->hfs_downgrading_proc = NULL;
346 hfsmp->hfs_downgrading_proc = NULL;
354 hfsmp->hfs_downgrading_proc = NULL;
438 hfsmp->hfs_downgrading_proc = NULL;
H A Dhfs_vfsutils.c2918 (hfsmp->hfs_downgrading_proc != thread)) {

Completed in 79 milliseconds