Lines Matching refs:F_RDLCK
153 return F_RDLCK;
359 return F_RDLCK;
395 case F_RDLCK:
1253 fl.fl_type = (read_write == FLOCK_VERIFY_WRITE) ? F_WRLCK : F_RDLCK;
1297 case F_RDLCK:
1345 lease_modify(fl, F_RDLCK, dispose);
1397 new_fl = lease_alloc(NULL, want_write ? F_WRLCK : F_RDLCK);
1526 * %F_RDLCK to indicate a shared lease is held.
1534 * %F_RDLCK to indicate an exclusive lease needs to be
1584 if ((arg == F_RDLCK) && (atomic_read(&inode->i_writecount) > 0))
1768 case F_RDLCK:
2007 if ((flock.l_type != F_RDLCK) && (flock.l_type != F_WRLCK))
2114 case F_RDLCK:
2233 if ((flock.l_type != F_RDLCK) && (flock.l_type != F_WRLCK))