Symbol: F_RDLCK
arch/um/os-Linux/file.c
576
int type = excl ? F_WRLCK : F_RDLCK;
fs/9p/vfs_file.c
144
case F_RDLCK:
fs/9p/vfs_file.c
262
fl->c.flc_type = F_RDLCK;
fs/afs/flock.c
115
unsigned int type = F_RDLCK;
fs/afs/flock.c
746
fl->c.flc_type = F_RDLCK;
fs/ceph/locks.c
134
fl->c.flc_type = F_RDLCK;
fs/ceph/locks.c
423
case F_RDLCK:
fs/dlm/plock.c
463
fl->c.flc_type = (op->info.ex) ? F_WRLCK : F_RDLCK;
fs/fuse/file.c
2465
case F_RDLCK:
fs/lockd/clnt4xdr.c
247
encode_bool(xdr, lock->fl.c.flc_type == F_RDLCK);
fs/lockd/clnt4xdr.c
285
fl->c.flc_type = exclusive != 0 ? F_WRLCK : F_RDLCK;
fs/lockd/clntxdr.c
243
encode_bool(xdr, lock->fl.c.flc_type == F_RDLCK);
fs/lockd/clntxdr.c
281
fl->c.flc_type = exclusive != 0 ? F_WRLCK : F_RDLCK;
fs/lockd/svc4proc.c
1009
&xdr_lock, F_RDLCK);
fs/lockd/svc4proc.c
1077
&xdr_lock, F_RDLCK);
fs/lockd/svc4proc.c
252
unsigned char type = argp->xdrgen.exclusive ? F_WRLCK : F_RDLCK;
fs/lockd/svc4proc.c
278
holder->exclusive = (conf->fl.c.flc_type != F_RDLCK);
fs/lockd/svc4proc.c
301
unsigned char type = argp->xdrgen.exclusive ? F_WRLCK : F_RDLCK;
fs/lockd/svc4proc.c
411
unsigned char type = argp->xdrgen.exclusive ? F_WRLCK : F_RDLCK;
fs/lockd/svc4proc.c
594
unsigned char type = argp->xdrgen.exclusive ? F_WRLCK : F_RDLCK;
fs/lockd/svc4proc.c
654
unsigned char type = argp->xdrgen.exclusive ? F_WRLCK : F_RDLCK;
fs/lockd/svc4proc.c
716
unsigned char type = argp->xdrgen.exclusive ? F_WRLCK : F_RDLCK;
fs/lockd/svcproc.c
1034
&xdr_lock, F_RDLCK);
fs/lockd/svcproc.c
1097
&xdr_lock, F_RDLCK);
fs/lockd/svcproc.c
268
unsigned char type = argp->xdrgen.exclusive ? F_WRLCK : F_RDLCK;
fs/lockd/svcproc.c
295
holder->exclusive = (conf->fl.c.flc_type != F_RDLCK);
fs/lockd/svcproc.c
322
unsigned char type = argp->xdrgen.exclusive ? F_WRLCK : F_RDLCK;
fs/lockd/svcproc.c
418
unsigned char type = argp->xdrgen.exclusive ? F_WRLCK : F_RDLCK;
fs/lockd/svcproc.c
604
unsigned char type = argp->xdrgen.exclusive ? F_WRLCK : F_RDLCK;
fs/lockd/svcproc.c
669
unsigned char type = argp->xdrgen.exclusive ? F_WRLCK : F_RDLCK;
fs/lockd/svcproc.c
733
unsigned char type = argp->xdrgen.exclusive ? F_WRLCK : F_RDLCK;
fs/locks.c
1495
case F_RDLCK:
fs/locks.c
1544
lease_modify(fl, F_RDLCK, dispose);
fs/locks.c
1692
new_fl = lease_alloc(NULL, type, want_write ? F_WRLCK : F_RDLCK);
fs/locks.c
2060
case F_RDLCK:
fs/locks.c
2446
if (cmd != F_OFD_GETLK && flock->l_type != F_RDLCK
fs/locks.c
2551
case F_RDLCK:
fs/locks.c
2655
if (cmd != F_OFD_GETLK && flock->l_type != F_RDLCK
fs/locks.c
2978
(type == F_RDLCK) ? "READ" : "UNLCK");
fs/locks.c
474
return F_RDLCK;
fs/locks.c
499
case F_RDLCK:
fs/locks.c
614
if (arg == F_RDLCK)
fs/locks.c
92
return F_RDLCK;
fs/nfs/nfs4proc.c
7739
case F_RDLCK:
fs/nfs/nfs4proc.c
7764
fmode_t type = arg == F_RDLCK ? FMODE_READ : FMODE_WRITE;
fs/nfs/nfs4proc.c
7782
case F_RDLCK:
fs/nfs/nfs4xdr.c
5133
fl->c.flc_type = F_RDLCK;
fs/nfsd/nfs4layouts.c
207
fl->c.flc_type = F_RDLCK;
fs/nfsd/nfs4state.c
6055
fl->c.flc_type = deleg_is_read(dp->dl_type) ? F_RDLCK : F_WRLCK;
fs/nfsd/nfs4state.c
8177
if (fl->c.flc_type != F_RDLCK)
fs/nfsd/nfs4state.c
8523
type = F_RDLCK;
fs/nfsd/nfs4state.c
8727
file_lock->c.flc_type = F_RDLCK;
fs/smb/client/cifsfs.c
1152
((arg == F_RDLCK) && CIFS_CACHE_READ(CIFS_I(inode))) ||
fs/smb/client/cifssmb.c
2384
pLockData->c.flc_type = F_RDLCK;
fs/smb/client/file.c
1713
flock->c.flc_type = F_RDLCK;
fs/smb/client/file.c
1993
if (ftype == F_RDLCK || ftype == F_SHLCK)
fs/smb/client/file.c
2170
flock->c.flc_type = F_RDLCK;
fs/smb/server/smb2pdu.c
7965
flock->c.flc_type = F_RDLCK;
fs/smb/server/smb2pdu.c
7978
flock->c.flc_type = F_RDLCK;
include/linux/filelock.h
186
return fl->c.flc_type == F_RDLCK;
include/trace/events/afs.h
453
EM(F_RDLCK, "RDLCK") \
include/trace/events/filelock.h
38
{ F_RDLCK, "F_RDLCK" }, \
include/trace/misc/fs.h
98
{ F_RDLCK, "RDLCK" }, \
include/uapi/asm-generic/fcntl.h
175
#ifndef F_RDLCK
tools/testing/selftests/filelock/ofdlocks.c
51
fl.l_type = F_RDLCK;
tools/testing/selftests/filelock/ofdlocks.c
60
fl.l_type = F_RDLCK;