Home
last modified time | relevance | path

Searched refs:IB_CON (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_bmap.c652 else if (((length >> 30) & IB_MASK) == IB_CON) { in ud_common_ad()
1064 icon->ib_flags = IB_CON; in ud_bump_ext_count()
H A Dudf_inode.c752 if (((length >> 30) & IB_MASK) == IB_CON) { in ud_iget()
815 if (((length >> 30) & IB_MASK) == IB_CON) { in ud_iget()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dudf_inode.h372 #define IB_CON 0x3 /* Continuation entry */ macro