Searched refs:lockf_entry (Results 1 – 2 of 2) sorted by relevance
108 static struct lockf_entry *112 static int lf_overlaps(struct lockf_entry *, struct lockf_entry *);113 static int lf_blocks(struct lockf_entry *, struct lockf_entry *);118 static int lf_add_edge(struct lockf_entry *, struct lockf_entry *);124 static int lf_findoverlap(struct lockf_entry **, struct lockf_entry *,126 static struct lockf_entry *336 struct lockf_entry *lf; in lf_alloc_lock()838 lf_overlaps(struct lockf_entry *x, struct lockf_entry *y) in lf_overlaps()848 lf_blocks(struct lockf_entry *x, struct lockf_entry *y) in lf_blocks()895 lf_add_edge(struct lockf_entry *x, struct lockf_entry *y) in lf_add_edge()[all …]
67 struct lockf_entry *le_from; /* (c) out-going from here */68 struct lockf_entry *le_to; /* (s) in-coming to here */72 struct lockf_entry { struct80 LIST_ENTRY(lockf_entry) lf_link; /* (s) Linkage for lock lists */ argument85 LIST_HEAD(lockf_entry_list, lockf_entry); argument