Searched refs:lbnentry (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/sys/ufs/lfs/ |
H A D | lfs_balloc.c | 608 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 D | lfs_kernel.h | 92 struct lbnentry { struct 93 SPLAY_ENTRY(lbnentry) entry;
|
H A D | lfs_inode.h | 194 SPLAY_HEAD(lfs_splay, lbnentry) lfs_lbtree; /* Tree of balloc'd lbns */
|
H A D | lfs_vfsops.c | 542 pool_init(&lfs_lbnentry_pool, sizeof(struct lbnentry), 0, 0, 0, in lfs_init()
|