Lines Matching refs:F_RDLCK
88 return F_RDLCK;
418 return F_RDLCK;
457 case F_RDLCK:
1381 case F_RDLCK:
1429 lease_modify(fl, F_RDLCK, dispose);
1494 new_fl = lease_alloc(NULL, want_write ? F_WRLCK : F_RDLCK);
1627 * %F_RDLCK to indicate a shared lease is held.
1635 * %F_RDLCK to indicate an exclusive lease needs to be
1693 if (arg == F_RDLCK)
1892 case F_RDLCK:
2252 if (flock->l_type != F_RDLCK && flock->l_type != F_WRLCK)
2353 case F_RDLCK:
2458 if (flock->l_type != F_RDLCK && flock->l_type != F_WRLCK)
2754 (type == F_RDLCK) ? "READ" : "UNLCK");