Home | History | Annotate | Download | only in udf

Lines Matching defs:udf_mount

62 #include <fs/udf/udf_mount.h>
101 .vfs_mount = udf_mount,
234 struct udf_mount *ump;
281 struct udf_mount *ump = VFSTOUDF(mp);
302 udf_mount(struct mount *mp, const char *path,
307 struct udf_mount *ump;
311 DPRINTF(CALL, ("udf_mount called\n"));
414 DPRINTF(VOLUMES, ("udf_mount() successful\n"));
469 struct udf_mount *ump;
564 * Helper function of udf_mount() that actually mounts the disc.
571 struct udf_mount *ump;
593 ump = malloc(sizeof(struct udf_mount), M_UDFMNT, M_WAITOK | M_ZERO);
756 struct udf_mount *ump = VFSTOUDF(mp);
781 struct udf_mount *ump = VFSTOUDF(mp);
832 udf_sync_writeout_system_files(struct udf_mount *ump, int clearflags)
866 struct udf_mount *ump = VFSTOUDF(mp);