Home
last modified time | relevance | path

Searched refs:put_flock (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/arch/parisc/kernel/
Dsys_parisc32.c432 static inline int put_flock(struct flock *kfl, struct flock32 *ufl) in put_flock() function
464 if(put_flock(&f, (struct flock32 *)arg)) in sys32_fcntl()
/linux-2.4.37.9/arch/x86_64/ia32/
Dsys_ia32.c1356 static inline int put_flock(struct flock *kfl, struct flock32 *ufl) in put_flock() function
1389 if (put_flock(&f, (struct flock32 *)arg)) in sys32_fcntl()
/linux-2.4.37.9/arch/mips64/kernel/
Dlinux32.c1597 static inline int put_flock(struct flock *kfl, struct flock32 *ufl) in put_flock() function
1634 if (put_flock(&f, (struct flock32 *)arg)) in sys32_fcntl()
/linux-2.4.37.9/arch/ppc64/kernel/
Dsys_ppc32.c296 static inline int put_flock(struct flock *kfl, struct flock32 *ufl) in put_flock() function
325 if(put_flock(&f, (struct flock32 *)arg)) in sys32_fcntl()
/linux-2.4.37.9/arch/sparc64/kernel/
Dsys_sparc32.c907 static inline int put_flock(struct flock *kfl, struct flock32 *ufl) in put_flock() function
938 if (put_flock(&f, (struct flock32 *)arg)) in sys32_fcntl()
/linux-2.4.37.9/arch/s390x/kernel/
Dlinux32.c876 static inline int put_flock(struct flock *kfl, struct flock32 *ufl) in put_flock() function
908 if(put_flock(&f, (struct flock32 *)A(arg))) in sys32_fcntl()