Searched refs:icb_ext (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/uts/common/fs/udfs/ |
H A D | udf_bmap.c | 105 struct icb_ext *iext; in ud_bmap_has_holes() 130 struct icb_ext *iext; in ud_bmap_read() 201 struct icb_ext *iext, *pext; in ud_bmap_write() 266 iext = ip->i_ext = (struct icb_ext *)kmem_zalloc( in ud_bmap_write() 267 ip->i_ext_count * sizeof (struct icb_ext), KM_SLEEP); in ud_bmap_write() 345 sizeof (struct icb_ext)); in ud_bmap_write() 607 struct icb_ext *iext, *con; in ud_common_ad() 633 addr = kmem_zalloc(count * sizeof (struct icb_ext), KM_SLEEP); in ud_common_ad() 634 bcopy(ip->i_ext, addr, ip->i_ext_used * sizeof (struct icb_ext)); in ud_common_ad() 635 kmem_free(ip->i_ext, ip->i_ext_count * sizeof (struct icb_ext)); in ud_common_ad() [all …]
|
H A D | udf_inode.c | 121 void ud_make_sad(struct icb_ext *, struct short_ad *, int32_t); 122 void ud_make_lad(struct icb_ext *, struct long_ad *, int32_t); 176 struct icb_ext *iext, *con; in ud_iget() 303 sizeof (struct icb_ext) * ip->i_ext_count); in ud_iget() 310 sizeof (struct icb_ext) * ip->i_con_count); in ud_iget() 733 ip->i_ext = (struct icb_ext *)kmem_zalloc(ip->i_ext_count * in ud_iget() 734 sizeof (struct icb_ext), KM_SLEEP); in ud_iget() 758 sizeof (struct icb_ext), in ud_iget() 795 ip->i_ext = (struct icb_ext *)kmem_zalloc(ip->i_ext_count * in ud_iget() 796 sizeof (struct icb_ext), KM_SLEEP); in ud_iget() [all …]
|
H A D | udf_subr.c | 302 struct icb_ext *iext; in ud_ip_off2bno()
|
H A D | udf_dir.c | 1351 struct icb_ext *iext; in ud_dirmakedirect()
|
/titanic_44/usr/src/uts/common/sys/fs/ |
H A D | udf_inode.h | 355 struct icb_ext { struct 406 struct icb_ext *i_ext; /* array of extents */ 409 struct icb_ext *i_con; 482 icb_ext::ib_flags icb_ext::ib_prn 483 icb_ext::ib_block 484 icb_ext::ib_count icb_ext::ib_offset)) 722 int32_t, struct icb_ext *);
|