Home
last modified time | relevance | path

Searched refs:i_udf (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_dir.c135 udf_vfsp = dip->i_udf; in ud_dirlook()
347 udf_vfsp = tdp->i_udf; in ud_direnter()
622 udf_vfsp = dp->i_udf; in ud_dirremove()
897 udf_vfsp = tdp->i_udf; in ud_dircheckforname()
1134 udf_vfsp = target->i_udf; in ud_dircheckpath()
1191 udf_vfsp = ip->i_udf; in ud_dircheckpath()
1290 udf_vfsp = sip->i_udf; in ud_diraddentry()
1448 ASSERT(sdp->i_udf != NULL); in ud_dirrename()
1640 lbsize = dp->i_udf->udf_lbsize; in ud_dirprepareentry()
1686 dp->i_udf->udf_lbsize, in ud_dirprepareentry()
[all …]
H A Dudf_inode.c407 ip->i_udf = udf_vfsp; in ud_iget()
978 if (ip->i_udf == NULL) { in ud_iinactive()
1169 if (ip->i_udf == NULL) { in ud_iupdat()
1173 udf_vfsp = ip->i_udf; in ud_iupdat()
1183 ip->i_udf->udf_lbsize); in ud_iupdat()
1383 ip->i_udf->udf_lbsize); in ud_updat_ext4()
1478 lbmask = ip->i_udf->udf_lbmask; in ud_updat_ext4()
1479 l2b = ip->i_udf->udf_l2b_shift; in ud_updat_ext4()
1567 udf_vfsp = oip->i_udf; in ud_itrunc()
1704 lbmask = ip->i_udf->udf_lbmask; in ud_trunc_ext4()
[all …]
H A Dudf_bmap.c137 lbmask = ip->i_udf->udf_lbmask; in ud_bmap_read()
138 l2b = ip->i_udf->udf_l2b_shift; in ud_bmap_read()
139 l2d = ip->i_udf->udf_l2d_shift; in ud_bmap_read()
159 bno = ud_xlate_to_daddr(ip->i_udf, in ud_bmap_read()
214 udf_vfsp = ip->i_udf; in ud_bmap_write()
640 lbmask = ip->i_udf->udf_lbmask; in ud_common_ad()
792 udf_vfsp = ip->i_udf; in ud_last_alloc_ext()
1017 lbmask = ip->i_udf->udf_lbmask; in ud_bump_ext_count()
1018 l2b = ip->i_udf->udf_l2b_shift; in ud_bump_ext_count()
1104 udf_vfsp = ip->i_udf; in ud_create_ext()
[all …]
H A Dudf_vnops.c623 if (ip->i_udf == NULL) { in udf_access()
930 udf_vfsp = sdp->i_udf; in udf_rename()
1138 udf_vfsp = ip->i_udf; in udf_readdir()
1677 struct udf_vfs *udf_vfsp = ip->i_udf; in udf_getpage()
2210 if (ip->i_udf == NULL) { in udf_pageio()
2506 int32_t lbsize = ip->i_udf->udf_lbsize; in ud_page_fill()
2779 lbmask = ip->i_udf->udf_lbmask; in ud_putapage()
2782 udf_vfsp = ip->i_udf; in ud_putapage()
2846 ud_make_tag(ip->i_udf, &fe->fe_tag, in ud_putapage()
3009 udf_vfsp = ip->i_udf; in ud_rdip()
[all …]
H A Dudf_subr.c321 ip->i_udf->udf_l2b_shift); in ud_ip_off2bno()
486 if (ip->i_udf == NULL) { in ud_syncip()
819 if ((ip->i_udf == udf_vfsp) && in ud_icheck()
987 udf_vfsp = ip->i_udf; in ud_get_next_fid()
H A Dudf_alloc.c1009 udf_vfsp = pip->i_udf; in ud_ialloc()
1214 cmn_err(CE_NOTE, "%s: out of inodes\n", pip->i_udf->udf_volid); in ud_ialloc()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dudf_inode.h326 #define RD_CLUSTSZ(ip) ((ip)->i_udf->udf_rdclustsz)
327 #define WR_CLUSTSZ(ip) ((ip)->i_udf->udf_wrclustsz)
390 struct udf_vfs *i_udf; /* incore fs associated with inode */ member