lbnentry
lge(struct lbnentry *a, struct lbnentry *b)
SPLAY_PROTOTYPE(lfs_splay, lbnentry, entry, lge);
SPLAY_GENERATE(lfs_splay, lbnentry, entry, lge);
struct lbnentry *lbp;
lbp = (struct lbnentry *)pool_get(&lfs_lbnentry_pool, PR_WAITOK);
lfs_do_deregister(struct lfs *fs, struct inode *ip, struct lbnentry *lbp)
struct lbnentry *lbp;
struct lbnentry tmp;
struct lbnentry *lbp;
SPLAY_HEAD(lfs_splay, lbnentry) lfs_lbtree; /* Tree of balloc'd lbns */
SPLAY_ENTRY(lbnentry) entry;
pool_init(&lfs_lbnentry_pool, sizeof(struct lbnentry), 0, 0, 0,