| /netbsd/src/sys/fs/udf/ |
| D | 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 …]
|
| D | udf_readwrite.c | 180 udf_fixup_node_internals(struct udf_mount *ump, uint8_t *blob, int udf_c_type) in udf_fixup_node_internals() 285 udf_read_phys_sectors(struct udf_mount *ump, int what, void *blob, in udf_read_phys_sectors() 348 udf_read_phys_dscr(struct udf_mount *ump, uint32_t sector, in udf_read_phys_dscr() 427 udf_write_phys_buf(struct udf_mount *ump, int what, struct buf *buf) in udf_write_phys_buf() 484 udf_write_phys_sectors(struct udf_mount *ump, int what, void *blob, in udf_write_phys_sectors() 519 udf_write_phys_dscr_sync(struct udf_mount *ump, struct udf_node *udf_node, int what, in udf_write_phys_dscr_sync() 562 udf_write_phys_dscr_async(struct udf_mount *ump, struct udf_node *udf_node, in udf_write_phys_dscr_async() 608 udf_create_logvol_dscr(struct udf_mount *ump, struct udf_node *udf_node, struct long_ad *icb, in udf_create_logvol_dscr() 629 udf_free_logvol_dscr(struct udf_mount *ump, struct long_ad *icb, in udf_free_logvol_dscr() 645 udf_read_logvol_dscr(struct udf_mount *ump, struct long_ad *icb, in udf_read_logvol_dscr() [all …]
|
| D | udf_strat_sequential.c | 145 struct udf_mount *ump = args->ump; in udf_create_logvol_dscr_seq() 161 struct udf_mount *ump = args->ump; in udf_free_logvol_dscr_seq() 173 struct udf_mount *ump = args->ump; in udf_read_logvol_dscr_seq() 203 struct udf_mount *ump = args->ump; in udf_write_logvol_dscr_seq() 263 struct udf_mount *ump = args->ump; in udf_queuebuf_seq() 297 struct udf_mount *ump = args->ump; in udf_sync_caches_seq() 320 udf_VAT_mapping_update(struct udf_mount *ump, struct buf *buf, uint32_t lb_map) in udf_VAT_mapping_update() 375 udf_issue_buf(struct udf_mount *ump, int queue, struct buf *buf) in udf_issue_buf() 477 udf_doshedule(struct udf_mount *ump) in udf_doshedule() 566 struct udf_mount *ump = (struct udf_mount *) arg; in udf_discstrat_thread() [all …]
|
| D | udf_vfsops.c | 101 .vfs_mount = udf_mount, 234 struct udf_mount *ump; in free_udf_mountinfo() 281 struct udf_mount *ump = VFSTOUDF(mp); in udf_release_system_nodes() 302 udf_mount(struct mount *mp, const char *path, in udf_mount() function 307 struct udf_mount *ump; in udf_mount() 469 struct udf_mount *ump; in udf_unmount() 571 struct udf_mount *ump; in udf_mountfs() 593 ump = malloc(sizeof(struct udf_mount), M_UDFMNT, M_WAITOK | M_ZERO); in udf_mountfs() 756 struct udf_mount *ump = VFSTOUDF(mp); in udf_root() 783 struct udf_mount *ump = VFSTOUDF(mp); in udf_statvfs() [all …]
|
| D | udf_strat_direct.c | 131 struct udf_mount *ump = args->ump; in udf_getblank_nodedscr_direct() 147 struct udf_mount *ump = args->ump; in udf_free_nodedscr_direct() 159 struct udf_mount *ump = args->ump; in udf_read_nodedscr_direct() 188 struct udf_mount *ump = args->ump; in udf_write_nodedscr_direct() 237 struct udf_mount *ump = args->ump; in udf_queue_buf_direct() 398 struct udf_mount *ump = args->ump; in udf_sync_caches_direct() 407 struct udf_mount *ump = args->ump; in udf_discstrat_init_direct() 433 struct udf_mount *ump = args->ump; in udf_discstrat_finish_direct()
|
| D | udf_subr.c | 122 udf_dump_discinfo(struct udf_mount *ump) in udf_dump_discinfo() 188 udf_update_discinfo(struct udf_mount *ump) in udf_update_discinfo() 241 udf_update_trackinfo(struct udf_mount *ump, struct mmc_trackinfo *ti) in udf_update_trackinfo() 281 udf_setup_writeparams(struct udf_mount *ump) in udf_setup_writeparams() 323 udf_mmc_synchronise_caches(struct udf_mount *ump) in udf_mmc_synchronise_caches() 347 udf_search_tracks(struct udf_mount *ump, struct udf_args *args, in udf_search_tracks() 427 udf_check_track_metadata_overlap(struct udf_mount *ump, in udf_check_track_metadata_overlap() 511 udf_search_writing_tracks(struct udf_mount *ump) in udf_search_writing_tracks() 839 udf_read_anchor(struct udf_mount *ump, uint32_t sector, struct anchor_vdp **dst) in udf_read_anchor() 862 udf_read_anchors(struct udf_mount *ump) in udf_read_anchors() [all …]
|
| D | udf.h | 243 struct udf_mount *ump; 270 struct udf_mount { struct 358 STAILQ_HEAD(udfmntpts, udf_mount) all_udf_mntpnts; argument 373 struct udf_mount *ump; argument
|
| D | udf_strat_rmw.c | 97 struct udf_mount *ump; 368 udf_geteccline(struct udf_mount *ump, uint32_t sector, int flags) in udf_geteccline() 490 struct udf_mount *ump = eccline->ump; in udf_puteccline() 540 struct udf_mount *ump = args->ump; in udf_create_nodedscr_rmw() 579 struct udf_mount *ump = args->ump; in udf_free_nodedscr_rmw() 611 struct udf_mount *ump = args->ump; in udf_read_nodedscr_rmw() 705 struct udf_mount *ump = args->ump; in udf_write_nodedscr_rmw() 771 struct udf_mount *ump = args->ump; in udf_queuebuf_rmw() 1011 struct udf_mount *ump = args->ump; in udf_sync_caches_rmw() 1022 struct udf_mount *ump = eccline->ump; in udf_shedule_read_callback() [all …]
|
| D | udf_allocation.c | 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) in udf_calc_freespace() 414 udf_calc_vpart_freespace(struct udf_mount *ump, uint16_t vpart_num, uint64_t *freeblks) in udf_calc_vpart_freespace() 455 udf_translate_vtop(struct udf_mount *ump, struct long_ad *icb_loc, in udf_translate_vtop() 619 udf_translate_vtop_list(struct udf_mount *ump, uint32_t sectors, in udf_translate_vtop_list() 649 struct udf_mount *ump; in udf_translate_file_extent() 815 udf_search_free_vatloc(struct udf_mount *ump, uint32_t *lbnumres) in udf_search_free_vatloc() 1031 udf_do_reserve_space(struct udf_mount *ump, struct udf_node *udf_node, in udf_do_reserve_space() [all …]
|
| D | Makefile | 5 INCS= ecma167-udf.h udf_mount.h
|
| D | udf_strat_bootstrap.c | 107 struct udf_mount *ump = args->ump; in udf_queuebuf_bootstrap()
|
| D | udf_vnops.c | 663 struct udf_mount *ump; in udf_lookup() 870 struct udf_mount *ump = udf_node->ump; in udf_getattr() 1944 struct udf_mount *ump = dir_node->ump; in udf_remove() 1989 struct udf_mount *ump = dir_node->ump; in udf_rmdir()
|
| D | udf_rename.c | 518 struct udf_mount *ump; in udf_gro_genealogy()
|
| /netbsd/src/external/bsd/am-utils/dist/amd/ |
| D | ops_udf.c | 54 static int udf_mount(am_node *am, mntfs *mf); 65 udf_mount, 251 udf_mount(am_node *am, mntfs *mf) in udf_mount() function
|
| /netbsd/src/external/bsd/am-utils/dist/m4/macros/ |
| D | try_compile_anyfs.m4 | 181 # include <fs/udf/udf_mount.h>
|
| /netbsd/src/external/bsd/am-utils/dist/ |
| D | configure.ac | 438 fs/udf/udf_mount.h \ 1085 AMU_CHECK_FS_HEADERS(fs/udf/udf_mount.h, udf)
|
| /netbsd/src/distrib/sets/lists/comp/ |
| D | mi | 996 ./usr/include/fs/udf/udf_mount.h comp-c-include
|