Home
last modified time | relevance | path

Searched refs:h_entries_max (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/fs/ext2fs/
H A Dhtree.h52 uint16_t h_entries_max; member
H A Dext2_csum.c333 limit = le16toh(cp->h_entries_max); in ext2_dx_csum_verify()
409 limit = le16toh(cp->h_entries_max); in ext2_dx_csum_set()
H A Dext2_htree.c188 return (le16toh(((struct ext2fs_htree_count *)(ep))->h_entries_max)); in ext2_htree_get_limit()
200 ((struct ext2fs_htree_count *)(ep))->h_entries_max = htole16(limit); in ext2_htree_set_limit()