Searched refs:hfs_freezing_proc (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs.h321 void *hfs_freezing_proc; /* who froze the fs */ member in struct:hfsmount
H A Dhfs_cnode.c651 (hfsmp->hfs_freezing_proc == p)) {
1671 (hfsmp->hfs_freezing_proc != NULL) ||
H A Dhfs_readwrite.c1977 hfsmp->hfs_freezing_proc = current_proc();
1990 if (hfsmp->hfs_freezing_proc != current_proc()) {
1997 hfsmp->hfs_freezing_proc = NULL;
H A Dhfs_vnops.c640 if (hfsmp->hfs_freezing_proc == p && proc_exiting(p)) {
641 hfsmp->hfs_freezing_proc = NULL;

Completed in 106 milliseconds