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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_cnode.c89 (hfsmp->hfs_freezing_proc == p)) {
923 (hfsmp->hfs_freezing_proc != NULL) ||
H A Dhfs.h269 void *hfs_freezing_proc; /* who froze the fs */ member in struct:hfsmount
H A Dhfs_readwrite.c1599 hfsmp->hfs_freezing_proc = current_proc();
1610 if (hfsmp->hfs_freezing_proc != current_proc()) {
1617 hfsmp->hfs_freezing_proc = NULL;
H A Dhfs_vnops.c349 if (hfsmp->hfs_freezing_proc == p && proc_exiting(p)) {
350 hfsmp->hfs_freezing_proc = NULL;

Completed in 17 milliseconds