Home
last modified time | relevance | path

Searched refs:lbnentry (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/ufs/lfs/
H A Dlfs_balloc.c608 lge(struct lbnentry *a, struct lbnentry *b) in lge()
613 SPLAY_PROTOTYPE(lfs_splay, lbnentry, entry, lge);
615 SPLAY_GENERATE(lfs_splay, lbnentry, entry, lge);
627 struct lbnentry *lbp; in lfs_register_block()
642 lbp = (struct lbnentry *)pool_get(&lfs_lbnentry_pool, PR_WAITOK); in lfs_register_block()
661 lfs_do_deregister(struct lfs *fs, struct inode *ip, struct lbnentry *lbp) in lfs_do_deregister()
688 struct lbnentry *lbp; in lfs_deregister_block()
689 struct lbnentry tmp; in lfs_deregister_block()
708 struct lbnentry *lbp; in lfs_deregister_all()
H A Dlfs_kernel.h92 struct lbnentry { struct
93 SPLAY_ENTRY(lbnentry) entry;
H A Dlfs_inode.h194 SPLAY_HEAD(lfs_splay, lbnentry) lfs_lbtree; /* Tree of balloc'd lbns */
H A Dlfs_vfsops.c542 pool_init(&lfs_lbnentry_pool, sizeof(struct lbnentry), 0, 0, 0, in lfs_init()