Searched refs:i_max_emb (Results 1 – 6 of 6) sorted by relevance
723 ip->i_max_emb = udf_vfsp->udf_lbsize - ip->i_data_off; in ud_iget()735 ip->i_cur_max_ext = ip->i_max_emb / sizeof (struct short_ad); in ud_iget()798 ip->i_cur_max_ext = ip->i_max_emb / sizeof (struct long_ad); in ud_iget()1340 ndent = ip->i_max_emb / elen; in ud_updat_ext4()1658 if (length > oip->i_max_emb) { in ud_itrunc()1789 ndent = ip->i_max_emb / elen; in ud_trunc_ext4()
234 if (end_req < ip->i_max_emb) { in ud_bmap_write()257 ip->i_cur_max_ext = ip->i_max_emb / sizeof (struct short_ad); in ud_bmap_write()
1000 slotp->size = tdp->i_max_emb - tdp->i_size; in ud_dircheckforname()1361 (parent_len > ip->i_max_emb)) { in ud_dirmakedirect()
590 ndentry = ip->i_max_emb / elen; in ud_sync_indir()
2809 ASSERT(ip->i_size <= ip->i_max_emb); in ud_putapage()
447 uint32_t i_max_emb; member