Home
last modified time | relevance | path

Searched refs:flock32 (Results 1 – 13 of 13) sorted by relevance

/linux-2.4.37.9/include/asm-sparc64/
Dfcntl.h82 struct flock32 { struct
/linux-2.4.37.9/include/asm-mips64/
Dfcntl.h88 struct flock32 { /* for 32-bit compat code */ struct
/linux-2.4.37.9/include/asm-x86_64/
Dia32.h37 struct flock32 { struct
/linux-2.4.37.9/include/asm-ppc64/
Dppc32.h174 struct flock32 { struct
/linux-2.4.37.9/arch/s390x/kernel/
Dlinux32.h49 struct flock32 { struct
Dlinux32.c864 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/
Dia32.h50 struct flock32 { struct
/linux-2.4.37.9/arch/parisc/kernel/
Dsys_parisc32.c411 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/
Dsys_ia32.c1344 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/
Dlinux32.c1581 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/
Dsys_ia32.c3258 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/
Dsys_ppc32.c284 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/
Dsys_sparc32.c895 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()