Lines Matching refs:l_whence
309 bf.l_whence = obf.l_whence; in fcntl()
327 bf.l_whence = sbf.l_whence; in fcntl()
341 bf.l_whence = sbf32.l_whence; in fcntl()
357 if (bf.l_whence != 0 || bf.l_start != 0 || in fcntl()
373 if (bf.l_whence != 0 || bf.l_start != 0 || in fcntl()
426 obf.l_whence = (int16_t)bf.l_whence; in fcntl()
465 sbf.l_whence = bf.l_whence; in fcntl()
484 sbf32.l_whence = (int16_t)bf.l_whence; in fcntl()
545 bf.l_whence = sbf32.l_whence; in fcntl()
582 bf.l_whence = (short)bf64_32.l_whence; in fcntl()
697 bf.l_whence = (short)bf64_32.l_whence; in fcntl()
708 if (bf.l_whence != 0 || bf.l_start != 0 || in fcntl()
724 if (bf.l_whence != 0 || bf.l_start != 0 || in fcntl()
777 bf64_32.l_whence = (int16_t)bf.l_whence; in fcntl()
840 switch (flp->l_whence) { in flock_check()
910 switch (flp->l_whence) { in flock_get_start()