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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_cnode.c1020 VTOC(dvp)->c_lockowner == current_thread()) {
1743 if (cp->c_lockowner == thread) {
1755 cp->c_lockowner = HFS_SHARED_OWNER;
1759 cp->c_lockowner = thread;
1792 if (hfsmp->hfs_catalog_cp && hfsmp->hfs_catalog_cp->c_lockowner == thread) {
1795 if (hfsmp->hfs_attribute_cp && hfsmp->hfs_attribute_cp->c_lockowner == thread) {
1798 if (hfsmp->hfs_extents_cp && hfsmp->hfs_extents_cp->c_lockowner == thread) {
1968 lockowner = cp->c_lockowner;
1970 cp->c_lockowner = NULL;
H A Dhfs_vfsutils.c1050 if (hfsmp->hfs_attribute_cp && hfsmp->hfs_attribute_cp->c_lockowner == current_thread()) {
1053 if (hfsmp->hfs_startup_cp && hfsmp->hfs_startup_cp->c_lockowner == current_thread()) {
1056 if (hfsmp-> hfs_extents_cp && hfsmp->hfs_extents_cp->c_lockowner == current_thread()) {
1080 if (hfsmp->hfs_startup_cp && hfsmp->hfs_startup_cp->c_lockowner == current_thread()) {
1083 if (hfsmp->hfs_extents_cp && hfsmp->hfs_extents_cp->c_lockowner == current_thread()) {
1105 if (hfsmp-> hfs_extents_cp && hfsmp->hfs_extents_cp->c_lockowner == current_thread()) {
1236 locked = VTOC(vp)->c_lockowner == (void *)current_thread();
2895 if (hfsmp->hfs_catalog_cp && hfsmp->hfs_catalog_cp->c_lockowner == thread) {
2898 if (hfsmp->hfs_attribute_cp && hfsmp->hfs_attribute_cp->c_lockowner == thread) {
2901 if (hfsmp->hfs_extents_cp && hfsmp->hfs_extents_cp->c_lockowner
[all...]
H A Dhfs_cnode.h135 void * c_lockowner; /* cnode's lock owner (exclusive case only) */ member in struct:cnode
H A Dhfs_cprotect.c766 cp->c_lockowner = current_thread();
H A Dhfs_readwrite.c2553 if (VTOC(vp)->c_lockowner != current_thread()) {
3944 if ((fp->ff_bytesread + bytesread) > 0x00000000ffffffff && cp->c_lockowner != current_thread()) {
4172 if (cp->c_lockowner != current_thread()) {
4222 if (cp->c_lockowner != current_thread()) {
H A Dhfs_catalog.c147 if (hfsmp->hfs_catalog_cp->c_lockowner != current_thread())
163 if (hfsmp->hfs_catalog_cp->c_lockowner != current_thread())
H A Dhfs_vnops.c5559 if (cp->c_lockowner != current_thread()) {
5569 cp->c_lockowner = current_thread();
H A Dhfs_vfsops.c4824 if (cp != hfsmp->hfs_allocation_cp && cp->c_lockowner != current_thread())

Completed in 111 milliseconds