Searched refs:vfsname (Results 1 – 4 of 4) sorted by relevance
| /dragonfly/sys/kern/ |
| HD | vfs_conf.c | 397 char *vfsname, *devname; in vfs_mountroot_try() local 405 vfsname = NULL; in vfs_mountroot_try() 419 vfsname = kmalloc(MFSNAMELEN, M_MOUNT, M_WAITOK); in vfs_mountroot_try() 424 bzero(vfsname, MFSNAMELEN); in vfs_mountroot_try() 429 vfsname[0] = devname[0] = 0; in vfs_mountroot_try() 431 if (ksscanf(mf, patt, vfsname, devname) < 1) in vfs_mountroot_try() 435 error = vfs_rootmountalloc(vfsname, in vfs_mountroot_try() 439 vfsname, error); in vfs_mountroot_try() 445 if (strcmp(vfsname, "hammer") != 0 && in vfs_mountroot_try() 446 strcmp(vfsname, "hammer2") != 0 && in vfs_mountroot_try() [all …]
|
| /dragonfly/sbin/mount/ |
| HD | vfslist.c | 43 checkvfsname(const char *vfsname, const char **vfslist) in checkvfsname() argument 49 if (strcmp(vfsname, *vfslist) == 0) in checkvfsname()
|
| HD | mount.c | 343 isremountable(const char *vfsname) in isremountable() argument 348 if (strcmp(*cp, vfsname) == 0) in isremountable()
|
| /dragonfly/sbin/mount_ufs/ |
| HD | mount.c | 302 isremountable(const char *vfsname) in isremountable() argument 307 if (strcmp(*cp, vfsname) == 0) in isremountable()
|