Lines Matching refs:F_RDLCK
193 return F_RDLCK;
468 return F_RDLCK;
507 case F_RDLCK:
1406 case F_RDLCK:
1454 lease_modify(fl, F_RDLCK, dispose);
1519 new_fl = lease_alloc(NULL, want_write ? F_WRLCK : F_RDLCK);
1652 * %F_RDLCK to indicate a shared lease is held.
1660 * %F_RDLCK to indicate an exclusive lease needs to be
1718 if (arg == F_RDLCK)
1917 case F_RDLCK:
2266 if (flock->l_type != F_RDLCK && flock->l_type != F_WRLCK)
2367 case F_RDLCK:
2472 if (flock->l_type != F_RDLCK && flock->l_type != F_WRLCK)
2777 (type == F_RDLCK) ? "READ" : "UNLCK");