Searched refs:vnode_get (Results 1 - 25 of 46) sorted by relevance

12

/macosx-10.10/ntfs-84/kext/
H A Dntfs_usnjrnl.c75 err = vnode_get(max_ni->vn);
H A Dntfs_quota.c77 err = vnode_get(vol->quota_q_ni->vn);
H A Dntfs_logfile.c541 err = vnode_get(ni->vn);
813 err = vnode_get(ni->vn);
H A Dntfs_lcnalloc.c191 err = vnode_get(lcnbmp_ni->vn);
1044 err = vnode_get(lcnbmp_vn);
1382 err = vnode_get(lcnbmp_vn);
H A Dntfs_mft.c124 err = vnode_get(mft_ni->vn);
456 err = vnode_get(mft_ni->vn);
538 err = vnode_get(mirr_vn);
850 err = vnode_get(lcnbmp_ni->vn);
2088 err = vnode_get(mft_ni->vn);
2096 err = vnode_get(mftbmp_ni->vn);
3142 err = vnode_get(vol->mftbmp_ni->vn);
H A Dntfs_secure.c228 err = vnode_get(ni->vn);
H A Dntfs_vfsops.c1431 err = vnode_get(ni->vn);
1505 err = vnode_get(ni->vn);
1804 err = vnode_get(ni->vn);
2537 err = vnode_get(max_ni->vn);
3189 err = vnode_get(vn);
3829 err = vnode_get(ni->vn);
4514 err = vnode_get(vn);
4520 ntfs_error(mp, "Cannot return root vnode because vnode_get() "
4581 err = vnode_get(ni->vn);
5245 err = vnode_get(n
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/hfs/
H A Dhfs_notification.c89 if (backing_vp && vnode_get(backing_vp) != 0)
H A Dhfs_lookup.c328 if ((retval = vnode_get(dvp)))
H A Dhfs_link.c353 * Note that we're calling vnode_get here, which should simply add an iocount if possible, without
355 * ensures that anyone trying to reclaim it will block until we release it. vnode_get will usually
369 if (vnode_get(vp) == 0) {
381 if (vnode_get(vp) == 0) {
/macosx-10.10/autofs-246/autofs_kext/
H A Dauto_vnops.c329 error = vnode_get(dvp);
351 error = vnode_get(dvp);
379 error = vnode_get(vp); /* XXX - what if it fails? */
389 return (vnode_get(*vpp));
/macosx-10.10/xnu-2782.1.97/bsd/miscfs/mockfs/
H A Dmockfs_fsnode.c310 rvalue = vnode_get(fsnp->vp);
/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_lookup.c754 if ( (vnode_get(ndp->ni_dvp)) ) {
828 if ( (vnode_get(dp)) ) {
1013 if ( (vnode_get(dp)) ) {
1152 if ( (vnode_get(ndp->ni_dvp)) ) {
1559 if ( (vnode_get(dp)) ) {
/macosx-10.10/xnu-2782.1.97/bsd/nfs/
H A Dnfs_node.c411 if (!vnode_get(dvp)) {
465 if (!vnode_get(np->n_parent)) {
548 if (!vnode_get(np->n_parent)) {
1032 if (!vnode_get(np->n_parent)) {
/macosx-10.10/xnu-2782.1.97/bsd/security/audit/
H A Daudit_worker.c539 if (vnode_get(old_audit_vp) == 0) {
/macosx-10.10/msdosfs-209.1.1/msdosfs.kextproj/msdosfs.kmodproj/
H A Dmsdosfs_lookup.c462 vnode_get(dvp);
481 vnode_get(vp);
/macosx-10.10/webdavfs-367/webdav_fs.kextproj/webdav_fs.kmodproj/
H A Dwebdav_vfsops.c511 * Get (vnode_get) the vnode for the root directory of the file system.
525 error = vnode_get(vp);
887 vnode_get(vp);
H A Dwebdav_vnops.c1147 error = vnode_get(dvp);
1157 error = vnode_get(vp);
1176 error = vnode_get(vp);
1187 error = vnode_get(dvp);
1196 error = vnode_get(vp);
4358 /* Note: Since this command is coming through fsctl(), vnode_get has been called on the vnode */
4409 /* Note: Since this command is coming through fsctl(), vnode_get has been called on the vnode */
4434 /* Note: Since this command is coming through fsctl(), vnode_get has been called on the vnode */
/macosx-10.10/smb-759.0/kernel/smbfs/
H A Dsmbfs_node.c906 if (vnode_get(dvp) == 0) {
1051 if (vnode_get(dvp) == 0) {
1236 if (vnode_get(vp) == 0) {
1305 if (vnode_get(vp) == 0) {
1403 * if we find one then smbfs_find_vgetstrm will return it with a vnode_get
2417 if (vnode_get(fdvp) == 0) {
H A Dsmbfs_notify_change.c186 if (vnode_get(vp)) {
H A Dsmbfs_vnops.c2214 if (dvp && (vnode_get(dvp) == 0)) {
4743 if (vnode_get(tdvp) == 0) {
4761 if (vnode_get(fdvp) == 0) {
6267 error = vnode_get(dvp);
6286 error = vnode_get(vp);
6293 error = vnode_get(dvp);
/macosx-10.10/xnu-2782.1.97/bsd/miscfs/devfs/
H A Ddevfs_fdesc_support.c313 if ( (error = vnode_get(dvp)) ) {
H A Ddevfs_vnops.c341 if ( ((error = vnode_get(dir_vnode)) == 0) ) {
393 if ( (error = vnode_get(dir_vnode)) ) {
/macosx-10.10/autofs-246/triggers_kext/
H A Dtriggers.c603 error = vnode_get(vp); /* released at end of trigger_mount_url_thread */
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dvnode.h1345 @function vnode_get
1347 @discussion If vnode_get() succeeds, the resulting io-reference must be dropped with vnode_put().
1351 On success, vnode_get() 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.
1353 recycled, and an iocount is required for any operation on a vnode. However, vnode_get() does not provide any guarantees
1355 it could be recycled and put back in use before the vnode_get() succeeds, so the caller may be referencing a
1361 int vnode_get(vnode_t);

Completed in 401 milliseconds

12