Searched refs:hfs_attribute_cp (Results 1 - 5 of 5) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_btreeio.c602 (void) msleep(hfsmp->hfs_attribute_cp, &hfsmp->hfs_mutex,
742 hfsmp->hfs_attribute_cp = VTOC(vp);
769 wakeup((caddr_t)hfsmp->hfs_attribute_cp);
H A Dhfs_link.c1177 if (hfsmp->hfs_attribute_cp == NULL) {
1209 btfile = hfsmp->hfs_attribute_cp->c_datafork;
1239 if (hfsmp->hfs_attribute_cp == NULL) {
1256 btfile = hfsmp->hfs_attribute_cp->c_datafork;
H A Dhfs_vfsutils.c545 hfsmp->hfs_attribute_cp = VTOC(hfsmp->hfs_attribute_vp);
546 hfs_unlock(hfsmp->hfs_attribute_cp);
866 if (hfsmp->hfs_attribute_cp && hfsmp->hfs_attribute_cp->c_lockowner == current_thread()) {
899 if (hfsmp->hfs_attribute_cp) {
900 (void) hfs_lock(hfsmp->hfs_attribute_cp, locktype);
983 if (flags & SFL_ATTRIBUTE && hfsmp->hfs_attribute_cp) {
993 hfs_unlock(hfsmp->hfs_attribute_cp);
2406 if (hfsmp->hfs_attribute_cp && hfsmp->hfs_attribute_cp
[all...]
H A Dhfs_cnode.c1036 if (hfsmp->hfs_attribute_cp && hfsmp->hfs_attribute_cp->c_lockowner == thread) {
H A Dhfs.h146 struct cnode * hfs_attribute_cp; member in struct:hfsmount

Completed in 38 milliseconds