Searched refs:i_cur_max_ext (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_inode.c735 ip->i_cur_max_ext = ip->i_max_emb / sizeof (struct short_ad);
736 ip->i_cur_max_ext --;
798 ip->i_cur_max_ext = ip->i_max_emb / sizeof (struct long_ad);
799 ip->i_cur_max_ext --;
1488 ip->i_cur_max_ext -= (count / elen) - 1;
1814 ip->i_cur_max_ext -= nient;
H A Dudf_bmap.c257 ip->i_cur_max_ext = ip->i_max_emb / sizeof (struct short_ad);
258 ip->i_cur_max_ext --;
1013 if (ip->i_ext_used >= ip->i_cur_max_ext) {
1075 * Bump the i_cur_max_ext according to
1086 ip->i_cur_max_ext += sz / elen;
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dudf_inode.h414 uint32_t i_cur_max_ext; member in struct:ud_inode

Completed in 61 milliseconds