Home
last modified time | relevance | path

Searched refs:F_WRLCK (Results 1 – 22 of 22) sorted by relevance

/linux/arch/parisc/include/uapi/asm/
H A Dfcntl.h34 #define F_WRLCK 02 macro
/linux/arch/alpha/include/uapi/asm/
H A Dfcntl.h49 #define F_WRLCK 2 macro
/linux/arch/sparc/include/uapi/asm/
H A Dfcntl.h49 #define F_WRLCK 2 macro
/linux/tools/include/uapi/asm-generic/
H A Dfcntl.h
/linux/include/uapi/asm-generic/
H A Dfcntl.h165 #define F_WRLCK 1 macro
/linux/fs/lockd/
H A Dsvc4proc.c250 unsigned char type = argp->xdrgen.exclusive ? F_WRLCK : F_RDLCK; in nlm4svc_proc_test()
299 unsigned char type = argp->xdrgen.exclusive ? F_WRLCK : F_RDLCK; in nlm4svc_do_lock()
409 unsigned char type = argp->xdrgen.exclusive ? F_WRLCK : F_RDLCK; in nlm4svc_proc_cancel()
592 unsigned char type = argp->xdrgen.exclusive ? F_WRLCK : F_RDLCK; in __nlm4svc_proc_test_msg()
652 unsigned char type = argp->xdrgen.exclusive ? F_WRLCK : F_RDLCK; in __nlm4svc_proc_lock_msg()
712 unsigned char type = argp->xdrgen.exclusive ? F_WRLCK : F_RDLCK; in __nlm4svc_proc_cancel_msg()
/linux/include/trace/misc/
H A Dfs.h99 { F_WRLCK, "WRLCK" }, \
/linux/tools/testing/selftests/filelock/
H A Dofdlocks.c71 fl.l_type = F_WRLCK; in main()
/linux/fs/ceph/
H A Dlocks.c138 fl->c.flc_type = F_WRLCK; in ceph_lock_message()
422 case F_WRLCK: in lock_to_ceph_filelock()
/linux/fs/afs/
H A Dflock.c120 type = F_WRLCK; in afs_next_locker()
748 fl->c.flc_type = F_WRLCK; in afs_do_getlk()
/linux/arch/um/os-Linux/
H A Dfile.c576 int type = excl ? F_WRLCK : F_RDLCK; in os_lock_file()
/linux/fs/dlm/
H A Dplock.c463 fl->c.flc_type = (op->info.ex) ? F_WRLCK : F_RDLCK; in dlm_posix_get()
/linux/fs/smb/client/
H A Dfile.c1698 flock->c.flc_type = F_WRLCK; in cifs_lock_test()
2141 flock->c.flc_type = F_WRLCK; in cifs_getlk()
2158 flock->c.flc_type = F_WRLCK; in cifs_getlk()
H A Dcifsfs.c1130 ((arg == F_WRLCK) && CIFS_CACHE_WRITE(CIFS_I(inode)))) in cifs_setlease()
H A Dcifssmb.c2381 pLockData->c.flc_type = F_WRLCK; in CIFSSMBPosixLock()
/linux/tools/hv/
H A Dhv_kvp_daemon.c136 struct flock fl = {F_WRLCK, SEEK_SET, 0, 0, 0}; in kvp_acquire_lock()
/linux/include/trace/events/
H A Dafs.h454 EM(F_WRLCK, "WRLCK") \
/linux/security/apparmor/
H A Dlsm.c550 if (cmd == F_WRLCK) in apparmor_file_lock()
/linux/fs/nfsd/
H A Dnfs4state.c5947 fl->c.flc_type = deleg_is_read(dp->dl_type) ? F_RDLCK : F_WRLCK; in nfs4_alloc_init_lease()
8417 type = F_WRLCK; in nfsd4_lock()
8615 file_lock->c.flc_type = F_WRLCK; in nfsd4_lockt()
9389 if (fl->c.flc_type == F_WRLCK) { in nfsd4_deleg_getattr_conflict()
/linux/fs/fuse/
H A Dfile.c2445 case F_WRLCK: in convert_fuse_file_lock()
/linux/fs/smb/server/
H A Dsmb2pdu.c7408 flock->c.flc_type = F_WRLCK; in smb2_set_flock_flags()
7421 flock->c.flc_type = F_WRLCK; in smb2_set_flock_flags()
/linux/fs/nfs/
H A Dnfs4proc.c7742 case F_WRLCK: in nfs4_proc_lock()
7782 case F_WRLCK: in nfs4_proc_setlease()