Searched refs:lckdat (Results 1 – 1 of 1) sorted by relevance
294 ofdlock(file_t *fp, int fcmd, flock64_t *lckdat, int flag, u_offset_t offset) in ofdlock() argument311 VERIFY(lckdat->l_whence == 0); in ofdlock()312 VERIFY(lckdat->l_start == 0); in ofdlock()313 VERIFY(lckdat->l_len == 0); in ofdlock()322 lckdat->l_pid = 0; in ofdlock()323 lckdat->l_sysid = 0; in ofdlock()329 ((lckdat->l_type == F_RDLCK && (flag & FREAD) == 0) || in ofdlock()330 (lckdat->l_type == F_WRLCK && (flag & FWRITE) == 0))) in ofdlock()336 if (lckdat->l_type == F_UNLCK || !(cmd & SETFLCK)) { in ofdlock()363 error = flk_convert_lock_data(vp, lckdat, &lock_request->l_start, in ofdlock()[all …]