/linux-2.4.37.9/include/asm-s390x/ |
D | fcntl.h | 69 #define LOCK_WRITE 128 /* ... Which allows concurrent write operations macro
|
/linux-2.4.37.9/include/asm-ia64/ |
D | fcntl.h | 70 #define LOCK_WRITE 128 /* ... Which allows concurrent write operations */ macro
|
/linux-2.4.37.9/include/asm-x86_64/ |
D | fcntl.h | 62 #define LOCK_WRITE 128 /* ... Which allows concurrent write operations */ macro
|
/linux-2.4.37.9/include/asm-alpha/ |
D | fcntl.h | 61 #define LOCK_WRITE 128 /* ... Which allows concurrent write operations */ macro
|
/linux-2.4.37.9/include/asm-s390/ |
D | fcntl.h | 74 #define LOCK_WRITE 128 /* ... Which allows concurrent write operations */ macro
|
/linux-2.4.37.9/include/asm-sh/ |
D | fcntl.h | 66 #define LOCK_WRITE 128 /* ... Which allows concurrent write operations */ macro
|
/linux-2.4.37.9/include/asm-sh64/ |
D | fcntl.h | 66 #define LOCK_WRITE 128 /* ... Which allows concurrent write operations */ macro
|
/linux-2.4.37.9/include/asm-arm/ |
D | fcntl.h | 66 #define LOCK_WRITE 128 /* ... Which allows concurrent write operations */ macro
|
/linux-2.4.37.9/include/asm-i386/ |
D | fcntl.h | 66 #define LOCK_WRITE 128 /* ... Which allows concurrent write operations */ macro
|
/linux-2.4.37.9/include/asm-m68k/ |
D | fcntl.h | 66 #define LOCK_WRITE 128 /* ... Which allows concurrent write operations */ macro
|
/linux-2.4.37.9/include/asm-cris/ |
D | fcntl.h | 68 #define LOCK_WRITE 128 /* ... Which allows concurrent write operations */ macro
|
/linux-2.4.37.9/include/asm-sparc/ |
D | fcntl.h | 66 #define LOCK_WRITE 128 /* ... Which allows concurrent write operations */ macro
|
/linux-2.4.37.9/include/asm-parisc/ |
D | fcntl.h | 70 #define LOCK_WRITE 128 /* ... Which allows concurrent write operations */ macro
|
/linux-2.4.37.9/include/asm-ppc/ |
D | fcntl.h | 66 #define LOCK_WRITE 128 /* ... Which allows concurrent write operations */ macro
|
/linux-2.4.37.9/include/asm-ppc64/ |
D | fcntl.h | 73 #define LOCK_WRITE 128 /* ... Which allows concurrent write operations */ macro
|
/linux-2.4.37.9/include/asm-mips/ |
D | fcntl.h | 74 #define LOCK_WRITE 128 /* ... Which allows concurrent write operations */ macro
|
/linux-2.4.37.9/include/asm-sparc64/ |
D | fcntl.h | 69 #define LOCK_WRITE 128 /* ... Which allows concurrent write operations */ macro
|
/linux-2.4.37.9/include/asm-mips64/ |
D | fcntl.h | 76 #define LOCK_WRITE 128 /* ... Which allows concurrent write operations */ macro
|
/linux-2.4.37.9/fs/ |
D | locks.c | 1856 ? (fl->fl_type & LOCK_WRITE) ? "RW " : "READ " in lock_get_status() 1857 : (fl->fl_type & LOCK_WRITE) ? "WRITE" : "NONE "); in lock_get_status() 2024 if (fl->fl_type & LOCK_WRITE) in lock_may_write()
|