Home
last modified time | relevance | path

Searched defs:flock32 (Results 1 – 7 of 7) sorted by relevance

/linux-2.4.37.9/include/asm-mips64/
Dfcntl.h88 struct flock32 { /* for 32-bit compat code */ struct
89 short l_type;
90 short l_whence;
91 __kernel_off_t32 l_start;
92 __kernel_off_t32 l_len;
93 __s32 l_sysid;
94 __kernel_pid_t32 l_pid;
95 short __unused;
96 __s32 pad[4];
/linux-2.4.37.9/include/asm-sparc64/
Dfcntl.h82 struct flock32 { struct
83 short l_type;
84 short l_whence;
85 __kernel_off_t32 l_start;
86 __kernel_off_t32 l_len;
87 __kernel_pid_t32 l_pid;
88 short __unused;
/linux-2.4.37.9/arch/s390x/kernel/
Dlinux32.h49 struct flock32 { struct
50 short l_type;
51 short l_whence;
52 __kernel_off_t32 l_start;
53 __kernel_off_t32 l_len;
54 __kernel_pid_t32 l_pid;
55 short __unused;
/linux-2.4.37.9/include/asm-ppc64/
Dppc32.h174 struct flock32 { struct
175 short l_type;
176 short l_whence;
177 __kernel_off_t32 l_start;
178 __kernel_off_t32 l_len;
179 __kernel_pid_t32 l_pid;
180 short __unused;
/linux-2.4.37.9/include/asm-x86_64/
Dia32.h37 struct flock32 { struct
38 short l_type;
39 short l_whence;
40 __kernel_off_t32 l_start;
41 __kernel_off_t32 l_len;
42 __kernel_pid_t32 l_pid;
/linux-2.4.37.9/include/asm-ia64/
Dia32.h50 struct flock32 { struct
51 short l_type;
52 short l_whence;
53 __kernel_off_t32 l_start;
54 __kernel_off_t32 l_len;
55 __kernel_pid_t32 l_pid;
/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