Home
last modified time | relevance | path

Searched refs:i_desc_type (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_inode.c715 ip->i_desc_type = icb_tag_flags & 0x7; in ud_iget()
725 if (ip->i_desc_type == ICB_FLAG_SHORT_AD) { in ud_iget()
858 ip->i_desc_type); in ud_iget()
1227 tag_flags |= ip->i_desc_type; in ud_iupdat()
1244 if (ip->i_desc_type == ICB_FLAG_ONE_AD) { in ud_iupdat()
1326 (ip->i_desc_type == ICB_FLAG_LONG_AD)); in ud_updat_ext4()
1328 if (ip->i_desc_type == ICB_FLAG_SHORT_AD) { in ud_updat_ext4()
1345 if (ip->i_desc_type == ICB_FLAG_SHORT_AD) { in ud_updat_ext4()
1658 if (oip->i_desc_type == ICB_FLAG_ONE_AD) { in ud_itrunc()
1696 (ip->i_desc_type == ICB_FLAG_LONG_AD)); in ud_trunc_ext4()
[all …]
H A Dudf_bmap.c110 if (ip->i_desc_type != ICB_FLAG_ONE_AD) { in ud_bmap_has_holes()
231 if (ip->i_desc_type == ICB_FLAG_ONE_AD) { in ud_bmap_write()
247 ip->i_desc_type = ICB_FLAG_SHORT_AD; in ud_bmap_write()
329 ip->i_desc_type = ICB_FLAG_ONE_AD; in ud_bmap_write()
615 if (ip->i_desc_type == ICB_FLAG_LONG_AD) { in ud_common_ad()
619 } else if (ip->i_desc_type == ICB_FLAG_SHORT_AD) { in ud_common_ad()
745 if (ip->i_desc_type == ICB_FLAG_ONE_AD) in ud_read_icb_till_off()
1076 if (ip->i_desc_type == ICB_FLAG_SHORT_AD) { in ud_bump_ext_count()
1078 } else if (ip->i_desc_type == ICB_FLAG_LONG_AD) { in ud_bump_ext_count()
H A Dudf_dir.c999 if (tdp->i_desc_type == ICB_FLAG_ONE_AD) { in ud_dircheckforname()
1360 if ((ip->i_desc_type != ICB_FLAG_ONE_AD) || in ud_dirmakedirect()
1665 old_dtype = dp->i_desc_type; in ud_dirprepareentry()
1673 if (old_dtype != dp->i_desc_type) { in ud_dirprepareentry()
1709 if (dp->i_desc_type != ICB_FLAG_ONE_AD) { in ud_dirprepareentry()
H A Dudf_subr.c306 if (ip->i_desc_type == ICB_FLAG_ONE_AD) { in ud_ip_off2bno()
577 if (ip->i_desc_type == ICB_FLAG_ONE_AD) { in ud_sync_indir()
579 } else if (ip->i_desc_type == ICB_FLAG_SHORT_AD) { in ud_sync_indir()
581 } else if (ip->i_desc_type == ICB_FLAG_LONG_AD) { in ud_sync_indir()
H A Dudf_vnops.c2511 if (ip->i_desc_type == ICB_FLAG_ONE_AD) { in ud_page_fill()
2807 if (ip->i_desc_type == ICB_FLAG_ONE_AD) { in ud_putapage()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dudf_inode.h403 int16_t i_desc_type; /* Allocation desc type */ member
454 _NOTE(RWLOCK_PROTECTS_DATA(ud_inode::i_contents, ud_inode::i_desc_type))