Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/ext2fs/
H A Dext2_ihash.c52 static u_long ext2_ihash; /* size of hash table - 1 */ variable
55 #define INOHASH(device, inum) (&ext2_ihashtbl[(minor(device) + (inum)) & ext2_ihash])
63 ext2_ihash = vfs_inodehashsize(); in ext2_ihashinit()
64 ext2_ihashtbl = malloc(sizeof(void *) * ext2_ihash, M_EXT2IHASH, in ext2_ihashinit()
66 --ext2_ihash; in ext2_ihashinit()
H A DMakefile4 ext2_ihash.c ext2_inode.c ext2_inode_cnv.c ext2_lookup.c ext2_subr.c \
/dragonfly/sys/conf/
H A Dfiles1319 vfs/ext2fs/ext2_ihash.c optional ext2fs