HomeSort by: relevance | last modified time | path
    Searched defs:udf_vfsops (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/fs/udf/
udf_vfsops.c 1 /* $NetBSD: udf_vfsops.c,v 1.86 2025/08/25 11:13:20 reinoud Exp $ */
31 __KERNEL_RCSID(0, "$NetBSD: udf_vfsops.c,v 1.86 2025/08/25 11:13:20 reinoud Exp $");
98 struct vfsops udf_vfsops = { variable in typeref:struct:vfsops
202 error = vfs_attach(&udf_vfsops);
207 error = vfs_detach(&udf_vfsops);

Completed in 211 milliseconds