/linux-2.4.37.9/include/asm-sparc64/ |
D | fcntl.h | 82 struct flock32 { struct
|
/linux-2.4.37.9/include/asm-mips64/ |
D | fcntl.h | 88 struct flock32 { /* for 32-bit compat code */ struct
|
/linux-2.4.37.9/include/asm-x86_64/ |
D | ia32.h | 37 struct flock32 { struct
|
/linux-2.4.37.9/include/asm-ppc64/ |
D | ppc32.h | 174 struct flock32 { struct
|
/linux-2.4.37.9/arch/s390x/kernel/ |
D | linux32.h | 49 struct flock32 { struct
|
D | linux32.c | 864 static inline int get_flock(struct flock *kfl, struct flock32 *ufl) in get_flock() 876 static inline int put_flock(struct flock *kfl, struct flock32 *ufl) in put_flock() 899 if(get_flock(&f, (struct flock32 *)A(arg))) in sys32_fcntl() 908 if(put_flock(&f, (struct flock32 *)A(arg))) in sys32_fcntl() 919 if(get_flock(&f, (struct flock32 *)A(arg))) in sys32_fcntl()
|
/linux-2.4.37.9/include/asm-ia64/ |
D | ia32.h | 50 struct flock32 { struct
|
/linux-2.4.37.9/arch/parisc/kernel/ |
D | sys_parisc32.c | 411 struct flock32 { struct 420 static inline int get_flock(struct flock *kfl, struct flock32 *ufl) in get_flock() argument 432 static inline int put_flock(struct flock *kfl, struct flock32 *ufl) in put_flock() 456 if(get_flock(&f, (struct flock32 *)arg)) in sys32_fcntl() 464 if(put_flock(&f, (struct flock32 *)arg)) in sys32_fcntl()
|
/linux-2.4.37.9/arch/x86_64/ia32/ |
D | sys_ia32.c | 1344 static inline int get_flock(struct flock *kfl, struct flock32 *ufl) in get_flock() 1356 static inline int put_flock(struct flock *kfl, struct flock32 *ufl) in put_flock() 1383 if (get_flock(&f, (struct flock32 *)arg)) in sys32_fcntl() 1389 if (put_flock(&f, (struct flock32 *)arg)) in sys32_fcntl()
|
/linux-2.4.37.9/arch/mips64/kernel/ |
D | linux32.c | 1581 static inline int get_flock(struct flock *kfl, struct flock32 *ufl) in get_flock() 1597 static inline int put_flock(struct flock *kfl, struct flock32 *ufl) in put_flock() 1629 if (get_flock(&f, (struct flock32 *)arg)) in sys32_fcntl() 1634 if (put_flock(&f, (struct flock32 *)arg)) in sys32_fcntl()
|
/linux-2.4.37.9/arch/ia64/ia32/ |
D | sys_ia32.c | 3258 get_flock32(struct flock *kfl, struct flock32 *ufl) in get_flock32() 3274 put_flock32(struct flock *kfl, struct flock32 *ufl) in put_flock32() 3302 if (get_flock32(&f, (struct flock32 *) A(arg))) in sys32_fcntl() 3308 if (cmd == F_GETLK && put_flock32(&f, (struct flock32 *) A(arg))) in sys32_fcntl()
|
/linux-2.4.37.9/arch/ppc64/kernel/ |
D | sys_ppc32.c | 284 static inline int get_flock(struct flock *kfl, struct flock32 *ufl) in get_flock() 296 static inline int put_flock(struct flock *kfl, struct flock32 *ufl) in put_flock() 320 if(get_flock(&f, (struct flock32 *)arg)) in sys32_fcntl() 325 if(put_flock(&f, (struct flock32 *)arg)) in sys32_fcntl()
|
/linux-2.4.37.9/arch/sparc64/kernel/ |
D | sys_sparc32.c | 895 static inline int get_flock(struct flock *kfl, struct flock32 *ufl) in get_flock() 907 static inline int put_flock(struct flock *kfl, struct flock32 *ufl) in put_flock() 932 if (get_flock(&f, (struct flock32 *)arg)) in sys32_fcntl() 938 if (put_flock(&f, (struct flock32 *)arg)) in sys32_fcntl()
|