Lines Matching refs:F_RDLCK
153 return F_RDLCK;
363 return F_RDLCK;
399 case F_RDLCK:
1255 fl.fl_type = (read_write == FLOCK_VERIFY_WRITE) ? F_WRLCK : F_RDLCK;
1299 case F_RDLCK:
1347 lease_modify(fl, F_RDLCK, dispose);
1399 new_fl = lease_alloc(NULL, want_write ? F_WRLCK : F_RDLCK);
1530 * %F_RDLCK to indicate a shared lease is held.
1538 * %F_RDLCK to indicate an exclusive lease needs to be
1590 if ((arg == F_RDLCK) && (atomic_read(&inode->i_writecount) > 0))
1773 case F_RDLCK:
2035 if ((flock.l_type != F_RDLCK) && (flock.l_type != F_WRLCK))
2142 case F_RDLCK:
2261 if ((flock.l_type != F_RDLCK) && (flock.l_type != F_WRLCK))