Searched defs:lockf (Results 1 – 3 of 3) sorted by relevance
55 struct lockf { struct61 struct lockf_state *lf_state; /* State associated with the lock */ argument62 TAILQ_ENTRY(lockf) lf_entry; argument63 struct lockf *lf_blk; /* The lock that blocks us */ argument65 TAILQ_ENTRY(lockf) lf_block; /* A request waiting for a lock */ argument71 TAILQ_HEAD(, lockf) ls_locks; /* list of active locks */ argument
38 lockf(int filedes, int function, off_t size) in lockf() function
3386 # define lockf lockf6 global() macro