Searched refs:ext2fs_htree_entry (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/ufs/ext2fs/
H A Dext2fs_htree.h57 struct ext2fs_htree_entry { struct
76 struct ext2fs_htree_entry h_entries[0];
81 struct ext2fs_htree_entry h_entries[0];
86 struct ext2fs_htree_entry *h_entries;
87 struct ext2fs_htree_entry *h_entry;
H A Dext2fs_htree.c73 ext2fs_htree_get_block(struct ext2fs_htree_entry *ep)
89 ext2fs_htree_get_limit(struct ext2fs_htree_entry *ep)
99 return space / sizeof(struct ext2fs_htree_entry);
103 ext2fs_htree_get_count(struct ext2fs_htree_entry *ep)
109 ext2fs_htree_get_hash(struct ext2fs_htree_entry *ep)
116 ext2fs_htree_set_block(struct ext2fs_htree_entry *ep, uint32_t blk)
122 ext2fs_htree_set_count(struct ext2fs_htree_entry *ep, uint16_t cnt)
128 ext2fs_htree_set_hash(struct ext2fs_htree_entry *ep, uint32_t hash)
134 ext2fs_htree_set_limit(struct ext2fs_htree_entry *ep, uint16_t limit)
148 return space / sizeof(struct ext2fs_htree_entry);
[all...]

Completed in 101 milliseconds