/linux-2.4.37.9/include/asm-s390/ |
D | fcntl.h | 78 short l_type; member 86 short l_type; member
|
/linux-2.4.37.9/include/asm-sh/ |
D | fcntl.h | 70 short l_type; member 78 short l_type; member
|
/linux-2.4.37.9/include/asm-sh64/ |
D | fcntl.h | 70 short l_type; member 78 short l_type; member
|
/linux-2.4.37.9/include/asm-arm/ |
D | fcntl.h | 70 short l_type; member 78 short l_type; member
|
/linux-2.4.37.9/include/asm-i386/ |
D | fcntl.h | 70 short l_type; member 78 short l_type; member
|
/linux-2.4.37.9/include/asm-m68k/ |
D | fcntl.h | 70 short l_type; member 78 short l_type; member
|
/linux-2.4.37.9/include/asm-cris/ |
D | fcntl.h | 72 short l_type; member 80 short l_type; member
|
/linux-2.4.37.9/include/asm-sparc/ |
D | fcntl.h | 70 short l_type; member 79 short l_type; member
|
/linux-2.4.37.9/include/asm-parisc/ |
D | fcntl.h | 74 short l_type; member 82 short l_type; member
|
/linux-2.4.37.9/include/asm-ppc/ |
D | fcntl.h | 76 short l_type; member 84 short l_type; member
|
/linux-2.4.37.9/include/asm-ppc64/ |
D | fcntl.h | 83 short l_type; member 91 short l_type; member
|
D | ppc32.h | 175 short l_type; member
|
/linux-2.4.37.9/include/asm-mips/ |
D | fcntl.h | 85 short l_type; member 95 short l_type; member
|
/linux-2.4.37.9/include/asm-sparc64/ |
D | fcntl.h | 73 short l_type; member 83 short l_type; member
|
/linux-2.4.37.9/include/asm-mips64/ |
D | fcntl.h | 80 short l_type; member 89 short l_type; member
|
/linux-2.4.37.9/fs/ |
D | locks.c | 297 return assign_type(fl, l->l_type); in flock_to_posix_lock() 337 switch (l->l_type) { in flock64_to_posix_lock() 341 fl->fl_type = l->l_type; in flock64_to_posix_lock() 1421 if ((flock.l_type != F_RDLCK) && (flock.l_type != F_WRLCK)) in fcntl_getlk() 1446 flock.l_type = F_UNLCK; in fcntl_getlk() 1465 flock.l_type = fl->fl_type; in fcntl_getlk() 1523 switch (flock.l_type) { in fcntl_setlk() 1567 if (!error && flock.l_type != F_UNLCK && filp != f) { in fcntl_setlk() 1591 if ((flock.l_type != F_RDLCK) && (flock.l_type != F_WRLCK)) in fcntl_getlk64() 1616 flock.l_type = F_UNLCK; in fcntl_getlk64() [all …]
|
/linux-2.4.37.9/include/asm-x86_64/ |
D | ia32.h | 38 short l_type; member 47 short l_type; member
|
D | fcntl.h | 66 short l_type; member
|
/linux-2.4.37.9/include/asm-s390x/ |
D | fcntl.h | 74 short l_type; member
|
/linux-2.4.37.9/include/asm-ia64/ |
D | fcntl.h | 74 short l_type; member
|
D | ia32.h | 51 short l_type; member
|
/linux-2.4.37.9/include/asm-alpha/ |
D | fcntl.h | 65 short l_type; member
|
/linux-2.4.37.9/arch/sparc64/solaris/ |
D | fs.c | 572 short l_type; member 615 if (get_user (f.l_type, &((struct sol_flock *)A(arg))->l_type) || in solaris_fcntl() 626 if (__put_user (f.l_type, &((struct sol_flock *)A(arg))->l_type) || in solaris_fcntl()
|
/linux-2.4.37.9/arch/s390x/kernel/ |
D | linux32.h | 50 short l_type; member
|
/linux-2.4.37.9/arch/x86_64/ia32/ |
D | sys_ia32.c | 1348 err = get_user(kfl->l_type, &ufl->l_type); in get_flock() 1360 err = __put_user(kfl->l_type, &ufl->l_type); in put_flock() 1406 int ret = __get_user(fl64->l_type, &fl32->l_type); in get_flock64() 1419 int ret = __put_user(fl64->l_type, &fl32->l_type); in put_flock64()
|