Lines Matching refs:F_RDLCK
88 return F_RDLCK;
418 return F_RDLCK;
443 case F_RDLCK:
1367 case F_RDLCK:
1415 lease_modify(fl, F_RDLCK, dispose);
1480 new_fl = lease_alloc(NULL, want_write ? F_WRLCK : F_RDLCK);
1613 * %F_RDLCK to indicate a shared lease is held.
1621 * %F_RDLCK to indicate an exclusive lease needs to be
1679 if (arg == F_RDLCK)
1878 case F_RDLCK:
2232 if (flock->l_type != F_RDLCK && flock->l_type != F_WRLCK)
2333 case F_RDLCK:
2438 if (flock->l_type != F_RDLCK && flock->l_type != F_WRLCK)
2757 (type == F_RDLCK) ? "READ" : "UNLCK");