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

  /src/sbin/mount_udf/
mount_udf.h 31 #include <fs/udf/udf_mount.h>
mount_udf.c 54 #include <fs/udf/udf_mount.h>
  /src/sys/fs/udf/
udf_subr.h 33 #define VFSTOUDF(mp) ((struct udf_mount *)mp->mnt_data)
37 int udf_update_trackinfo(struct udf_mount *ump, struct mmc_trackinfo *trackinfo);
38 int udf_update_discinfo(struct udf_mount *ump);
39 int udf_search_tracks(struct udf_mount *ump, struct udf_args *args,
41 int udf_search_writing_tracks(struct udf_mount *ump);
42 int udf_setup_writeparams(struct udf_mount *ump);
43 void udf_mmc_synchronise_caches(struct udf_mount *ump);
44 void udf_synchronise_caches(struct udf_mount *ump);
55 int udf_read_phys_sectors(struct udf_mount *ump, int what, void *blob,
57 int udf_write_phys_sectors(struct udf_mount *ump, int what, void *blob
    [all...]
Makefile 5 INCS= ecma167-udf.h udf_mount.h
udf_strat_bootstrap.c 61 #include <fs/udf/udf_mount.h>
107 struct udf_mount *ump = args->ump;
udf_readwrite.c 62 #include <fs/udf/udf_mount.h>
180 udf_fixup_node_internals(struct udf_mount *ump, uint8_t *blob, int udf_c_type)
285 udf_read_phys_sectors(struct udf_mount *ump, int what, void *blob,
348 udf_read_phys_dscr(struct udf_mount *ump, uint32_t sector,
427 udf_write_phys_buf(struct udf_mount *ump, int what, struct buf *buf)
484 udf_write_phys_sectors(struct udf_mount *ump, int what, void *blob,
519 udf_write_phys_dscr_sync(struct udf_mount *ump, struct udf_node *udf_node, int what,
562 udf_write_phys_dscr_async(struct udf_mount *ump, struct udf_node *udf_node,
608 udf_create_logvol_dscr(struct udf_mount *ump, struct udf_node *udf_node, struct long_ad *icb,
629 udf_free_logvol_dscr(struct udf_mount *ump, struct long_ad *icb
    [all...]
udf_strat_sequential.c 62 #include <fs/udf/udf_mount.h>
145 struct udf_mount *ump = args->ump;
161 struct udf_mount *ump = args->ump;
173 struct udf_mount *ump = args->ump;
203 struct udf_mount *ump = args->ump;
263 struct udf_mount *ump = args->ump;
297 struct udf_mount *ump = args->ump;
320 udf_VAT_mapping_update(struct udf_mount *ump, struct buf *buf, uint32_t lb_map)
375 udf_issue_buf(struct udf_mount *ump, int queue, struct buf *buf)
477 udf_doshedule(struct udf_mount *ump
    [all...]
udf_vfsops.c 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, function in typeref:typename:int
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
    [all...]
udf_strat_direct.c 62 #include <fs/udf/udf_mount.h>
131 struct udf_mount *ump = args->ump;
147 struct udf_mount *ump = args->ump;
159 struct udf_mount *ump = args->ump;
188 struct udf_mount *ump = args->ump;
237 struct udf_mount *ump = args->ump;
398 struct udf_mount *ump = args->ump;
407 struct udf_mount *ump = args->ump;
433 struct udf_mount *ump = args->ump;
udf.h 243 struct udf_mount *ump;
270 struct udf_mount { struct
358 STAILQ_HEAD(udfmntpts, udf_mount) all_udf_mntpnts;
373 struct udf_mount *ump;
udf_subr.c 63 #include <fs/udf/udf_mount.h>
122 udf_dump_discinfo(struct udf_mount *ump)
188 udf_update_discinfo(struct udf_mount *ump)
241 udf_update_trackinfo(struct udf_mount *ump, struct mmc_trackinfo *ti)
281 udf_setup_writeparams(struct udf_mount *ump)
323 udf_mmc_synchronise_caches(struct udf_mount *ump)
347 udf_search_tracks(struct udf_mount *ump, struct udf_args *args,
427 udf_check_track_metadata_overlap(struct udf_mount *ump,
511 udf_search_writing_tracks(struct udf_mount *ump)
839 udf_read_anchor(struct udf_mount *ump, uint32_t sector, struct anchor_vdp **dst
    [all...]
udf_strat_rmw.c 62 #include <fs/udf/udf_mount.h>
97 struct udf_mount *ump;
368 udf_geteccline(struct udf_mount *ump, uint32_t sector, int flags)
490 struct udf_mount *ump = eccline->ump;
540 struct udf_mount *ump = args->ump;
579 struct udf_mount *ump = args->ump;
611 struct udf_mount *ump = args->ump;
705 struct udf_mount *ump = args->ump;
771 struct udf_mount *ump = args->ump;
1011 struct udf_mount *ump = args->ump
    [all...]
udf_allocation.c 63 #include <fs/udf/udf_mount.h>
72 static void udf_record_allocation_in_node(struct udf_mount *ump,
76 static void udf_collect_free_space_for_vpart(struct udf_mount *ump,
162 udf_assert_allocated(struct udf_mount *ump, uint16_t vpart_num,
364 udf_calc_freespace(struct udf_mount *ump, uint64_t *sizeblks, uint64_t *freeblks)
414 udf_calc_vpart_freespace(struct udf_mount *ump, uint16_t vpart_num, uint64_t *freeblks)
455 udf_translate_vtop(struct udf_mount *ump, struct long_ad *icb_loc,
619 udf_translate_vtop_list(struct udf_mount *ump, uint32_t sectors,
649 struct udf_mount *ump;
815 udf_search_free_vatloc(struct udf_mount *ump, uint32_t *lbnumres
    [all...]
udf_rename.c 46 #include <fs/udf/udf_mount.h>
518 struct udf_mount *ump;
udf_vnops.c 60 #include <fs/udf/udf_mount.h>
663 struct udf_mount *ump;
870 struct udf_mount *ump = udf_node->ump;
1216 /* struct udf_mount *ump = udf_node->ump; */
1944 struct udf_mount *ump = dir_node->ump;
1989 struct udf_mount *ump = dir_node->ump;
  /src/usr.sbin/puffs/rump_udf/
rump_udf.c 31 #include <fs/udf/udf_mount.h>
  /src/tests/fs/common/
fstest_udf.c 42 #include <fs/udf/udf_mount.h>
  /src/sbin/newfs_udf/
newfs_udf.c 62 #include <fs/udf/udf_mount.h>
  /src/sys/compat/netbsd32/
netbsd32_fs.c 56 #include <fs/udf/udf_mount.h>
  /src/sbin/fsck_udf/
main.c 76 #include <fs/udf/udf_mount.h>

Completed in 27 milliseconds