Searched refs:c_lockowner (Results 1 - 8 of 8) sorted by relevance

/xnu-2782.1.97/bsd/hfs/
H A Dhfs_cnode.c1050 VTOC(dvp)->c_lockowner == current_thread()) {
2002 if (cp->c_lockowner == thread) {
2012 cp->c_lockowner = HFS_SHARED_OWNER;
2016 cp->c_lockowner = thread;
2047 if (hfsmp->hfs_catalog_cp && hfsmp->hfs_catalog_cp->c_lockowner == thread) {
2050 if (hfsmp->hfs_attribute_cp && hfsmp->hfs_attribute_cp->c_lockowner == thread) {
2053 if (hfsmp->hfs_extents_cp && hfsmp->hfs_extents_cp->c_lockowner == thread) {
2216 if (cp->c_lockowner == thread) {
2243 cp->c_lockowner = NULL;
2456 if (cp->c_lockowner
[all...]
H A Dhfs_cnode.h136 thread_t c_lockowner; /* cnode's lock owner (exclusive case only) */ member in struct:cnode
H A Dhfs_vfsutils.c1330 if (hfsmp->hfs_attribute_cp && hfsmp->hfs_attribute_cp->c_lockowner == current_thread()) {
1333 if (hfsmp->hfs_startup_cp && hfsmp->hfs_startup_cp->c_lockowner == current_thread()) {
1336 if (hfsmp-> hfs_extents_cp && hfsmp->hfs_extents_cp->c_lockowner == current_thread()) {
1360 if (hfsmp->hfs_startup_cp && hfsmp->hfs_startup_cp->c_lockowner == current_thread()) {
1363 if (hfsmp->hfs_extents_cp && hfsmp->hfs_extents_cp->c_lockowner == current_thread()) {
1387 if (hfsmp-> hfs_extents_cp && hfsmp->hfs_extents_cp->c_lockowner == current_thread()) {
1544 locked = VTOC(vp)->c_lockowner == current_thread();
3293 if (hfsmp->hfs_catalog_cp && hfsmp->hfs_catalog_cp->c_lockowner == thread) {
3296 if (hfsmp->hfs_attribute_cp && hfsmp->hfs_attribute_cp->c_lockowner == thread) {
3299 if (hfsmp->hfs_extents_cp && hfsmp->hfs_extents_cp->c_lockowner
[all...]
H A Dhfs_readwrite.c2950 if (VTOC(vp)->c_lockowner != current_thread()) {
3850 bool caller_has_cnode_lock = (cp->c_lockowner == current_thread());
4468 if ((fp->ff_bytesread + bytesread) > 0x00000000ffffffff && cp->c_lockowner != current_thread()) {
4696 if (cp->c_lockowner != current_thread()) {
4746 if (cp->c_lockowner != current_thread()) {
H A Dhfs_cprotect.c889 cp->c_lockowner = current_thread();
H A Dhfs_resize.c945 if (cp != hfsmp->hfs_allocation_cp && cp->c_lockowner != current_thread())
H A Dhfs_catalog.c343 if (hfsmp->hfs_catalog_cp->c_lockowner != current_thread())
359 if (hfsmp->hfs_catalog_cp->c_lockowner != current_thread())
H A Dhfs_vnops.c6671 if (cp->c_lockowner != current_thread()) {
6678 cp->c_lockowner = current_thread();

Completed in 102 milliseconds