Lines Matching refs:lockf_edge
112 static void lf_free_edge(struct lockf_edge *);
113 static struct lockf_edge *
117 static void lf_remove_edge(struct lockf_edge *);
857 static struct lockf_edge *
861 return (malloc(sizeof(struct lockf_edge), M_LOCKF, M_WAITOK|M_ZERO)); in lf_alloc_edge()
868 lf_free_edge(struct lockf_edge *e) in lf_free_edge()
896 struct lockf_edge *e; in lf_add_edge()
928 lf_remove_edge(struct lockf_edge *e) in lf_remove_edge()
948 struct lockf_edge *e; in lf_remove_outgoing()
961 struct lockf_edge *e; in lf_remove_incoming()
1138 struct lockf_edge *e, *ne; in lf_update_dependancies()
1436 struct lockf_edge *e; in lf_setlock()
2640 struct lockf_edge *e; in lf_printlist()