Searched defs:new_mark (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_lock.c426 uint64_t new_mark; local
433 new_mark = 0;
440 lock->l_file->f_uniqid, llist, &new_mark);
442 if (new_mark) {
445 new_unlock.l_length = new_mark - unlock_start;
448 unlock_start = new_mark;
457 } else if (new_mark) {
458 unlock_start = new_mark;
807 * The return code and the value of new_mark must be interpreted as
810 * B_TRUE and (new_mark
825 smb_is_range_unlocked(uint64_t start, uint64_t end, uint32_t uniqid, smb_llist_t *llist_head, uint64_t *new_mark) argument
[all...]

Completed in 59 milliseconds