Home
last modified time | relevance | path

Searched refs:primary_vol (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/fs/udf/
H A Dudf.h279 struct pri_vol_desc *primary_vol; /* identification */ member
H A Dudf_vfsops.c245 MPFREE(ump->primary_vol, M_UDFVOLD); in free_udf_mountinfo()
H A Dudf_subr.c1023 UDF_UPDATE_DSCR(ump->primary_vol, &dscr->pvd); in udf_process_vds_descriptor()
1902 if ((ump->primary_vol == NULL) || (ump->logical_vol) == NULL) in udf_process_vds()
/netbsd-src/sbin/newfs_udf/
H A Dudf_core.h192 struct pri_vol_desc *primary_vol; /* identification */ member
H A Dudf_core.c1061 context.primary_vol = pri; in udf_create_primaryd()
4860 dscr = (union dscrptr *) context.primary_vol; in udf_do_newfs_prefix()
/netbsd-src/sbin/fsck_udf/
H A Dmain.c2406 if ((context.primary_vol == NULL) || (context.logical_vol) == NULL) { in udf_process_vds()
2673 UDF_UPDATE_DSCR(context.primary_vol, dscr); in udf_process_vds_descriptor()
2674 pri = context.primary_vol; in udf_process_vds_descriptor()