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

/freebsd-10.0-release/usr.sbin/rpc.lockd/
H A Dlockd_lock.c164 struct file_lock * allocate_file_lock(const netobj *lockowner,
390 allocate_file_lock(const netobj *lockowner, const netobj *matchcookie, argument
410 newfl->client.oh.n_bytes = malloc(lockowner->n_len);
415 newfl->client.oh.n_len = lockowner->n_len;
416 bcopy(lockowner->n_bytes, newfl->client.oh.n_bytes, lockowner->n_len);
/freebsd-10.0-release/sys/fs/nfsclient/
H A Dnfs_clstate.c34 * - A lockowner is used to determine lock contention, so it
38 * - provides a serial sequencing of Open/Close/Lock-with-new-lockowner
43 * all Open, Close and Lock (with a new lockowner) Ops.
469 * found, return either a lockowner stateid or the open stateid.
606 * Search for a matching file, mode and, optionally, lockowner.
643 /* Now look for a matching lockowner. */
1010 /* Now, find an open and maybe a lockowner. */
1029 * Get the related Open and maybe lockowner.
1052 * Ok, see if a lockowner exists and create one, as required.
1172 /* Look for this lockowner
2780 nfscl_dumpstate(struct nfsmount *nmp, int openowner, int opens, int lockowner, int locks) argument
[all...]

Completed in 176 milliseconds