Lines Matching refs:F_WRLCK
457 return F_WRLCK;
481 case F_WRLCK:
889 if (sys_flc->flc_type == F_WRLCK)
891 if (caller_flc->flc_type == F_WRLCK)
1551 new_fl = lease_alloc(NULL, want_write ? F_WRLCK : F_RDLCK);
1667 if (flc && flc->flc_type == F_WRLCK)
1686 * %F_WRLCK to indicate an exclusive lease is held.
1752 else if (arg != F_WRLCK)
1833 if (arg == F_WRLCK)
1936 case F_WRLCK:
2283 && flock->l_type != F_WRLCK)
2391 case F_WRLCK:
2492 && flock->l_type != F_WRLCK)
2813 seq_printf(f, "%s ", (type == F_WRLCK) ? "WRITE" :