F_WRLCK 502 fs/afs/flock.c fl->fl_type = F_WRLCK; F_WRLCK 671 fs/cifs/file.c if (pfLock->fl_type == F_WRLCK) { F_WRLCK 94 fs/dlm/plock.c op->info.ex = (fl->fl_type == F_WRLCK); F_WRLCK 277 fs/dlm/plock.c op->info.ex = (fl->fl_type == F_WRLCK); F_WRLCK 307 fs/dlm/plock.c fl->fl_type = (op->info.ex) ? F_WRLCK : F_RDLCK; F_WRLCK 1269 fs/fuse/file.c case F_WRLCK: F_WRLCK 663 fs/gfs2/ops_file.c state = (fl->fl_type == F_WRLCK) ? LM_ST_EXCLUSIVE : LM_ST_SHARED; F_WRLCK 235 fs/lockd/xdr.c argp->lock.fl.fl_type = F_WRLCK; F_WRLCK 260 fs/lockd/xdr.c argp->lock.fl.fl_type = F_WRLCK; F_WRLCK 280 fs/lockd/xdr.c argp->lock.fl.fl_type = F_WRLCK; F_WRLCK 396 fs/lockd/xdr.c *p++ = (lock->fl.fl_type == F_WRLCK)? xdr_one : xdr_zero; F_WRLCK 423 fs/lockd/xdr.c fl->fl_type = excl? F_WRLCK : F_RDLCK; F_WRLCK 446 fs/lockd/xdr.c *p++ = (lock->fl.fl_type == F_WRLCK)? xdr_one : xdr_zero; F_WRLCK 463 fs/lockd/xdr.c *p++ = (lock->fl.fl_type == F_WRLCK)? xdr_one : xdr_zero; F_WRLCK 242 fs/lockd/xdr4.c argp->lock.fl.fl_type = F_WRLCK; F_WRLCK 267 fs/lockd/xdr4.c argp->lock.fl.fl_type = F_WRLCK; F_WRLCK 287 fs/lockd/xdr4.c argp->lock.fl.fl_type = F_WRLCK; F_WRLCK 403 fs/lockd/xdr4.c *p++ = (lock->fl.fl_type == F_WRLCK)? xdr_one : xdr_zero; F_WRLCK 431 fs/lockd/xdr4.c fl->fl_type = excl? F_WRLCK : F_RDLCK; F_WRLCK 454 fs/lockd/xdr4.c *p++ = (lock->fl.fl_type == F_WRLCK)? xdr_one : xdr_zero; F_WRLCK 471 fs/lockd/xdr4.c *p++ = (lock->fl.fl_type == F_WRLCK)? xdr_one : xdr_zero; F_WRLCK 263 fs/locks.c return F_WRLCK; F_WRLCK 297 fs/locks.c case F_WRLCK: F_WRLCK 404 fs/locks.c case F_WRLCK: F_WRLCK 600 fs/locks.c if (sys_fl->fl_type == F_WRLCK) F_WRLCK 602 fs/locks.c if (caller_fl->fl_type == F_WRLCK) F_WRLCK 1106 fs/locks.c fl.fl_type = (read_write == FLOCK_VERIFY_WRITE) ? F_WRLCK : F_RDLCK; F_WRLCK 1185 fs/locks.c new_fl = lease_alloc(NULL, mode & FMODE_WRITE ? F_WRLCK : F_RDLCK); F_WRLCK 1205 fs/locks.c } else if (flock->fl_type & F_WRLCK) { F_WRLCK 1284 fs/locks.c if (flock && IS_LEASE(flock) && (flock->fl_type & F_WRLCK)) F_WRLCK 1375 fs/locks.c if ((arg == F_WRLCK) F_WRLCK 1407 fs/locks.c (arg == F_WRLCK && ((rdlease_count + wrlease_count) > 0))) F_WRLCK 1675 fs/locks.c if ((flock.l_type != F_RDLCK) && (flock.l_type != F_WRLCK)) F_WRLCK 1811 fs/locks.c case F_WRLCK: F_WRLCK 1860 fs/locks.c if ((flock.l_type != F_RDLCK) && (flock.l_type != F_WRLCK)) F_WRLCK 1929 fs/locks.c case F_WRLCK: F_WRLCK 2129 fs/locks.c : (fl->fl_type & F_WRLCK) ? "WRITE" : "READ "); F_WRLCK 865 fs/nfs/nfs4xdr.c if ((fl->fl_type & (F_RDLCK|F_WRLCK|F_UNLCK)) == F_RDLCK) F_WRLCK 3284 fs/nfs/nfs4xdr.c fl->fl_type = F_WRLCK; F_WRLCK 1663 fs/nfsd/nfs4state.c fl.fl_type = flag == NFS4_OPEN_DELEGATE_READ? F_RDLCK: F_WRLCK; F_WRLCK 2713 fs/nfsd/nfs4state.c file_lock.fl_type = F_WRLCK; F_WRLCK 2813 fs/nfsd/nfs4state.c file_lock.fl_type = F_WRLCK; F_WRLCK 46 fs/ocfs2/locks.c if (fl->fl_type == F_WRLCK)