Home
last modified time | relevance | path

Searched refs:lk_start (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_lock.c1112 uint64_t lk_start; in smb_is_range_unlocked() local
1129 lk_start = lk->l_start; in smb_is_range_unlocked()
1139 if (lk_start > end) { in smb_is_range_unlocked()
1145 if ((lk_start <= start) && (lk_end >= end)) { in smb_is_range_unlocked()
1150 if ((start >= lk_start) && (start <= lk_end)) { in smb_is_range_unlocked()
1157 if ((lk_start >= start) && (lk_start <= end)) { in smb_is_range_unlocked()
1158 if (low_water_mark > lk_start) in smb_is_range_unlocked()
1159 low_water_mark = lk_start; in smb_is_range_unlocked()
H A Dsmb2_durable.c79 uint64_t lk_start; member
778 nlp->lk_start, in smb2_dh_import_handle()
1259 nlp->lk_start = lock->l_start; in smb2_dh_update_locks()