Lines Matching refs:F_RDLCK
193 return F_RDLCK; in target_leasetype()
468 return F_RDLCK; in flock_translate_cmd()
507 case F_RDLCK: in assign_type()
1503 case F_RDLCK: in lease_clear_pending()
1551 lease_modify(fl, F_RDLCK, dispose); in time_out_leases()
1616 new_fl = lease_alloc(NULL, want_write ? F_WRLCK : F_RDLCK); in __break_lease()
1812 if (arg == F_RDLCK) in check_conflicting_open()
2011 case F_RDLCK: in generic_setlease()
2360 if (flock->l_type != F_RDLCK && flock->l_type != F_WRLCK) in fcntl_getlk()
2462 case F_RDLCK: in check_fmode_for_setlk()
2574 if (flock->l_type != F_RDLCK && flock->l_type != F_WRLCK) in fcntl_getlk64()
2884 (type == F_RDLCK) ? "READ" : "UNLCK"); in lock_get_status()