Home
last modified time | relevance | path

Searched refs:ud_xlate_to_daddr (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb.c196 value = i_number = ud_xlate_to_daddr(udh, ricb_prn, ricb_loc); in main()
431 if ((block = ud_xlate_to_daddr( in print_desc()
880 if ((*blkno = ud_xlate_to_daddr( in get_blkno()
979 if ((*in = ud_xlate_to_daddr(udh, ricb_prn, ricb_loc)) == 0) { in inode_from_path()
1025 if ((*in = ud_xlate_to_daddr(udh, in inode_from_path()
1096 iloc = ud_xlate_to_daddr(udh, SWAP_16(fid->fid_icb.lad_ext_prn), in list()
1374 iloc = ud_xlate_to_daddr(udh, SWAP_16(fid->fid_icb.lad_ext_prn), in find_it()
H A Dfsdb_yacc.y232 if ((temp = ud_xlate_to_daddr(ricb_prn,
260 if ((block = ud_xlate_to_daddr(ricb_prn,
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_alloc.c298 ud_xlate_to_daddr(udf_vfsp, in ud_alloc_space_bmap()
424 ud_xlate_to_daddr(udf_vfsp, ud_part->udp_number, in ud_check_free_and_mark_used()
518 ud_xlate_to_daddr(udf_vfsp, ud_part->udp_number, in ud_alloc_space_stbl()
780 ud_xlate_to_daddr(udf_vfsp, ud_part->udp_number, block, 1, in ud_free_space_bmap()
865 ud_xlate_to_daddr(udf_vfsp, ud_part->udp_number, block, 1, &dummy), in ud_free_space_stbl()
1017 loc = ud_xlate_to_daddr(udf_vfsp, prn, blkno, 1, &dummy); in ud_ialloc()
H A Dudf_bmap.c159 bno = ud_xlate_to_daddr(ip->i_udf, in ud_bmap_read()
716 bno = ud_xlate_to_daddr(ip->i_udf, cont->ib_prn, cont->ib_block, in ud_read_next_cont()
1264 bno = ud_xlate_to_daddr(udf_vfsp, in ud_zero_it()
H A Dudf_inode.c141 loc = ud_xlate_to_daddr(udf_vfsp, prn, ploc, 1, &dummy); in ud_search_icache()
188 loc = ud_xlate_to_daddr(udf_vfsp, prn, ploc, 1, &dummy); in ud_iget()
561 ip->i_icb_lbano = ud_xlate_to_daddr(udf_vfsp, in ud_iget()
1377 bno = ud_xlate_to_daddr(ip->i_udf, in ud_updat_ext4()
H A Dudf_dir.c1184 ud_xlate_to_daddr(udf_vfsp, prn, lbno, 1, &dummy); in ud_dircheckpath()
1810 loc = ud_xlate_to_daddr(dp->i_udf, in ud_dirfixdotdot()
H A Dudf_vfsops.c1438 if ((blkno = ud_xlate_to_daddr(udf_vfsp, in ud_validate_and_fill_superblock()
1463 udf_vfsp->udf_root_blkno = ud_xlate_to_daddr(udf_vfsp, in ud_validate_and_fill_superblock()
H A Dudf_subr.c158 ud_xlate_to_daddr(struct udf_vfs *udf_vfsp, in ud_xlate_to_daddr() function
H A Dudf_vnops.c1222 nd->d_ino = ud_xlate_to_daddr(udf_vfsp, in udf_readdir()
/illumos-gate/usr/src/cmd/fs.d/udfs/common/
H A Dud_lib.h243 uint32_t ud_xlate_to_daddr(ud_handle_t, uint16_t, uint32_t);
H A Dud_lib.c858 fsds_loc = ud_xlate_to_daddr(h, fsd_prn, fsd_loc); in ud_get_latest_fsd()
971 ud_xlate_to_daddr(ud_handle_t h, uint16_t prn, uint32_t blkno) in ud_xlate_to_daddr() function
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dudf_inode.h669 daddr_t ud_xlate_to_daddr(struct udf_vfs *, uint16_t,