Searched refs:allocate_file_lock (Results 1 - 1 of 1) 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,
386 * allocate_file_lock: Create a lock with the given parameters
390 allocate_file_lock(const netobj *lockowner, const netobj *matchcookie, function
944 *left_lock = allocate_file_lock(&exist_lock->client.oh, &exist_lock->client_cookie, exist_lock->addr, exist_lock->client_name);
958 *right_lock = allocate_file_lock(&exist_lock->client.oh, &exist_lock->client_cookie, exist_lock->addr, exist_lock->client_name);
1938 newfl = allocate_file_lock(&lckarg->alock.oh, &lckarg->cookie,

Completed in 68 milliseconds