Lines Matching refs:F_WRLCK
421 return F_WRLCK;
445 case F_WRLCK:
845 if (sys_fl->fl_type == F_WRLCK)
847 if (caller_fl->fl_type == F_WRLCK)
1496 new_fl = lease_alloc(NULL, want_write ? F_WRLCK : F_RDLCK);
1612 if (fl && (fl->fl_type == F_WRLCK))
1631 * %F_WRLCK to indicate an exclusive lease is held.
1697 else if (arg != F_WRLCK)
1774 if (arg == F_WRLCK)
1889 case F_WRLCK:
2219 && flock->l_type != F_WRLCK)
2325 case F_WRLCK:
2427 && flock->l_type != F_WRLCK)
2745 seq_printf(f, "%s ", (type == F_WRLCK) ? "WRITE" :