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

/freebsd-11-stable/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-11-stable/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.
493 * found, return either a lockowner stateid or the open stateid.
645 * Search for a matching file, mode and, optionally, lockowner.
682 /* Now look for a matching lockowner. */
1070 /* Now, find an open and maybe a lockowner. */
1089 * Get the related Open and maybe lockowner.
1112 * Ok, see if a lockowner exists and create one, as required.
1232 /* Look for this lockowner
2861 nfscl_dumpstate(struct nfsmount *nmp, int openowner, int opens, int lockowner, int locks) argument
[all...]

Completed in 175 milliseconds