Lines Matching refs:l_len
311 bf.l_len = (off64_t)obf.l_len; in fcntl()
329 bf.l_len = (off64_t)sbf.l_len; in fcntl()
343 bf.l_len = (off64_t)sbf32.l_len; in fcntl()
358 bf.l_len != 0) { in fcntl()
374 bf.l_len != 0) { in fcntl()
428 obf.l_len = (int32_t)bf.l_len; in fcntl()
448 if (bf.l_start > maxoffset || bf.l_len > maxoffset) { in fcntl()
467 sbf.l_len = (off_t)bf.l_len; in fcntl()
477 bf.l_len > MAXOFF32_T) { in fcntl()
486 sbf32.l_len = (off32_t)bf.l_len; in fcntl()
547 bf.l_len = (off64_t)sbf32.l_len; in fcntl()
584 bf.l_len = bf64_32.l_len; in fcntl()
598 if (vp->v_type == VREG && bf.l_len == 0 && in fcntl()
699 bf.l_len = bf64_32.l_len; in fcntl()
709 bf.l_len != 0) { in fcntl()
725 bf.l_len != 0) { in fcntl()
779 bf64_32.l_len = bf.l_len; in fcntl()
870 if (flp->l_len == 0) in flock_check()
872 else if ((offset_t)flp->l_len > 0) { in flock_check()
873 if (flp->l_len > (max - start + 1)) in flock_check()
875 end = (u_offset_t)(start + (flp->l_len - 1)); in flock_check()
884 start += (u_offset_t)flp->l_len; in flock_check()
891 if (flp->l_type == F_UNLCK && flp->l_len > 0 && in flock_check()
893 flp->l_len = 0; in flock_check()