Searched refs:resvp (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_shadow.c | 92 vnode_t *resvp; in sv_activate() local 124 resvp = sv_find(*vpp, dvp, namepp); in sv_activate() 125 ASSERT(resvp->v_type == VREG); in sv_activate() 127 *vpp = resvp; in sv_activate()
|
/titanic_50/usr/src/uts/common/fs/ufs/ |
H A D | ufs_trans.c | 744 int *resvp, in ufs_trans_trunc_resv() argument 794 *resvp = resv; in ufs_trans_trunc_resv() 879 int *resvp, in ufs_trans_write_resv() argument 895 *resvp = resv; in ufs_trans_write_resv() 912 *resvp = resv; in ufs_trans_write_resv()
|
/titanic_50/usr/src/uts/common/sys/fs/ |
H A D | ufs_trans.h | 335 #define TRANS_WRITE_RESV(ip, uiop, ulp, resvp, residp) \ argument 337 ufs_trans_write_resv(ip, uiop, resvp, residp);
|