OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lbnentry
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/ufs/lfs/
lfs_kernel.h
92
struct
lbnentry
{
struct
93
SPLAY_ENTRY(
lbnentry
) entry;
lfs_balloc.c
608
lge(struct
lbnentry
*a, struct
lbnentry
*b)
613
SPLAY_PROTOTYPE(lfs_splay,
lbnentry
, entry, lge);
615
SPLAY_GENERATE(lfs_splay,
lbnentry
, entry, lge);
627
struct
lbnentry
*lbp;
642
lbp = (struct
lbnentry
*)pool_get(&lfs_lbnentry_pool, PR_WAITOK);
661
lfs_do_deregister(struct lfs *fs, struct inode *ip, struct
lbnentry
*lbp)
688
struct
lbnentry
*lbp;
689
struct
lbnentry
tmp;
708
struct
lbnentry
*lbp
[
all
...]
lfs_inode.h
194
SPLAY_HEAD(lfs_splay,
lbnentry
) lfs_lbtree; /* Tree of balloc'd lbns */
lfs_vfsops.c
564
pool_init(&lfs_lbnentry_pool, sizeof(struct
lbnentry
), 0, 0, 0,
Completed in 16 milliseconds
Indexes created Fri Oct 17 23:09:53 GMT 2025