Home
last modified time | relevance | path

Searched refs:ICB_FLAG_ONE_AD (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dpass1.c224 case ICB_FLAG_ONE_AD: in opndir()
427 case ICB_FLAG_ONE_AD: in getdir()
523 case ICB_FLAG_ONE_AD: in ckinode()
/illumos-gate/usr/src/uts/common/fs/udfs/
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()
329 ip->i_desc_type = ICB_FLAG_ONE_AD; in ud_bmap_write()
745 if (ip->i_desc_type == ICB_FLAG_ONE_AD) in ud_read_icb_till_off()
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()
1709 if (dp->i_desc_type != ICB_FLAG_ONE_AD) { in ud_dirprepareentry()
H A Dudf_inode.c849 } else if (ip->i_desc_type == ICB_FLAG_ONE_AD) { in ud_iget()
1244 if (ip->i_desc_type == ICB_FLAG_ONE_AD) { in ud_iupdat()
1658 if (oip->i_desc_type == ICB_FLAG_ONE_AD) { in ud_itrunc()
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()
H A Dudf_vfsops.c1694 if (ad_type == ICB_FLAG_ONE_AD) { in ud_val_get_vat()
1714 if (ad_type == ICB_FLAG_ONE_AD) { in ud_val_get_vat()
H A Dudf_alloc.c1160 flags = ICB_FLAG_ONE_AD; in ud_ialloc()
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_volume.h323 #define ICB_FLAG_ONE_AD 0x0003 macro
/illumos-gate/usr/src/cmd/fs.d/udfs/mkfs/
H A Dudfslib.c495 case ICB_FLAG_ONE_AD: in ud_swap_file_entry()
/illumos-gate/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb.c827 } else if (desc_type == ICB_FLAG_ONE_AD) { in get_blkno()