Searched refs:lockf_edge (Results 1 – 2 of 2) sorted by relevance
63 struct lockf_edge { struct64 LIST_ENTRY(lockf_edge) le_outlink; /* (s) link from's out-edge list */65 LIST_ENTRY(lockf_edge) le_inlink; /* (s) link to's in-edge list */69 LIST_HEAD(lockf_edge_list, lockf_edge); argument
113 static void lf_free_edge(struct lockf_edge *);114 static struct lockf_edge *118 static void lf_remove_edge(struct lockf_edge *);875 static struct lockf_edge *879 return (malloc(sizeof(struct lockf_edge), M_LOCKF, M_WAITOK|M_ZERO)); in lf_alloc_edge()886 lf_free_edge(struct lockf_edge *e) in lf_free_edge()915 struct lockf_edge *e; in lf_add_edge()947 lf_remove_edge(struct lockf_edge *e) in lf_remove_edge()967 struct lockf_edge *e; in lf_remove_outgoing()980 struct lockf_edge *e; in lf_remove_incoming()[all …]