Searched refs:VTOI (Results 1 - 19 of 19) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/isofs/cd9660/
H A Dcd9660_bmap.c90 ip = VTOI(ap->a_vp);
107 ip = VTOI(ap->a_vp);
117 struct iso_node *ip = VTOI(ap->a_vp);
H A Dcd9660_lookup.c160 dp = VTOI(vdp);
411 VTOI(tdp)->i_parent = VTOI(pdp)->i_number;
423 VTOI(tdp)->i_parent = VTOI(pdp)->i_number;
447 ip = VTOI(vp);
H A Dcd9660_node.h161 /* <ufs/inode.h> defines VTOI and ITOV macros */
162 #undef VTOI macro
165 #define VTOI(vp) ((struct iso_node *)(vnode_fsnode(vp))) macro
H A Dcd9660_vnops.c138 register struct iso_node *ip = VTOI(vp);
189 register struct iso_node *ip = VTOI(vp);
425 dp = VTOI(vdp);
653 ip = VTOI(ap->a_vp);
738 struct iso_node *ip = VTOI(vp);
756 switch (VTOI(ap->a_vp)->i_mnt->iso_ftype) {
803 register struct iso_node *ip = VTOI(vp);
949 struct iso_node *ip = VTOI(vp);
1050 register struct iso_node *ip = VTOI(vp);
1085 register struct iso_node *ip = VTOI(v
[all...]
H A Dcd9660_node.c278 struct iso_node *ip = VTOI(vp);
297 struct iso_node *ip = VTOI(vp);
H A Dcd9660_util.c337 dp = VTOI(vdp);
H A Dcd9660_vfsops.c330 struct iso_node *ip = VTOI(videovp);
951 ip = VTOI(nvp);
1599 struct iso_node *ip = VTOI(vp);
/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ufs/
H A Dufs_vnops.c180 ip = VTOI(*vpp);
209 if ((VTOI(ap->a_vp)->i_flags & APPEND) &&
229 register struct inode *ip = VTOI(vp);
251 register struct inode *ip = VTOI(vp);
308 struct inode *ip = VTOI(vp);
340 ip = VTOI(vp);
374 register struct inode *ip = VTOI(vp);
390 register struct inode *ip = VTOI(vp);
500 ip = VTOI(vp);
588 ip = VTOI(v
[all...]
H A Dinode.h171 #define VTOI(vp) ((struct inode *)(vp)->v_data) macro
189 #define VN_KNOTE(vp, hint) KNOTE(&VTOI(vp)->i_knotes, (hint))
H A Dufs_inode.c97 struct inode *ip = VTOI(vp);
161 ip = VTOI(vp);
H A Dufs_readwrite.c105 ip = VTOI(vp);
244 ip = VTOI(vp);
522 ip = VTOI(vp);
575 ip = VTOI(vp);
H A Dufs_bmap.c132 ip = VTOI(vp);
375 ip = VTOI(vp);
H A Dufs_quota.c439 if ( (args->error = getinoquota(VTOI(vp))) )
540 ip = VTOI(vp);
759 ip = VTOI(vp);
H A Dufs_lookup.c177 dp = VTOI(vdp);
648 dp = VTOI(dvp);
686 dp = VTOI(dvp);
824 dp = VTOI(dvp);
/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ffs/
H A Dffs_subr.c106 ip = VTOI(vp);
H A Dffs_vnops.c313 fs = VTOI(ap->a_vp)->I_FS;
334 fs = VTOI(ap->a_vp)->I_FS;
H A Dffs_inode.c122 ip = VTOI(vp);
202 oip = VTOI(ovp);
H A Dffs_vfsops.c288 ip = VTOI(vp);
1154 ip = VTOI(vp);
1480 ip = VTOI(nvp);
1506 ip = VTOI(vp);
H A Dffs_alloc.c385 pip = VTOI(pvp);
417 ip = VTOI(*vpp);
1527 pip = VTOI(vp);

Completed in 61 milliseconds