Home
last modified time | relevance | path

Searched defs:lockf (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/sys/kern/
H A Dvfs_lockf.c55 struct lockf { struct
61 struct lockf_state *lf_state; /* State associated with the lock */ argument
62 TAILQ_ENTRY(lockf) lf_entry; argument
63 struct lockf *lf_blk; /* The lock that blocks us */ argument
65 TAILQ_ENTRY(lockf) lf_block; /* A request waiting for a lock */ argument
71 TAILQ_HEAD(, lockf) ls_locks; /* list of active locks */ argument
/openbsd-src/lib/libc/gen/
H A Dlockf.c38 lockf(int filedes, int function, off_t size) in lockf() function
/openbsd-src/gnu/usr.bin/perl/
H A Dperl.h3386 # define lockf lockf6 global() macro