Searched refs:l_pid (Results 1 - 25 of 38) sorted by relevance

12

/external/strace/
H A Dfetch_struct_flock.c53 && FLOCK_MEMBERS_EQ(type, l_pid))
71 pfl->l_pid = mfl.l_pid;
91 pfl->l_pid = mfl.l_pid;
H A Dfcntl.c53 tprintf(", l_pid=%lu", (unsigned long) fl->l_pid);
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dfcntl.h70 __kernel_pid_t l_pid; member in struct:flock
/external/ltp/testcases/network/nfs/nfslock01/
H A Dnfs_flock_func.c35 return (lock.l_pid);
/external/kernel-headers/original/uapi/asm-generic/
H A Dfcntl.h201 __kernel_pid_t l_pid; member in struct:flock
216 __kernel_pid_t l_pid; member in struct:flock64
/external/python/cpython2/Lib/
H A Dposixfile.py202 l_start, l_len, l_pid, l_type, l_whence = \
205 l_type, l_whence, l_start, l_len, l_sysid, l_pid, l_vfs = \
208 l_type, l_whence, l_start, l_len, l_pid, l_sysid = \
211 l_type, l_whence, l_start, l_len, l_sysid, l_pid = \
216 return 'r', l_len, l_start, l_whence, l_pid
218 return 'w', l_len, l_start, l_whence, l_pid
/external/ltp/testcases/kernel/syscalls/fcntl/
H A Dfcntl05.c176 flocks.l_pid = getpid();
H A Dfcntl09.c229 flocks.l_pid = getpid();
H A Dfcntl10.c230 flocks.l_pid = getpid();
H A Dfcntl19.c159 fl->l_pid = (short)0;
194 if (fl->l_pid != pid) {
196 pid, fl->l_pid);
H A Dfcntl20.c158 fl->l_pid = (short)0;
193 if (fl->l_pid != pid) {
195 pid, fl->l_pid);
H A Dfcntl11.c145 fl->l_pid = (short)0;
172 if (fl->l_pid != pid)
174 pid, fl->l_pid);
H A Dfcntl17.c293 fl.l_pid = (short)0;
325 if (fl.l_pid != pid) {
327 pid, fl.l_pid);
H A Dfcntl21.c166 fl->l_pid = (short)0;
201 if (fl->l_pid != pid) {
203 pid, fl->l_pid);
H A Dfcntl36.c94 .l_pid = 0,
173 .l_pid = 0,
H A Dfcntl14.c618 flock.l_pid = 0;
624 * not, the parent pid will be returned in l_pid and the type of
668 if (flock.l_pid != 0) {
672 flock.l_pid);
676 if (flock.l_pid != parent) {
680 test + 1, flock.l_pid, parent);
704 flock.l_pid = 0;
H A Dfcntl16.c517 flag[i] = thislock->l_pid;
/external/valgrind/memcheck/tests/
H A Dfile_locking.c32 fl.l_pid = 0;
/external/compiler-rt/lib/profile/
H A DInstrProfilingUtil.c87 s_flock.l_pid = getpid();
/external/ltp/testcases/kernel/sched/sched_stress/
H A Dsched_tc6.c428 flock_ptr->l_sysid, flock_ptr->l_pid);
/external/syslinux/core/fs/xfs/
H A Dxfs_fs.h147 uint32_t l_pid; member in struct:xfs_flock64
/external/syslinux/extlinux/
H A Dxfs_fs.h147 uint32_t l_pid; member in struct:xfs_flock64
/external/e2fsprogs/misc/
H A Duuidd.c259 fl.l_pid = 0;
/external/ltp/testcases/network/nfsv4/locks/
H A Dlocktests.c388 pid = (int)request->l_pid;
414 request->l_pid = (pid_t) pid;
/external/e2fsprogs/lib/uuid/
H A Dgen_uuid.c344 fl.l_pid = 0;

Completed in 1183 milliseconds

12