Home
last modified time | relevance | path

Searched refs:xiop (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/vfs/hammer2/
H A Dhammer2_io.c834 hammer2_io_t **xiop; in hammer2_io_hash_enter() local
841 for (xiop = &hash->base; (xio = *xiop) != NULL; xiop = &xio->next) { in hammer2_io_hash_enter()
851 *xiop = dio; in hammer2_io_hash_enter()
/dragonfly/usr.sbin/makefs/hammer2/
H A Dhammer2_io.c853 hammer2_io_t **xiop; in hammer2_io_hash_enter() local
860 for (xiop = &hash->base; (xio = *xiop) != NULL; xiop = &xio->next) { in hammer2_io_hash_enter()
870 *xiop = dio; in hammer2_io_hash_enter()