Searched defs:lockf (Results 1 – 2 of 2) sorted by relevance
87 struct lockf { struct96 struct lockf **lf_head; /* Back pointer to the head of the locf list */ argument98 struct lockf *lf_next; /* Pointer to the next lock on this inode */ argument100 TAILQ_ENTRY(lockf) lf_block;/* A request waiting for a lock */ argument114 void lf_print(char *, struct lockf *); argument
2004 def GetVnodeLock(lockf): argument