Searched refs:vnode_getwithvid (Results 1 - 25 of 26) sorted by relevance

12

/macosx-10.10/ntfs-84/kext/
H A Dntfs_hash.c225 if (vn && vnode_getwithvid(vn, vn_id))
314 if (vn && vnode_getwithvid(vn, vn_id))
/macosx-10.10/webdavfs-367/webdav_fs.kextproj/webdav_fs.kmodproj/
H A Dwebdav_nodehash.c138 if (vnode_getwithvid(vp, vid))
/macosx-10.10/xnu-2782.1.97/bsd/hfs/
H A Dhfs_chash.c180 if ((error = vnode_getwithvid(vp, vid))) {
339 if (vnode_getwithvid(vp, vid))
H A Dhfs_vnops.c1947 int error = vnode_getwithvid(rvp, vid);
3594 if (vnode_getwithvid(rvp, rsrc_vid)) {
4569 if (vnode_getwithvid (tvp_rsrc, tvp_rsrc_vid)) {
6633 // vnode_getwithvid can block so we need to drop the cnode lock
6636 error = vnode_getwithvid(rvp, vid);
/macosx-10.10/cddafs-253/
H A DAppleCDDAFileSystemVFSOps.c713 error = vnode_getwithvid ( cddaMountPtr->root, cddaMountPtr->rootVID );
758 error = vnode_getwithvid ( vNodePtr, vid );
867 error = vnode_getwithvid ( vNodePtr, vid );
/macosx-10.10/xnu-2782.1.97/bsd/dev/vn/
H A Dvn.c515 error = vnode_getwithvid(vn->sc_vp, vn->sc_vid);
545 error = vnode_getwithvid(vn->sc_shadow_vp,
593 error = vnode_getwithvid(vn->sc_vp, vn->sc_vid);
622 error = vnode_getwithvid(vn->sc_shadow_vp,
827 error = vnode_getwithvid(vp, vn->sc_vid);
836 error = vnode_getwithvid(shadow_vp,
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dtty_tty.c273 if (vnode_getwithvid(vp, vid) != 0)
H A Dproc_info.c792 if ((vp != NULLVP) && ((vnode_getwithvid(vp, vid)) == 0)) {
874 if ((vnode_getwithvid(vp, vnodeid)) == 0) {
909 if ((vnode_getwithvid(vp, vnodeid)) == 0) {
951 if ((vnode_getwithvid(vp, vnodeid)) == 0) {
1018 if ((error = vnode_getwithvid(vncdirvp, vncdirid)) == 0) {
1033 if ((error = vnode_getwithvid(vnrdirvp, vnrdirid)) == 0) {
1075 error = vnode_getwithvid(tvp, vid);
1591 if ((error = vnode_getwithvid(vp, vid)) != 0) {
1612 if ((error = vnode_getwithvid(vp, vid)) != 0) {
H A Dkern_exit.c658 if ((ttyvp != NULLVP) && (vnode_getwithvid(ttyvp, ttyvid) == 0)) {
1898 if ((ttyvp != NULLVP) && (vnode_getwithvid(ttyvp, ttyvid) == 0)) {
H A Dkern_mman.c1167 if ((vnode_getwithvid(vp, vid)) == 0) {
/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_cache.c249 * after we drop the NAME_CACHE_LOCK via vnode_getwithvid...
384 if (vnode_getwithvid(vp, vid))
501 if (vnode_getwithvid(vp, vid))
562 if (vnode_getwithvid(pvp, pvid) != 0)
1538 if (vnode_getwithvid(vp, vid)) {
H A Dvfs_subr.c1453 if (vnode_getwithvid(vp,vid)) {
1457 * Termination state is checked in vnode_getwithvid
2321 if (vnode_getwithvid(vq,vid)){
2463 if (vnode_getwithvid(vp,vid))
2507 if (vnode_getwithvid(vq, vid)) {
4220 * vnode_getwithvid() cuts in line in front of a vnode drain (that is,
4226 vnode_getwithvid(vnode_t vp, uint32_t vid) function
4232 * vnode_getwithvid_drainok() is like vnode_getwithvid(), but *does* block behind a vnode
4424 * if the number of recent references via vnode_getwithvid or vnode_getwithref
4572 * give the vnode a new identity so that vnode_getwithvid wil
[all...]
H A Dvfs_vnops.c1657 if (vnode_getwithvid(vp, kn->kn_hookid))
H A Dvfs_syscalls.c8986 error = vnode_getwithvid(nspace_items[i].vp, nspace_items[i].vid);
9309 error = vnode_getwithvid (vp, vvid);
/macosx-10.10/autofs-246/autofs_kext/
H A Dauto_vnops.c558 * drop the read lock when we do a vnode_getwithvid() to
582 if (vnode_getwithvid(vp, vid) != 0) {
1205 if (vnode_getwithvid(pvp, fnp->fn_parentvid)) {
H A Dauto_subr.c1684 * don't block reclaims, do a vnode_getwithvid()
1707 error = vnode_getwithvid(cvp, cvid);
/macosx-10.10/xnu-2782.1.97/bsd/miscfs/devfs/
H A Ddevfs_tree.c1159 error = vnode_getwithvid(vn_p, vid);
1171 * vnode_getwithvid returned a valid ref
1185 * If we got an error from vnode_getwithvid, it means
1406 if (vnode_getwithvid(dvep->dve_vp, dvep->dve_vid) == 0) {
H A Ddevfs_fdesc_support.c222 if (vnode_getwithvid(fd->fd_vnode, vid)) {
/macosx-10.10/msdosfs-209.1.1/msdosfs.kextproj/msdosfs.kmodproj/
H A Dmsdosfs_denode.c192 error = vnode_getwithvid(vp, vid);
/macosx-10.10/xnu-2782.1.97/bsd/miscfs/specfs/
H A Dspec_vnops.c2433 error = vnode_getwithvid(vp, kn->kn_hookid);
2478 error = vnode_getwithvid(vp, kn->kn_hookid);
/macosx-10.10/BootCache-109/
H A Dkext.c1245 kret = vnode_getwithvid(BC_cache->c_vp, BC_cache->c_vid);
1248 message("reader thread: vnode_getwithvid failed - %d\n", kret);
2011 kret = vnode_getwithvid(BC_cache->c_vp, BC_cache->c_vid);
2013 debug("vnode_getwithvid failed - %d", kret);
5165 ret = vnode_getwithvid(BC_cache->c_vp, BC_cache->c_vid);
5167 debug("vnode_getwithvid failed - %d", ret);
5233 kret = vnode_getwithvid(BC_cache->c_vp, BC_cache->c_vid);
5235 debug("vnode_getwithvid failed - %d", kret);
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dvnode.h1356 completely different vnode than was intended. vnode_getwithref() and vnode_getwithvid()
1364 @function vnode_getwithvid
1366 @discussion If vnode_getwithvid() succeeds, the resulting io-reference must be dropped with vnode_put().
1369 iocount is then dropped, and time passes (perhaps locks are dropped and picked back up). Subsequently, vnode_getwithvid() is called to get an iocount,
1372 On success, vnode_getwithvid() returns with an iocount held on the vnode; this type of reference is intended to be held only for short periods of time (e.g.
1377 int vnode_getwithvid(vnode_t, uint32_t);
/macosx-10.10/smb-759.0/kernel/smbfs/
H A Dsmbfs_node.c627 if (vnode_getwithvid(vp, vid)) {
3715 if (vnode_getwithvid(vp, vid)) {
H A Dsmbfs_vnops.c1459 error = vnode_getwithvid(dvp, vid);
/macosx-10.10/xnu-2782.1.97/bsd/nfs/
H A Dnfs_node.c253 if ((error = vnode_getwithvid(vp, vid))) {

Completed in 488 milliseconds

12