Searched defs:udf_mount (Results 1 – 3 of 3) sorted by relevance
270 struct udf_mount { struct271 struct mount *vfs_mountp;272 struct vnode *devvp; 273 struct mmc_discinfo discinfo;274 struct udf_args mount_args;277 kmutex_t logvol_mutex;278 struct anchor_vdp *anchors[UDF_ANCHORS]; /* anchors to VDS */279 struct pri_vol_desc *primary_vol; /* identification */280 struct logvol_desc *logical_vol; /* main mapping v->p */281 struct unalloc_sp_desc *unallocated; /* free UDF space */[all …]
302 udf_mount(struct mount *mp, const char *path, in udf_mount() function
251 udf_mount(am_node *am, mntfs *mf) in udf_mount() function