Home
last modified time | relevance | path

Searched refs:F_RDLCK (Results 1 – 21 of 21) sorted by relevance

/linux-2.4.37.9/fs/
Dlocks.c237 case F_RDLCK: in assign_type()
338 case F_RDLCK: in flock64_to_posix_lock()
546 case F_RDLCK: in locks_conflict()
727 new_fl->fl_type = (read_write == FLOCK_VERIFY_WRITE) ? F_WRLCK : F_RDLCK; in locks_mandatory_area()
1047 return F_RDLCK; in flock_translate_cmd()
1115 alloc_err = lease_alloc(NULL, mode & FMODE_WRITE ? F_WRLCK : F_RDLCK, in __get_lease()
1138 future = F_RDLCK | F_INPROGRESS; in __get_lease()
1317 if ((arg == F_RDLCK && (wrlease_count > 0)) || in fcntl_setlease()
1421 if ((flock.l_type != F_RDLCK) && (flock.l_type != F_WRLCK)) in fcntl_getlk()
1524 case F_RDLCK: in fcntl_setlk()
[all …]
/linux-2.4.37.9/include/asm-s390x/
Dfcntl.h49 #define F_RDLCK 0 macro
/linux-2.4.37.9/include/asm-ia64/
Dfcntl.h50 #define F_RDLCK 0 macro
/linux-2.4.37.9/include/asm-x86_64/
Dfcntl.h42 #define F_RDLCK 0 macro
/linux-2.4.37.9/include/asm-alpha/
Dfcntl.h43 #define F_RDLCK 1 macro
/linux-2.4.37.9/include/asm-s390/
Dfcntl.h54 #define F_RDLCK 0 macro
/linux-2.4.37.9/include/asm-sh/
Dfcntl.h46 #define F_RDLCK 0 macro
/linux-2.4.37.9/include/asm-sh64/
Dfcntl.h46 #define F_RDLCK 0 macro
/linux-2.4.37.9/include/asm-arm/
Dfcntl.h46 #define F_RDLCK 0 macro
/linux-2.4.37.9/include/asm-i386/
Dfcntl.h46 #define F_RDLCK 0 macro
/linux-2.4.37.9/include/asm-m68k/
Dfcntl.h46 #define F_RDLCK 0 macro
/linux-2.4.37.9/include/asm-cris/
Dfcntl.h48 #define F_RDLCK 0 macro
/linux-2.4.37.9/include/asm-sparc/
Dfcntl.h46 #define F_RDLCK 1 macro
/linux-2.4.37.9/include/asm-parisc/
Dfcntl.h50 #define F_RDLCK 01 macro
/linux-2.4.37.9/include/asm-ppc/
Dfcntl.h46 #define F_RDLCK 0 macro
/linux-2.4.37.9/include/asm-ppc64/
Dfcntl.h53 #define F_RDLCK 0 macro
/linux-2.4.37.9/include/asm-mips/
Dfcntl.h54 #define F_RDLCK 0 macro
/linux-2.4.37.9/include/asm-sparc64/
Dfcntl.h49 #define F_RDLCK 1 macro
/linux-2.4.37.9/include/asm-mips64/
Dfcntl.h56 #define F_RDLCK 0 macro
/linux-2.4.37.9/fs/lockd/
Dxdr.c139 fl->fl_type = F_RDLCK; /* as good as anything else */ in nlm_decode_lock()
199 *p++ = (fl->fl_type == F_RDLCK)? xdr_zero : xdr_one; in nlm_encode_testres()
445 fl->fl_type = excl? F_WRLCK : F_RDLCK; in nlmclt_decode_testres()
Dxdr4.c138 fl->fl_type = F_RDLCK; /* as good as anything else */ in nlm4_decode_lock()
200 *p++ = (fl->fl_type == F_RDLCK)? xdr_zero : xdr_one; in nlm4_encode_testres()
451 fl->fl_type = excl? F_WRLCK : F_RDLCK; in nlm4clt_decode_testres()