Searched refs:put_flock (Results 1 – 6 of 6) sorted by relevance
/linux-2.4.37.9/arch/parisc/kernel/ |
D | sys_parisc32.c | 432 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/ |
D | sys_ia32.c | 1356 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/ |
D | linux32.c | 1597 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/ |
D | sys_ppc32.c | 296 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/ |
D | sys_sparc32.c | 907 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/ |
D | linux32.c | 876 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()
|