Searched refs:RTOV4 (Results 1 – 11 of 11) sorted by relevance
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_rnode.c | 216 vp = RTOV4(rp); in r4flushpages() 246 vp = RTOV4(rp); in r4inactive() 587 vp = RTOV4(rp); in make_rnode4() 600 vp = RTOV4(rp); in make_rnode4() 700 vp = RTOV4(trp); in make_rnode4() 715 vnode_t *vp = RTOV4(rp); in uninit_rnode4() 765 vp = RTOV4(rp); in rp4_addfree() 977 r4_dup_check(rp, RTOV4(rp)->v_vfsp); in rp4_addhash() 989 mi = VTOMI4(RTOV4(rp)); in rp4_addhash() 1015 mi = VTOMI4(RTOV4(rp)); in rp4_rmhash_locked() [all …]
|
H A D | nfs4_callback.c | 276 vp = RTOV4(rp); in cb_getattr() 468 vp = RTOV4(rp); in cb_recall() 1136 VTOMI4(RTOV4(rp))); in nfs4_discard_delegations() 1141 VN_HOLD(RTOV4(rp)); in nfs4_discard_delegations() 1147 VN_RELE(RTOV4(rp)); in nfs4_discard_delegations() 1295 mntinfo4_t *mi = VTOMI4(RTOV4(rp)); in nfs4delegreturn_cleanup_impl() 1360 } else if (nfs_zone() == VTOMI4(RTOV4(rp))->mi_zone) { in nfs4delegreturn_cleanup() 1425 argops[1].nfs_argop4_u.opgetattr.mi = VTOMI4(RTOV4(rp)); in nfs4delegreturn_otw() 1432 rfs4call(VTOMI4(RTOV4(rp)), &args, &res, cr, &doqueue, 0, ep); in nfs4delegreturn_otw() 1439 nfs4_attr_cache(RTOV4(rp), garp, t, cr, TRUE, NULL); in nfs4delegreturn_otw() [all …]
|
H A D | nfs4_shadow.c | 63 if (RTOV4(rp) == vp) in vtosv() 353 mvp = RTOV4(VTOR4(*vpp)); in sv_exchange()
|
H A D | nfs4_acache.c | 73 vp = RTOV4(rp); in nfs4_access_check()
|
H A D | nfs4_subr.c | 2089 *vpp = RTOV4(rp); in nfs4_make_dotdot() 2956 vp = RTOV4(rp); /* RTOV4 always gives the master */ in nfs4_has_pages() 3139 else if (RTOV4(rp)->v_flag & V_XATTRDIR) in rnode4info() 3141 else if (RTOV4(rp)->v_flag & VROOT) in rnode4info() 3143 else if (RTOV4(rp)->v_type == VDIR) in rnode4info() 3145 else if (RTOV4(rp)->v_type == VREG) in rnode4info()
|
H A D | nfs4_vnops.c | 519 mi = VTOMI4(RTOV4(rp)); in nfs4args_setattr() 585 mntinfo4_t *mi = VTOMI4(RTOV4(rp)); in nfs4args_write() 2439 ASSERT(nfs_zone() == VTOMI4(RTOV4(rp))->mi_zone); in nfs4close_otw() 2460 vp = RTOV4(rp); in nfs4close_otw() 2620 vp = RTOV4(rp); in nfs4_read() 2747 vp = RTOV4(rp); in nfs4_write() 6685 tvp = RTOV4(trp); in nfs4_create() 6798 tvp = RTOV4(trp); in nfs4_create() 7450 tvp = RTOV4(trp); in nfs4_remove() 7673 tvp = RTOV4(trp); in nfs4_link() [all …]
|
H A D | nfs4_client_state.c | 1322 mi = VTOMI4(RTOV4(rp)); in nfs4_find_or_create_lock_owner() 1625 oop = find_open_owner(cr, NFS4_PERM_CREATED, VTOMI4(RTOV4(rp))); in nfs4_get_otw_cred_by_osp()
|
H A D | nfs4_recovery.c | 1690 nfs4_purge_rddir_cache(RTOV4(rp)); in recov_newserver() 1695 VN_RELE(RTOV4(rp)); in recov_newserver()
|
H A D | nfs4_client.c | 676 vp = RTOV4(rp); in nfs4_attrcache_va() 2545 vp = RTOV4(rp); in nfs4_invalidate_pages()
|
/titanic_41/usr/src/uts/common/nfs/ |
H A D | rnode4.h | 372 #define RTOV4(rp) ((rp)->r_vnode) macro
|
H A D | nfs4_clnt.h | 122 ((RTOV4(rp)->v_flag & VISSWAP) == VISSWAP || \
|