Lines Matching defs:of
4 * The contents of this file are subject to the terms of the
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
17 * information: Portions Copyright [yyyy] [name of copyright owner]
56 * Return the number of range locks on the specified ofile.
59 smb_lock_get_lock_count(smb_node_t *node, smb_ofile_t *of)
66 SMB_OFILE_VALID(of);
74 if (lock->l_file == of)
124 * Checks for integrity of file lock operation for the given range of file data.
125 * This is performed by applying lock rules with all the elements of the node
197 * should be returned instead of NT_STATUS_LOCK_NOT_GRANTED.
198 * All of this appears to be specific to SMB1
366 * An SMB variant of nbl_conflict().
376 * NB: This function used to also check the list of ofiles,
419 * smb_is_range_unlocked on a sliding basis to unlock all bits of the lock
470 * Zero-length byte range locks actually affect no single byte of the stream,
514 * irrespective of pid of smb client issuing lock request.
516 * 2. Read lock in the overlapped region of write lock
553 * locks can overlapped irrespective of pids.
587 * write lock for node->n_lock_list so that the set of active locks can't
610 * Wait up till the timeout time keeping track of actual
624 * l_conflict_list is currently a fancy way of representing
632 * l_blocked_by is the reverse of the conflict list. It
635 * debug purposes -- there are windows of time when
680 * allowed and there is no other precise way of locating
691 * of lock record in node lock request or
807 * The return code and the value of new_mark must be interpreted as
867 /* the first part of this range is locked */