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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vfsutils.c609 hfsmp->hfs_attribute_cp = VTOC(hfsmp->hfs_attribute_vp);
610 hfs_unlock(hfsmp->hfs_attribute_cp);
925 hfsmp->hfs_attribute_cp = NULL;
1050 if (hfsmp->hfs_attribute_cp && hfsmp->hfs_attribute_cp->c_lockowner == current_thread()) {
1088 if (hfsmp->hfs_attribute_cp) {
1089 (void) hfs_lock(hfsmp->hfs_attribute_cp, locktype);
1177 if (flags & SFL_ATTRIBUTE && hfsmp->hfs_attribute_cp) {
1187 hfs_unlock(hfsmp->hfs_attribute_cp);
2657 if (hfsmp->hfs_attribute_cp) {
[all...]
H A Dhfs_btreeio.c641 (void) msleep(hfsmp->hfs_attribute_cp, &hfsmp->hfs_mutex,
863 hfsmp->hfs_attribute_cp = VTOC(vp);
902 wakeup((caddr_t)hfsmp->hfs_attribute_cp);
H A Dhfs_link.c1207 if (hfsmp->hfs_attribute_cp == NULL) {
1239 btfile = hfsmp->hfs_attribute_cp->c_datafork;
1269 if (hfsmp->hfs_attribute_cp == NULL) {
1286 btfile = hfsmp->hfs_attribute_cp->c_datafork;
H A Dhfs.h169 struct cnode * hfs_attribute_cp; member in struct:hfsmount
H A Dhfs_cnode.c1795 if (hfsmp->hfs_attribute_cp && hfsmp->hfs_attribute_cp->c_lockowner == thread) {

Completed in 40 milliseconds