Home
last modified time | relevance | path

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

/freebsd/stand/libsa/
H A Dcd9660.c70 static int cd9660_mount(const char *, const char *, void **);
91 .fo_mount = cd9660_mount,
677 cd9660_mount(const char *dev, const char *path, void **data) in cd9660_mount() function
/freebsd/sys/fs/cd9660/
H A Dcd9660_vfsops.c68 static vfs_mount_t cd9660_mount; variable
78 .vfs_mount = cd9660_mount,
130 cd9660_mount(struct mount *mp) in cd9660_mount() function
/freebsd/include/
H A DMakefile154 FS9660= cd9660_mount.h \