HomeSort by: relevance | last modified time | path
    Searched refs:udf_strat_bootstrap (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/modules/udf/
Makefile 8 SRCS= udf_allocation.c udf_osta.c udf_readwrite.c udf_strat_bootstrap.c \
  /src/sys/rump/fs/lib/libudf/
Makefile 10 udf_allocation.c udf_readwrite.c udf_strat_bootstrap.c \
  /src/sys/fs/udf/
udf_strat_bootstrap.c 1 /* $NetBSD: udf_strat_bootstrap.c,v 1.5 2016/05/24 09:55:57 reinoud Exp $ */
31 __KERNEL_RCSID(0, "$NetBSD: udf_strat_bootstrap.c,v 1.5 2016/05/24 09:55:57 reinoud Exp $");
141 struct udf_strategy udf_strat_bootstrap = variable in typeref:struct:udf_strategy
udf.h 263 extern struct udf_strategy udf_strat_bootstrap;
udf_vfsops.c 662 ump->strategy = &udf_strat_bootstrap;
690 KASSERT(ump->strategy != &udf_strat_bootstrap);

Completed in 104 milliseconds