Searched refs:lockf_edge (Results 1 – 2 of 2) sorted by relevance
62 struct lockf_edge { struct63 LIST_ENTRY(lockf_edge) le_outlink; /* (s) link from's out-edge list */64 LIST_ENTRY(lockf_edge) le_inlink; /* (s) link to's in-edge list */68 LIST_HEAD(lockf_edge_list, lockf_edge); argument
112 static void lf_free_edge(struct lockf_edge *);113 static struct lockf_edge *117 static void lf_remove_edge(struct lockf_edge *);858 static struct lockf_edge * in lf_alloc_edge() 862 return (malloc(sizeof(struct lockf_edge), M_LOCKF, M_WAITOK|M_ZERO)); in lf_alloc_edge() 869 lf_free_edge(struct lockf_edge *e) in lf_free_edge() 897 struct lockf_edge *e; in lf_add_edge() 929 lf_remove_edge(struct lockf_edge *e) in lf_remove_edge() 949 struct lockf_edge *e; in lf_remove_outgoing() 962 struct lockf_edge * in lf_remove_incoming() [all...]