Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/hammer2/
H A Dhammer2_ondisk.c53 hammer2_lookup_device(const char *path, int rootmount, struct vnode **devvp) in hammer2_lookup_device() argument
62 if (rootmount) { in hammer2_lookup_device()
153 hammer2_init_devvp(const char *blkdevs, int rootmount, in hammer2_init_devvp() argument
198 error = hammer2_lookup_device(path, rootmount, &devvp); in hammer2_init_devvp()
H A Dhammer2.h1938 int hammer2_init_devvp(const char *blkdevs, int rootmount,
/dragonfly/usr.sbin/makefs/hammer2/
H A Dhammer2_ondisk.c59 hammer2_lookup_device(const char *path, int rootmount, struct m_vnode **devvp)
68 if (rootmount) {