Home
last modified time | relevance | path

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

/dragonfly/sbin/hammer2/
H A Dcmd_info.c214 static void mount_callback1(const void *, hammer2_blockref_t *, int);
227 h2disk_check(av[i], mount_callback1); in cmd_mountall()
229 h2disk_check_serno(mount_callback1); in cmd_mountall()
230 h2disk_check_dm(mount_callback1); in cmd_mountall()
231 h2disk_check_misc(mount_callback1); in cmd_mountall()
261 mount_callback1(const void *devpath, hammer2_blockref_t *bref, int fd) in mount_callback1() function