Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_inode.c724 ip->i_max_emb = udf_vfsp->udf_lbsize - ip->i_data_off; in ud_iget()
736 ip->i_cur_max_ext = ip->i_max_emb / sizeof (struct short_ad); in ud_iget()
799 ip->i_cur_max_ext = ip->i_max_emb / sizeof (struct long_ad); in ud_iget()
1341 ndent = ip->i_max_emb / elen; in ud_updat_ext4()
1659 if (length > oip->i_max_emb) { in ud_itrunc()
1790 ndent = ip->i_max_emb / elen; in ud_trunc_ext4()
H A Dudf_bmap.c232 if (end_req < ip->i_max_emb) { in ud_bmap_write()
255 ip->i_cur_max_ext = ip->i_max_emb / sizeof (struct short_ad); in ud_bmap_write()
H A Dudf_dir.c1000 slotp->size = tdp->i_max_emb - tdp->i_size; in ud_dircheckforname()
1361 (parent_len > ip->i_max_emb)) { in ud_dirmakedirect()
H A Dudf_subr.c590 ndentry = ip->i_max_emb / elen; in ud_sync_indir()
H A Dudf_vnops.c2808 ASSERT(ip->i_size <= ip->i_max_emb); in ud_putapage()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dudf_inode.h447 uint32_t i_max_emb; member