Searched refs:lockf_entry (Results 1 – 2 of 2) sorted by relevance
99 #define NOLOCKF (struct lockf_entry *)0106 static struct lockf_entry *108 static int lf_free_lock(struct lockf_entry *);109 static int lf_clearlock(struct lockf *, struct lockf_entry *);110 static int lf_overlaps(struct lockf_entry *, struct lockf_entry *);111 static int lf_blocks(struct lockf_entry *, struct lockf_entry *);115 static void lf_alloc_vertex(struct lockf_entry *);116 static int lf_add_edge(struct lockf_entry *, struct lockf_entry *);118 static void lf_remove_outgoing(struct lockf_entry *);119 static void lf_remove_incoming(struct lockf_entry *);[all …]
65 struct lockf_entry *le_from; /* (c) out-going from here */66 struct lockf_entry *le_to; /* (s) in-coming to here */70 struct lockf_entry { struct78 LIST_ENTRY(lockf_entry) lf_link; /* (s) Linkage for lock lists */ argument83 LIST_HEAD(lockf_entry_list, lockf_entry); argument