/linux-2.4.37.9/fs/ |
D | locks.c | 237 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/ |
D | fcntl.h | 49 #define F_RDLCK 0 macro
|
/linux-2.4.37.9/include/asm-ia64/ |
D | fcntl.h | 50 #define F_RDLCK 0 macro
|
/linux-2.4.37.9/include/asm-x86_64/ |
D | fcntl.h | 42 #define F_RDLCK 0 macro
|
/linux-2.4.37.9/include/asm-alpha/ |
D | fcntl.h | 43 #define F_RDLCK 1 macro
|
/linux-2.4.37.9/include/asm-s390/ |
D | fcntl.h | 54 #define F_RDLCK 0 macro
|
/linux-2.4.37.9/include/asm-sh/ |
D | fcntl.h | 46 #define F_RDLCK 0 macro
|
/linux-2.4.37.9/include/asm-sh64/ |
D | fcntl.h | 46 #define F_RDLCK 0 macro
|
/linux-2.4.37.9/include/asm-arm/ |
D | fcntl.h | 46 #define F_RDLCK 0 macro
|
/linux-2.4.37.9/include/asm-i386/ |
D | fcntl.h | 46 #define F_RDLCK 0 macro
|
/linux-2.4.37.9/include/asm-m68k/ |
D | fcntl.h | 46 #define F_RDLCK 0 macro
|
/linux-2.4.37.9/include/asm-cris/ |
D | fcntl.h | 48 #define F_RDLCK 0 macro
|
/linux-2.4.37.9/include/asm-sparc/ |
D | fcntl.h | 46 #define F_RDLCK 1 macro
|
/linux-2.4.37.9/include/asm-parisc/ |
D | fcntl.h | 50 #define F_RDLCK 01 macro
|
/linux-2.4.37.9/include/asm-ppc/ |
D | fcntl.h | 46 #define F_RDLCK 0 macro
|
/linux-2.4.37.9/include/asm-ppc64/ |
D | fcntl.h | 53 #define F_RDLCK 0 macro
|
/linux-2.4.37.9/include/asm-mips/ |
D | fcntl.h | 54 #define F_RDLCK 0 macro
|
/linux-2.4.37.9/include/asm-sparc64/ |
D | fcntl.h | 49 #define F_RDLCK 1 macro
|
/linux-2.4.37.9/include/asm-mips64/ |
D | fcntl.h | 56 #define F_RDLCK 0 macro
|
/linux-2.4.37.9/fs/lockd/ |
D | xdr.c | 139 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()
|
D | xdr4.c | 138 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()
|