HomeSort by: relevance | last modified time | path
    Searched refs:chfs_ltree_entry (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/ufs/chfs/
ebh.h 108 * struct chfs_ltree_entry - an entry in the lock tree
114 struct chfs_ltree_entry { struct
115 RB_ENTRY(chfs_ltree_entry) rb;
122 RB_HEAD(ltree_rbtree, chfs_ltree_entry);
ebh.c 57 int ltree_entry_cmp(struct chfs_ltree_entry *le1, struct chfs_ltree_entry *le2);
544 ltree_entry_cmp(struct chfs_ltree_entry *le1,
545 struct chfs_ltree_entry *le2)
551 RB_PROTOTYPE( ltree_rbtree, chfs_ltree_entry, rb, ltree_entry_cmp);
552 RB_GENERATE( ltree_rbtree, chfs_ltree_entry, rb, ltree_entry_cmp);
560 * This function returns a pointer to the wanted &struct chfs_ltree_entry
565 static struct chfs_ltree_entry *
568 struct chfs_ltree_entry le, *result;
585 static struct chfs_ltree_entry *
    [all...]

Completed in 12 milliseconds