Lines Matching refs:F_RDLCK
89 return F_RDLCK;
419 return F_RDLCK;
444 case F_RDLCK:
1383 case F_RDLCK:
1431 lease_modify(fl, F_RDLCK, dispose);
1496 new_fl = lease_alloc(NULL, want_write ? F_WRLCK : F_RDLCK);
1629 * %F_RDLCK to indicate a shared lease is held.
1637 * %F_RDLCK to indicate an exclusive lease needs to be
1695 if (arg == F_RDLCK)
1888 case F_RDLCK:
2218 if (cmd != F_OFD_GETLK && flock->l_type != F_RDLCK
2321 case F_RDLCK:
2426 if (cmd != F_OFD_GETLK && flock->l_type != F_RDLCK
2746 (type == F_RDLCK) ? "READ" : "UNLCK");