Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/hammer/
H A Dhammer_vfsops.c414 kmalloc_create(&hmp->m_inodes, "HAMMER-inodes"); in hammer_vfs_mount()
416 kmalloc_raise_limit(hmp->m_inodes, 0); /* unlimited */ in hammer_vfs_mount()
883 kmalloc_destroy(&hmp->m_inodes); in hammer_free_hmp()
H A Dhammer_inode.c461 ip = kmalloc(sizeof(*ip), hmp->m_inodes, M_WAITOK|M_ZERO); in hammer_get_inode()
644 ip = kmalloc(sizeof(*ip), hmp->m_inodes, M_WAITOK|M_ZERO); in hammer_get_dummy_inode()
786 ip = kmalloc(sizeof(*ip), hmp->m_inodes, M_WAITOK|M_ZERO); in hammer_create_inode()
962 kfree(ip, hmp->m_inodes); in hammer_free_inode()
H A Dhammer.h808 struct malloc_type *m_inodes; member