Searched refs:lockowner (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Ddecmpfs.h85 void *lockowner; /* cnode's lock owner (if a thread is currently holding an exclusive lock) */ member in struct:decmpfs_cnode
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Ddecmpfs.c306 if (cp->lockowner == thread) {
312 cp->lockowner = thread;
317 cp->lockowner = (void *)-1;
328 if (cp->lockowner == thread) {
333 cp->lockowner = thread;
337 cp->lockowner = (void *)-1;
346 if (cp->lockowner == thread) {
352 cp->lockowner = NULL;
/macosx-10.10.1/NFS-82/rpc.lockd/
H A Dlockd_lock.c217 struct file_lock * allocate_file_lock(const netobj *lockowner,
432 allocate_file_lock(const netobj *lockowner, const netobj *filehandle, argument
452 newfl->client.oh.n_bytes = malloc(lockowner->n_len);
457 newfl->client.oh.n_len = lockowner->n_len;
458 bcopy(lockowner->n_bytes, newfl->client.oh.n_bytes, lockowner->n_len);

Completed in 114 milliseconds